WordPress Plugin – Twitter Api
I need a WordPress plugin that does the following:
– Get twitter information from users (most popular) shorted by country and show it on a worldmap. The plugin should create a wordpress “page” and show the information in a worldmap, in wich each country will be colored in blue, yellow or green, accordingly to visitors specified parameters. Non used countries should be shown in black, the water in white.
Admin should:
– Select the number of twitter most popular users that will be analized.
– Select the minimum time between queries. This is to prevent spam.
– Allow or disallow “re-captcha”.
– Leave (or not) a custom example at the top or bottom of the “page” that will be automatically refresh each X time (use long time spans, like 12 hrs, 24 hours, 48 hours, 1 week, 2 weeks, one month, etc.)
– Be capable of determine if a “log” showing the X last asked queries should be showed.
Visitors should:
– Select, in a multiple choice list (including “all”), which country are going to be analyzed.
– Select which word (from 1 to 5 in each category) they will associate with blue, yellow or green (every other word should be ignored by the system. Users should be capable of using multiple terms like “have a nice day”. Separating words by a comma will be the best way of doing this.)
– Select how deep the information will be queried. For example: last hour, last 12 hours, last 24 hours, last year, and so on.
The color of each country will be based on the “winning” color. Ex: 15 blue, 16 yellow, 17 green = the country should be green.
The plugin should follow twitter general guidelines.