Also (separate issue), there seems to be a hidden code creeping into my embedded twitter feed, and it’s preventing me from configurating a limit to the number of posts that show up.
Basically, what is happening is this: I copy the code straight from the twitter account, but then as soon as I save it in WordPress the code changes.
The original is this:
Tweets by @BrookesUCU
<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 it changes to: (“saved version”)
Tweets by @BrookesUCU
<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>
Then whether I try to add the number limit (data-tweet-limit=”3″) to the original (and then save) or to the saved version, it always revert to the same saved version of the code and removes my edits.
Would appreciate help on this one as well.