Difference between revisions of "WOT Scorecard Search Plugin"

From WOT Wiki
Jump to: navigation, search
(Well, you can't add WOT as a search provider any more for IE - but there is always an accelerator.)
Line 1: Line 1:
 
{{RightTOC}}
 
{{RightTOC}}
Add WOT Scorecard searches to your browser's Search [engine] Bar.
+
Add WOT Scorecard searches to your browser's Search Bar.
 
 
=Internet Explorer=
 
''requires IE 7 or newer''
 
 
 
Go to the [http://www.microsoft.com/windows/ie/searchguide/ Add Search Providers to Internet Explorer]
 
 
 
Enter this URL in the form (first line):
 
'''http://www.mywot.com/scorecard/TEST'''
 
 
 
Type in: '''WOT'''
 
for the name (second line)
 
 
 
Select '''install''', say "Yes" and allow Microsoft to install.
 
I doubt you'll want to check-mark it as your default provider, but it will appear in the list of providers in the drop-down menu.
 
 
 
Just enter a domain name, ''not a URL'', and you'll get the WOT Scorecard to the site.
 
 
 
This is especially handy for getting domain names from links in email via your local email reader (Outlook / Express, Thunderbird, etc.)
 
 
 
If previewing the XML, it should look like this:
 
<pre>
 
&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
 
- &lt;OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"&gt;
 
  &lt;ShortName&gt;WOT&lt;/ShortName&gt;
 
  &lt;Description&gt;WOT provider&lt;/Description&gt;
 
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
 
  &lt;Url type="text/html" template="http://www.mywot.com/scorecard/{searchTerms}" /&gt;
 
  &lt;/OpenSearchDescription&gt;
 
</pre>
 
  
 
=Firefox=
 
=Firefox=

Revision as of 15:54, 15 February 2012

Contents

Add WOT Scorecard searches to your browser's Search Bar.

Firefox

requires version 2.x and newer.

Created by WOT Member Creastery.

The below code shows the XML code of WOT Scorecard Search Plugin.

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>Check Website Reputation...</ShortName>
  <Url type="text/html" method="get" template="http://www.mywot.com/scorecard/{searchTerms}">
  </Url>
  <Image width="16" height="16">http://www.mywot.com/sites/all/images/fusion/16_16/plain/new_trusted.png</Image>
  <OutputEncoding>UTF-8</OutputEncoding>
  <InputEncoding>UTF-8</InputEncoding>

</OpenSearchDescription>

This code can be used for autodiscovery on your website but please notify and acknowledge the owner - Creastery, if you use the below code for your website.

Alternatively, you can use the code immediately by saving the below code into an XML file and follow the instructions below.

<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>WOT Scorecard</os:ShortName>
<os:Description>WOT Scorecard</os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cLFQoWIPmZAEIAAALzSURBVDjLrVN5SFRxEJ5dV03xRLo0MTugTMFqK31v1dKMMtd2dT1SOt0wNTpIOklF17RL3TZDywM1zQ412iQVtGizttwuooMiCYQOcglKEzP9+j0pM6j+auAx8+B93zfzzTxCvn0mevPnB7qQnNUgFgEu5CrUTz/qfU09Vb73emrn0d9CAMMsLRkB9UjR0ny6Xcg7W+TQPYpAnonHIVMQSp/FobF7S33b29xxvxEIyiPg4TZ8G/oKIaccd0V4CSH8AiHyEkHZyOo6Qly9M3I6eVR3Rbv+6qDAAYKiAP75CO/Id4Aqi7CGgddfJ6jvEuJbCRFnbZF2fSoqX4e5j47wrvfJc0F58EcHMVr2cQNBtobuSJeTXhpO4NWsmwpGZmD5nCMSLkx7NkLwrbfIX1DcX+YF5gWijhKuvHAbEMYaO6qfnD4vjCWsyGck7QRF9XTIS+dYk+D21dY92NpiAWGc9VcJMUdonbCdsQScgiL8lYRFiQTVWcLqRmcoKnziydz/SnPtTS7UHcyoNEKSiZDykJxaqj0luHU0pO/GYTGvIgkXSeM5RuC/gbAkm3nTZIPIKm8NGbrqc1rfZGDDTUJ0LSPoJCTfowUnTLOsXhpSLX52IEugAD6KPnEbCX67CGubrRFV5d1NxR3pvrfNWqQYGcFlwiYj9afcp12pD8hu8x2ReFmeyDJwOznLtpCRj6UBPokQxDpI0DtCWelTPsKuMyYi47E9opvYrptoMNlEferb4m2KWusZywolM5Zm0xlZIlNfR8P8DkKoToS4i+4YNSiy3EeT1TkbG5kPq84TQsokwyvP2A2qGqwQUmD5gd8t+cLWOMRtZavNlEBZ4zCsqvHq/u0ig7TuZnmNHWL17PLYBQafsgBX6AjugA1kqQy4k8Cli7FY54SYupn4438RrPMwcMcmwk9jD/90K3D7xJDtF4FnqtxBW/CFLggr9gT9K0JPesxdcmLKxYDjk94HascjUDsBMiEXTf4SfNJtL/3v+A55tY9pGIKmSwAAAABJRU5ErkJggg==</os:Image>
<os:Url type="text/html" method="GET" template="http://www.mywot.com/scorecard/{searchTerms}" rel="self">
</os:Url>
</SearchPlugin>

Note: This code only works if you have saved the file and put in a profile folder of Mozilla Firefox. Here is how you do it. For Windows Vista (Windows 6) /Windows 7: You have to put it in here: C:\Users\[Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\

For Windows XP (Windows 5) or Windows 2000 (Not Windows ME) Users: C:\Documents and Settings\Insert User Name]\Application Data\Mozilla\Firefox\Profiles\[Junk code here].default\searchplugins\

Opera

Opera is simple, just keep in mind that the search engine input is stored as %s which you'll need to append to the basic scorecard URL.

In Opera:

  1. Click the search engine select menu, then Manage Search Engines
  2. Click Add
    • Name type WOT Scorecard
    • Keyword type WOT Scorecard
    • Address type or copy / paste:
      http://www.mywot.com/scorecard/%s
  3. Click OK to save