I need a twitter widget that displays the number of times a certain word has been mentioned, and a tweet bar where someone can enter a tweet, and the word is included there. for example i want to enter the words "love" and "loving" into the widget code, and the result should be: "#Love" has been mentioned · times. (here the bar with #love word) (tweet button) the widget needs the ability to sum both hashtags, and words mentioned. example: if i enter the hashtag #ilovetocook (mentioned 100 times) , and the word "i love to cook" (mentioned in 400 tweets) : #ilovetocook has been mentioned 500 times. (bar with #ilovetocook word) (tweet button) Please pm me or post here with price and in how much time can you have it. thanks !!
1st. Twitter Search Api will NOT search for both hashtags #love and #loving into the same post but, in different posts contaitinig those separate words. You could search for %23Love%20Loving (#Love loving URIDecoded string) but that has no logic. 2nd. As I've already told you in that Twitter has this problem since 2010, and developers bugged them with this so much, but, it would be a very very hard work for them to let developer use their search API to search through posts that are over a week old. If you do a simple search for a Love hashtag here: You'll find this quite uncomfortable since posts here are no older than 3 days. The good news is that, if twitter would fetch you more data from the search API, all that you ask for could be easily done as I've already done you the last autoscrollable widget.