I have put multiple embedded timelines which are based on different hash search on the same page. The timelines on my page are getting showed up… but, they after a short time, the click and the scroll functionality stopped completely
Following is my sample code
<div class="tweet-timeline">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23finance" data-widget-id="315518705633202176"></a>
</div>
<div class="tweet-timeline">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23equity" data-widget-id="315515472332333056"></a>
</div>
<div class="tweet-timeline">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23dmk" data-widget-id="315510230828064768"></a>
</div>
<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>