Is it true that Twitter has abandoned the widget? That’s a shame - our users (we are a non-profit) loved having our tweets pop up on our home page. We’ve tried all the solutions listed in this thread, regenerated the code a few times etc - never got it to work. And I see the widget output doesn’t even show up if I go to the widget generator page using Chrome - it only shows up if I use IE. I guess API v1.1 has made the widget impossible?

Twitter…please fix this. I’ve tried all the suggestions and no luck with iWeb (yeah I’m a dinosaur).

only once it is building tweets . if i send dynamically ids it is not working plz help me . how can i resolve it.
my code:

<html>
function setTweetUsers(){
$('#TwitterDiv').html('');
!function(d,s,id){ 
alert(window.TWTR ? 'loaded' : 'not loaded')
var js;
var fjs=d.getElementsByTagName(s)[1];
var p=/^http:/.test(d.location)?'http':'https';

if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;
js.src="//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");

setTimeout("createDiv()",1000);
}
function createDiv(){
var str='';
	str+='<a class="twitter-timeline" >';
	str+='data-widget-id="357090561901084673">Tweets by @TDP Party</a>';
	$('#TwitterDiv').html(str);

}	

<body>
<div id="TwitterDiv">
<a class="twitter-timeline" 
data-widget-id="357090561901084673">Tweets by @TDP Party</a>
</div>
</body>
</html>

It’s not simple for me - I don’t see any “domain area”. where am I supposed to type what you suggest?

enter EVERY SINGLE domain where?

There is no need to configure domains anymore, the widget should work on any domain.

test

I have this problem since three days ago and nothing I read in this topic was useful to me. Any help?

Had the same issue, I just copied the code presented in the settings page again, Now it works.

I don’t know if this is close to being resolved, but I thought I may as well put my hat in the ring. I have made the one simple change that has been recommended, adding the http: to the code and it still doesn’t work.

Also, my widget disappearing from my website was the first indication I had that twitter have changed things again, when I went back to the configurator I noticed that the new code was considerably different from the old one. I notice there is no option to set the width of the widget any-more, does anyone know if this means that the widget whenever it does start working will be wide?

I just created the timeline widget yesterday. It worked fine, then suddenly after a few reloads I just see the link. I copied the same code twice in the source, reloaded and I saw two widgets. I deleted one, reloaded and the widget was displayed again. I made some changes on the page, but not in the widget. I see the link again. Later I see the widget again, then later only the link? What is going on?

This is really weird. If I duplicate the same widget code in the document, the first code section produces the link, the second (duplicated code) produces the widget. If I delete any of the two the page only shows the link!

This does NOT work for me. Go to http://beta.brantleyswesternsupply.com/aspx and see it NOT working. I have tried changing this to http:// and NO Joy ! There is no place to enter the “domain” anymore, so that solution is deprecated!. Otherwise, I do not know why this is not working. However, look, look same code and it works fine at http://beta.brantleyswesternsupply.com/test.htm.

Ok, here is the problem. You need to specify a “height” that the widget display will fit in in the widget control panel. If you keep the default height of 600 px but in your html document, the height is only say 300 px, then it will just display the tweets by language. To see if that is the problem, or to debug the widget, always create a blank test.htm page with the twitter widget only and see if that works. If that works, then you probably a problem in your html page where you are constraining the display of the widget.

Thanks Valleilijn, the above worked for me using Squarespace 5 which was stripping our parts of the code. However, I had to put the scripts (numbers 1 and 3 above) into the header code (using code injection) and not in the page html.

I have been trying to fix the problem with the twitter feed widget on my blog since yesterday. I have been searching all over the web for different solutions from people that are having the same problem. On my blog instead of displaying my latest tweets (as in the preview while creating a widget) it just says “tweets by @andreitandri

My Twitter Timeline just broke today, was working fine until yesterday or the day before. Adding “http” or “https” doesn’t do anything. If I try to inject the script manually into the page using Chrome’s Console, I still get some kind of an error:
(anonymous function)
InjectedScript._evaluateOn
InjectedScript._evaluateAndWrap
InjectedScript.evaluate

I’ll go ahead and climb on here and say with no changes to my widget, it just stopped working on my page. Cries for help seem to be in vein but what the hell - HELP!

I tried all changes outlined on this thread over the last year to no avail.

crap, nothing suggested in this thread is working to resolve the same problem for us. the widget continues to appear as a link only.

where?

Please post a full answer for those of us who are struggling with this issue.

Or the code please?

Thanks