I knew it was coming, and had experimented with different Twitter code to try to head off the inevitable. I didn't get very far.
Anyway on June 11th the changes meant the feed on our home page - embedded in a fragment - stopped working.
This is what you have to use for the new widget code:
But even with !!< >!! the timeline won't display. All you get is "Tweets by @snorestore"
Please can someone help?
Here are some relevant Twitter pages:
https://dev.twitter.com/docs/embedded-timelines
https://dev.twitter.com/docs/intents/events
Anyway on June 11th the changes meant the feed on our home page - embedded in a fragment - stopped working.
This is what you have to use for the new widget code:
Code:
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/MyTwitterUsernamee" data-widget-id="series of digits">Tweets by @snorestore</a> <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>
Please can someone help?
Here are some relevant Twitter pages:
https://dev.twitter.com/docs/embedded-timelines
https://dev.twitter.com/docs/intents/events
Comment