javascript - Create a dynamic search timeline twitter widget -


i want this:

https://dev.twitter.com/web/embedded-timelines/search

the code looks this:

<a class="twitter-timeline"  href="https://twitter.com/hashtag/griechenland" data-widget-id="618063791092297729">#griechenland tweets</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> 

but using tool can crate static timelines 1 keyword want dynamically. there way give keyword search parameter twitter?

i tried iframe twitter blocks that.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -