Code:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>short description of your site</ShortName>
<Description>Name of site</Description>
<Image height="16" width="16" type="image/x-icon">http://yoursite.com/favicon.ico</Image>
<Tags>Name of site</Tags>
<Url type="text/html" method="GET" template="http://yoursite.com/search.php?search={searchTerms}"/>
</OpenSearchDescription>
Code:
<Url type="text/html" method="GET" template="http://yoursite.com/search.php?search={searchTerms}"/>
Code:
<Url type="text/html"
template="http://www.google.com/search?q=site:[yoursite.com] {searchTerms}"/>
Code:
<link rel="search" href="URL of the xml file you just created"
type="application/opensearchdescription+xml"
title="Your site name" />




Linear Mode

