I’m a content Chromium user. One of the most used functions I use every day is searching from address bar (aka omnibox). You know, start writing site’s name, press tab and type search query. How to make this working on your site? Just two things.
Add a line to the <head>
section:
<link rel="search" type="application/opensearchdescription+xml" title="Cinan's world" href="http://blog.cinan.sk/opensearch.xml">
Of course, change title
and href
as you need.
Create new file opensearch.xml
in the root of your site. Paste there a few
lines:
1 2 3 4 5 6 7 8 9 10 |
|
Change names, favicon path and url path as you need. That’s all.