Hey everybody,
trying to integrate our Connections environment into the search-toolbar in IE8.
I created the following xml. I can integrate Connectiosn as specified with a html-button. The search is also performing as expected. But one thing missing: the integration of the logo is not working. The search-toolbar still show the standard-magnifying glasses instead of the 16x16 ico file (2kb) I created.
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Connections</ShortName>
<Description>COMPANY Connections</Description>
<Url type="text/html" template="https://OUR.CONNECTIONS.COM/search/web/search?personalOnly=false&components=&component=&query={searchTerms}&searchFormsearchInput_textbox={searchTerms}&tag=&nonperson=&person=&fieldvalue=" />
<Image height="16" width="16" type="image/icon">
https://OUR.CONNECTIONS.COM/img/connections_favicon.ico</Image>
</OpenSearchDescription>
Anybody got an idea why the specified ico-file is not showing up correctly??