MyBB Community Forums

Full Version: Twitter feed integration into thread/post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I remember being able to do this back in 1.6, but I think I was using a HTML plugin and some other workarounds to get it to work. Is there a similar (or better) way to get one of those feed/widget things in Twitter to work in a post? Basically I'm trying to get the HTML below to work as a sort of news feed:

<a class="twitter-timeline"  href="https://twitter.com/BOINCprojects"  data-widget-id="372848900463267840">Tweets by @BOINCprojects</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>