
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? 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: ![]() 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: ![]() 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: 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 Simpy.
Categorized:
CGI Scripts and Web Site Programming
(Article 6981)
Tagged: html, search engines, web site customization, wikipedia Previous: I need help from an expert on how to focus my blog? Next: Can I earn commissions referring people to Google AdWords? Subscribe!
Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader. Dear Dave, Thanks and more power to you Day Posted by: Day Magtoto at July 24, 2007 6:25 PMwhere 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 AMWayne, 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 AMI have a lot to say, but ...
I do have a comment, now that you mention it!
|
Search
Find just the answers you seek from among our 1700+ free tech support articles by using our Lijit search engine.
Help!
Subscribe to
Ask Dave Taylor!
Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.
Articles and Reviews
Auctions and Online Shopping Blogs and RSS Feeds Building Web site traffic Business and Management Cell Phones and Mobile Phones CGI Scripts and Web Site Programming Computer and Internet Basics d) None of the Above HTML and CSS Mac OS X Help MySpace, Facebook, Twitter and Social Network Help Pay Per Click (PPC) Search Engine Optimization Shell Script Programming Sony PSP, MP3 Players, Etc. The Writing Business Unix and Linux Help Video Game Tips and Help Windows Help
Recent Entries
Join the List!
Book Links
|