Home » Archive

Articles tagged with: api

PHP, Programming »

[30 May 2010 | Author: 0xC0FF33 | No Comment | ]
Actual Google and Twitter trends in a fancy newsticker for your page

Some days ago I posted an article about fetching the actual hot trends from Google. Today, I wrote the TrendFetcher library, a simple PHP class/library, that gives you a nice jquery flavoured “trend ticker” with the latest hot trends from Google, the actual trends from Twitter and some API access.

SEO »

[23 May 2010 | Author: 0xC0FF33 | One Comment | ]
Get latest Hot-Trends from Google with some simple PHP script

If you run a website it’s essential for you to know about the actual trends on the web, not only to optimize your keywords, but to know what to write about at all. The equation is easy: What people search for is what brings you visitors and visitors are money!
But how to know what’s trendy on the web, if you are not Google yourself?
Fortunately, Google developed Google Trends and a feed with hourly updated hot trends, where you can easily access the actual trends on the web, but who wants to …