Skip to main content

Embedding 3rd party Twitter feeds

I'd like to embed a 3rd party twitter feed. This is the script I am trying to put on a page within my NB site.

 

<a class="twitter-timeline" href="https://twitter.com/search?q=%23txhd24" data-widget-id="307892422791274497">Tweets about "#txhd24"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><a class="twitter-timeline" href="https://twitter.com/search?q=%23txhd24" data-widget-id="307892422791274497">Tweets about "#txhd24"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

Official response from

Try using using the Feed2JS tool to build a Javascript command to display the RSS source. You can then paste the Javascript in the editor under the Template tab of the page. Since this is a third-party tool, we will not provide ongoing support on it.

If you want to see an example of this in use, check out the NationBuilder blog 

Share this post

Showing 5 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.