Note that there are some explanatory texts on larger screens.

plurals
  1. POTwitter API: Get ALL tweets for a hashtag?
    primarykey
    data
    text
    <p>I am messed with 2 issue &amp; unable to figure it out yet. </p> <p><strong>1</strong> - I am trying to put a box on website that displays ALL tweets for a particular hashtag. The default twitter embedded timeline widget is not working so - because I need to show <strong>ALL</strong> the tweets that are being shown here:</p> <p><a href="https://twitter.com/search/realtime?q=%2323Dec&amp;src=typd" rel="nofollow">https://twitter.com/search/realtime?q=%2323Dec&amp;src=typd</a></p> <p>I tried creating a widget but for the hashtag - #23Dec &amp; it gave this code:</p> <pre><code>&lt;a class="twitter-timeline" width="300" height="500" href="https://twitter.com/search?q=%2323Dec" data-widget-id="279943570356584449"&gt;Tweets about #23Dec&lt;/a&gt; &lt;script&gt; !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"); &lt;/script&gt; </code></pre> <p>I replaced the <code>href="https://twitter.com/search?q=%2323Dec"</code> with <code>href="https://twitter.com/search/realtime?q=%2323Dec&amp;src=typd"</code> but still its not working.... </p> <p>What should I do to pull all the tweets ? and put it on website that updates automatically ?</p> <p>2 - Second is, how can I style it ? because i dont find any stylesheet in given script which i can over-ride with custom stylesheet ? </p> <p>Please help me.... </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload