Many of us have twitter accounts and we all know twitter has an excellent search feature. Hundreds and thousands of tweeple are tweeting various topics every moment. Twitter gives us the facility to search in those tweets from outside using Search API’s search method. This method returns the results in 2 formats - json and atom. I will show how to parse the atom format of search results using PHP and how to display them using jQuery in this post.
Related Submissions:
- Twitter-Like Search with jQuery and Ajax This tutorial about how to display Twitter like search results with jQuery and Ajax. When you click the search button the results will display on...
- Using the Twitter Search API Twitters new search feature is great for finding interesting people and topics to follow. So i wrote a script to get search results from twitter...
- Displat Your Latest Twitter Update with jQuery There are quite a few tutorials available on this subject and several jQuery plugins that will display your tweets for you, all of which are...
- Spice Up Your Twitter Feed Display Box Using CSS Everyone has a twitter account nowadays and all like to showcase their most recent tweets on their websites. This is generally done by displaying the...
- Using the Twitter API Here’s a simple introduction on using the Twitter API. The API offers many different ways to connect to your details including xml, json, atom, and...