*img379.imageshack.us/img379/9233/pluginub5.png
I love Firefox especially the FF search plugin’s. This tutorial will explain how to create your own custom Firefox search plugin in seconds.
So let’s get started….Open up notepad and paste the following lines..
Code:
<search
name="Aditech"
sourceTextEncoding="0"
method="GET"
action="*www.google.com/search"
queryCharset="UTF-8"
>
<input name="q"user>
<input name="hl" value="en">
<input name="sitesearch" value="blog.aditech.info">
</search>
</search>
</search>
Replace “Aditech” to any name which you like…and the most important thing replace “blog.aditech.info” to any site you wish to have the custom search engine.
Now the save the file as “myplugin.src” [You can use any name but the quotes and .src is mandatory]
*img183.imageshack.us/img183/2097/savefilepw6.png
Copy this file to your FF searchplugins dirctory.. ex: C:\Program Files\Mozilla Firefox\searchplugins
Now we need to have an icon for our custom search engine.You can find a lot’s of free downloadable ico and png files in *www.iconarchive.com/
It is recommended to have a 16×16 pixel image.
For example i downloaded this icon*www.iconarchive.com/icons/fasticon/avatar-boy/boy-6-16x16.png
After downloading the image rename the image to the plugin name i.e, in my case i must rename it as myplugin. Copy this file to the the same searchplugins direcotory.That means you will have 2 files with the same name one src and one png or ico file.
*img444.imageshack.us/img444/4503/saveze6.png
That’s all
Now close the firefox and again open it and your custom FF search plugin will be ready to use…This method will work for all website which will be indexed by google that means nearly all websites in the world
Hope you like this easy tutorial….I will next write how to add the FF search plugin install option in your site and to distribute your custom search plugin….So stay tuned….
Referance
Last edited: