I have been to successfully embed a simple twitter widget. However I was trying to add a "people you follow" filter so that when the stream returns the appropriate results, it will only show you tweets from user's you are following (seeing that you are already logged into twitter in your browser.
Example: #NBAAllStar Search Widget Code seen below will essentially call upon these results: https://twitter.com/search?q=%23NBAAllStar
However I want to just produce these results: https://twitter.com/search/timeline?q=%23NBAAllStar
The only main call difference I am seeing is the "search" keyword vs. the "timeline" keyword
Tweets about "NBAAllStar"
!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");
anyone know anything in regards to his issue and if it is even feasible?
