Developer Center |
The developer center can help you incorporate GameAnyone's information and content into your application. We provide you with scripts and XML data feeds to give you the ability to add video walkthroughs to your site. A simple implementation can take only a few minutes to assemble. |
Widgets Buttons and Banners Magic Link Search Box XML Feeds Search Walkthroughs Newest Walkthroughs Game Info Video Info Subscription Videos Live Streams |
Search Box Users can search for the walkthroughs on GameAnyone with a simple search box. For more advanced search implementations, browse the XML feeds. Sample Using a single GET variable, we can direct users to search results. Implementation Code: <form method="get" action="http://www.gameanyone.com" style="margin:0px;padding:0px;">
<b>Walkthrough Search:</b><br> <input type="text" name="search" value="" size="30"> <input type="submit" value="Go"> </form> Example Output: |