Now you can download the WordPress plugin WP Browser Search Add site directly from WordPress.org ![]()
Articles Tagged 'wp-abs'
ABS-WP: Ver.1.11 on WordPress.org
ABS-WP: Update 1.1 release
Update: latest version
I respond to the request for Yuri , who asked how to use the Plugin for WordPress WP Browser Search Add to add the Google Search AdSense for search! So I released an update of plugin ( download here ) that allows you to set, via a classic options panel, the parameters for the XML file descriptor of the standard OpenSearch .

ABS-WP: add your blog to search the browser
Update: latest version
OpenSearch is a standard that defines a set of formats for the sharing of search results. This standard is used, for example, from social networks like Facebook , which have an own system of research. One use of this standard for browsers that support it, is the ability to automatically recognize and then add your own website or blog to the list of search engines in the browser's drop down menu:

If you visit (with FireFox or Flock ) search engine Divoogle , you can place it among the search engines on the menu.
This, however, could be performed manually by selecting "Manage Search Engines ..." in Firefox, for example. But besides being a particular operation, each user should play individually. Last generation browsers such as Flock , thanks to the standard permit OpenSearch to automate this function, automatically signaling the user that the web site or blog offers its own search engine:

WordPress Plugin: Blog in your list of search engines
The manual procedure is useful to enable this feature everywhere, we will see below. In the meantime, if you have a WordPress blog, you can install this simple plugin ( wp-abs.zip ) that does all the work for you. Once installed and activated you will not have to configure anything! Loading your WordPress blog on Firefox or Flock , you will magically your blog listed in the drop-down list of search engines.
For the source you reference here .
Manual installation of the OpenSearch standard
For those wishing to carry out the installation of the OpenSearch standard in manual mode can follow the simple tutorial shown below and / or refer to the documentation on this site OpenSearch .
To report a search engine to your browser, just create an XML file on our site or Blog. Here for example of the file opensearch_desc.xml undolog.com:
1 2 3 4 5 6 7 8 9 | ?> <? Xml version = "1.0"?> <OpenSearchDescription xmlns = "http://a9.com/-/spec/opensearch/1.1/" xmlns: moz = "http://www.mozilla.org/2006/browser/search/"> <ShortName> Undolog </ ShortName> <Description> Open Search Undolog.com </ Description> width = "16" type = "image/x-icon" > http://www.undolog.com/favicon.ico </Image > <Image Width = height = "16" "16" "image/x-icon" type => http://www.undolog.com/favicon.ico </ Image> method = "get" template = "http://www.undolog.com/?s={searchTerms}" /> <url "text/html" Method = type = template = "get" "http://www.undolog.com/?s={searchTerms}" /> <moz:SearchForm> http://www.undolog.com/ </ moz: SearchForm> </ OpenSearchDescription> |
As you can see its format is quite simple. The point is imported line 7:
1 2 3 | ... method = "get" template = "http://www.undolog.com/?s={searchTerms}" /> <url "text/html" Method = type = template = "get" "http://www.undolog.com/?s={searchTerms}" /> ... |
This tells the browser how and where to search. Normally, as in this case, WordPress uses the standard:
1 | http://mioblog.com/?s=stringa to search |
However, depending on need, as I did for Divoogle , this part of the code may vary. della nostra home page: Once you create this file, simply insert a tag link in the section head of our home page:
1 2 | <! - OpenSearch -> |
segnalerà al browser (che lo supporta) dove recuperare tutte le informazioni per aggiungere il motore di ricerca. Through the attribute rel="search" , this link will signal to the browser (that supports it) where to get all the information to add the search engine.







Latest Comments
Robert : I rispsoto your questions with pleasure. The idea is really great. I am looking for a solution ...
Sting : @ Darius - you can see an example here: http://www.fight4fun.it/ clicking on: MAPS I hope ...
vik : Giustappunto I'm working on a project and the client asked me to show all the news (which are CPT) in ...
Giovambattista Fazioli : @ paso: absolutely. Simply identifying the field [cci] input [/ cci] you want to ...
paso : Hello I would like to request a service, you can use the datepicker with cform7 I spiegp best I can implement ...