Industry guru Dave Taylor offers free tech support on a wide variety of technical and business topics, including HTML, Apple iPhone, online advertising, Cascading Style Sheets, Web design, management, Unix, Linux, search engine optimization, online dating, Mac OS X, shell script programming and Microsoft Windows.

Can I add a Wikipedia search box to my Web site or blog?

I found instructions for adding a cool Google search box to an html/xhtml site, here on askdavetaylor. I want to add a similar Wikipedia search box to my website. Any advice on where I can get code to do this?


Dave's Answer:

There's always a way to do this sort of thing and Wikipedia is a splendid example of exactly how to reverse engineer a search box and pour it into a rudimentary form. Let's dig into it and you'll see what I mean!!

Go to the site's home page and you'll see that they have a very simple search box with no fancy bells and whistles:

Wikipedia Search Box

The only fancy part is the language selector, but that's easily duplicated if you want to be truly polyglot on your site. If not, the default is English so that might work just perfect for your needs.

One way to do this is to just copy and paste from their page source, which looks like this:

Wikipedia Search Box: HTML source

I prefer doing things for myself, however, but this gives me all the information necessary: the name of the target CGI search utility and the names of the variables involved. Stripping it to its most basic, pre-selecting English, and carrying across the hidden variable from the source, here's how a crude Wikipedia search might look:

<form action="http://www.wikipedia.org/search-redirect.php" method="get">
<input type="text" name="search" size="20" />
<input type="hidden" name="language" value="en" />
<input type="submit" name="go" value=" > " />
<input type="hidden" name="go" value="Go" />
</form>

Turns out we can clean this up just a little bit and make it more friendly too:

<form action="http://www.wikipedia.org/search-redirect.php" method="get">
Search Wikipedia:
<input type="hidden" name="language" value="en" />
<input type="text" name="search" size="20" />
<input type="submit" name="go" value=" Go! " />
</form>

That's all there is to it. Here, try it:

Search Wikipedia:  

Simple enough, eh? Hope that helps you tap into the splendid resource that is Wikipedia.



Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Stumble Upon    

Subscribe!

Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader.

Comments

Dear Dave,
I am just starting with web design. Though I am a dentist here in this third world country the Philippines, I am doing this because life is hard here in this part of the world.
Actually, I have 2 questions:
1. How do you make a page where when your client scrolls down, the background does not move? Only the contents like texts and graphics move.
2. How do you make this form in your site where the answers to the text boxes are sent to your email?
3. If I would make a personal search box, how would I make the page where the list of search results will be placed?

Thanks and more power to you

Day

Posted by: Day Magtoto at July 24, 2007 6:25 PM

where can i get the source code for wikipedia but in php4 format?

I tried hard to find it but to no luck

please help!!!

Posted by: wayne at March 13, 2008 6:29 AM

Wayne, I don't know if it's in PHP4 or not, but Wikipedia's back end is called "Media Wiki" and you can Google that to find out a lot more information about the application. It is free and you can download it. Good luck!

Posted by: Dave Taylor at March 13, 2008 11:03 AM

Can the Wikipedia workaround above also be done for mobile websites?

Posted by: B.B. at July 15, 2008 3:59 PM

Instead of changing languages, is it possible to have a list of search engines (Google, Wikipedia, Google Images, IMDB, etc. etc.) to choose from; like in the firefox toolbar?

Posted by: Stephanie Mott at September 28, 2008 11:50 AM

WHERE CAN I FIND A TRAVEL QUESTION ANSWERING SEARCH ENGINE TO PUT ON MY WEBSITE

Posted by: TGoGuide at February 10, 2009 7:42 AM

Hi dave,
i am from india and i am trying to build my own website. I found a lot of useful things in your articles about adding search boxes.

I want to know how can i add MySpaces people search box in my website. I have tried all the tricks u have mentioned in here, but its 2 hard for me am not just able to get it.

I kindly ask for your help

Thanks & Best Regards
Abhijeet Deshpande

Posted by: Abhijeet Deshpande at March 30, 2009 6:37 AM

I read your wicipedia search box code. But how do you add a searchbox for wicipedia for asp.net webpages

Posted by: MIke at September 18, 2009 3:49 PM

I tried inputing the html you give above, the short version and the long, from here and from wikipedia itself, into the code for the DPC myspace page, hoping to provide yet another direct resource for data research, but the msplinks Base64 encoding system appears to be erasing the beginning of 'www' from the original wikipedia url address given in the form action above. It then of course does not work because it cannot find the server as the url is wrong. Do you have any clue as to how to overcome this?

I know that myspace security, the msplinks system, does allow access to the main wikipedia address, whereas they have blacklisted google's blogger accounts from be linked within myspace, as they have done so to many other web domains. but perhaps you know of some way to protect the php wikipedia address given above so that the encoding system of myspace does not erase the original 'www' from the url? Any help you can offer would be much appreciated...

ps. I really enjoy the short version of the wiki-search engine you provide, it is very nice looking on the DPC myspace page. so something link that would be nice.

aloha,
Agent X of the DPC

Posted by: Agent X at October 30, 2009 8:09 PM

Hi,
Thax,for providing so muck valuable information.
U are " Brilliant ".

I would like to know if i can add yahoo or gmail login page on my website.Plz reply

Posted by: Sajal Agrawal at November 12, 2009 11:13 AM

Sajal, what's the purpose of having a Yahoo or Google login box on your site? Sounds like a recipe for trouble. Not sure why? Go and search for "phishing" and you'll instantly see the problem.

Posted by: Dave Taylor at November 12, 2009 2:50 PM

I have something to say, now that you mention it, but ...
Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you for all your efforts on this Web site by buying you a cup of coffee!

I do have a comment, now that you mention it!











Remember personal info?


Please note that I will never send you any unsolicited email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.








Ask Dave Taylor: The iPhone App: Advertisement



Follow me on Twitter @DaveTaylor

Search
Find just the answers you seek from among our 2300+ free tech support articles by using our Lijit search engine.


Help!





Subscribe to
Ask Dave Taylor!

Add to Google Reader
Add to My Yahoo!
Subscribe in NewsGator Online

RDF   XML

Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.


Recent Entries
Book Links
© 2002 - 2010 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.