twitter feed not working
-
Hello!
I am trying to add a twitter hashtag feed to my wordpress blog (for this page). However it does not work. I am using the twitter feed widget, and the instructions are to add the code to any html part of a site.
Does anyone know why id does not work on wordpress?
the code I need to use is:
Tweets about "#StoryBooth"
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
and when I update the page it changes to:
Tweets about "#StoryBooth"
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
thanks
The blog I need help with is: (visible only to logged in users)
- The topic ‘twitter feed not working’ is closed to new replies.