tbillenstein / jTweetsAnywhere

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site
http://thomasbillenstein.com/jTweetsAnywhere/
MIT License
51 stars 18 forks source link

hashtag search #28

Open jordan911z opened 11 years ago

jordan911z commented 11 years ago

Great piece!! Love the ability to style MY way. Only issue I've come across is searching hashtags. Line 1470 needs a tag to be changed from:

http://search.twitter.com/search?q=%23$1

To:

http://twitter.com/search?q=%23$1&src=hash

stoyicker commented 11 years ago

I see no change in the behavior after deploying your proposal. Could you explain the reason behind it?

jordan911z commented 11 years ago

When used as is on my website I would click a hashtag and end on this page; http://search.twitter.com/search?q=%23%241

In order to retrieve the hashtag search results without an error twitters search must know the source is equal to hash

stoyicker commented 11 years ago

Ok that's why I wasn't realizing any changes - my system won't have any interactions so I'm not testing them. You'd better make a push then, shouldn't you?