Hello guys need some help with a twitter feed plugin im using.
This one...
Is there any way I can make it display a hash tag instead of a users feed?
Thanks in advance, Luke.
It's got everything to do with the json file that is being read.
line 65 of the js file:
window.jsonTwitterFeed = "https://api.twitter.com/1/statuses/user_timeline.json?include_rts="+o.includeRetweets+"&excludeReplies="+o.excludeReplies+"&screen_name="+o.userName+"&count="+(o.numTweets + 20);
If you changed it to the following, it may work (I haven't done any testing or anything):
window.jsonTwitterFeed = "http://search.twitter.com/search.json?q=#whatever"
Thanks for the reply @jamy_za, couldn't seem to get it too work though.
Surely there is a way around this, probably my error if I am honest not great at working with jquery at all.
this may help ya: http://stackoverflow.com/questions/5296183/twitter-hash-tag-search-query
Another twitter feed, that is pretty nice is
http://tweet.seaofclouds.com
@LukeDaly Perhaps post a link to your site? Maybe there's a conflict.
Hello guys need some help with a twitter feed plugin im using.
This one...
Is there any way I can make it display a hash tag instead of a users feed?
Thanks in advance, Luke.
It's got everything to do with the json file that is being read.
line 65 of the js file:
If you changed it to the following, it may work (I haven't done any testing or anything):
Thanks for the reply @jamy_za, couldn't seem to get it too work though.
Surely there is a way around this, probably my error if I am honest not great at working with jquery at all.
this may help ya: http://stackoverflow.com/questions/5296183/twitter-hash-tag-search-query
Another twitter feed, that is pretty nice is
http://tweet.seaofclouds.com
@LukeDaly Perhaps post a link to your site? Maybe there's a conflict.