Google Modules - Get Google Personalized Homepage Content

Wikipedia Featured Article (en.wikipedia.org)

Displays the current featured article on Wikipedia

Author: Caleb EggenspergerEmail the author
Source: View XML
Tags: wikipedia
Vote:
Close
Copy & paste this code into your site:

Comments

Hey, this doesn't work.  Gives an API error.
– Duncan 31 months ago
Yeah, wikipedia blocked it the same day I made it, go figure.
– Caleb E 31 months ago
I'm writing a module right now to use Wikiquote (same foundation as Wikipedia,) and it also has it blocked.  I'm using the google cache of pages such as:
var url = "google.com/search + Math.floor(Math.random() * 1000000 * d.getMilliseconds());

where d is my Date object created each time to help randomize the number to append as an unused GET variable to avoid fetchcontent caching.
– Alex 30 months ago
How about changing the _IG_FetchContent URL to en.wikipedia.org.nyud.net/wiki/Main_Page Oh and removing the alert(responseText) line - though I assume that was for debugging.
– Jonathan 30 months ago
Your name: