My client is trying to get a twitter stream in their internal site (Jive), and for some reason when they use the code, it only pulls up one tweet. It is to gather all the #WUHometown content that is out there.
Any idea if they are doing something wrong here? Here is the code that was generated:
#wuhometown Tweets
<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>
They have had success with these two codes generated, but they are for a handle, and not a #api.
Thanks!