Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Apparently, Firefox, IE &amp; Chrome are capable of detecting sites that implement the <a href="http://www.opensearch.org/Home" rel="nofollow">OpenSearch Standard</a>. </p> <p>Basically, you will provide an XML OpenSearch Description Document on your site that looks something like this:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"&gt; &lt;ShortName&gt;Web Search&lt;/ShortName&gt; &lt;Description&gt;Use Example.com to search the Web.&lt;/Description&gt; &lt;Tags&gt;example web&lt;/Tags&gt; &lt;Contact&gt;admin@example.com&lt;/Contact&gt; &lt;Url type="application/rss+xml" template="http://example.com/?q={searchTerms}&amp;amp;pw={startPage?}&amp;amp;format=rss"/&gt; &lt;/OpenSearchDescription&gt; </code></pre> <p>...and link to it in the <code>&lt;head&gt;</code> of your site like so:</p> <pre><code>&lt;link rel="search" type="application/opensearchdescription+xml" href="http://www.example.com/search.src" title="Add Example.Com Search" /&gt; </code></pre> <p>The comments in <a href="http://lifehacker.com/228008/detect-firefox+compatible-search-enginesin-firefox" rel="nofollow">this lifehacker.com article</a> (you will need to select 'All' to see the comments) seem to address how to implement it on your own site with references to Facebook's implementation. Looking around, it seems <a href="http://blogs.msdn.com/b/opal/archive/2007/11/04/some-opensearch-sites-for-reference.aspx" rel="nofollow">quite a few major reference sites implement this functionality</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload