That’s odd. I’ve just tested it and it works for me.
Do you have the shortcode all on one line?
And is
<div class='rtw_follow follow-button'><a href='http://twitter.com/equateonline' class='twitter-follow-button' title='Follow @equateonline' data-lang='en'>Follow @equateonline</a></div>
appearing in the HTML after the tweets?
Hi Martin,
I have only this in one straight line:
[rotatingtweets screen_name=’equateonline’ include_rts=’1′ tweet_count=’7′ timeout=’3000′ show_follow = ‘1’]
And sorry but i dont understand your above question. is the html appearing after tweets? not with you, sorry..
Hi John,
Does it work better if you remove the spacing? i.e. go with:
[rotatingtweets screen_name='equateonline' include_rts='1' tweet_count='7' timeout='3000' show_follow='1']
Re: my question. If you ‘view source’ on your webpage, does
<div class='rtw_follow follow-button'><a href='http://twitter.com/equateonline' class='twitter-follow-button' title='Follow @equateonline' data-lang='en'>Follow @equateonline</a></div>
appear anywhere?
If you hit [F12] and look at the console, are there any error messages?
Ah Ha! That worked. Problem solved. Thanks Martin!!