Using QuickSub To Make It Easier For Your Visitors To Subscribe To Your Feed

You can make it easier for your visitors to subscribePlease note that in these examples I have used
to your RSS feed. With a free and easy to installsquare brackets instead of angled brackets.
javascript function you can add the (QuickSub) feed
button to your webpage in just a few minutes. LetFirst you need to copy some code to call the CSS
me show you just how easy it is.file. Add this line with your head tags.
QuickSub is a javascript mouseover function that[style type="text/css"] @import "quicksub.css"; [
produces a list of RSS feed readers that you can usestyle]
to subscribe to your RSS news feed with one click.
You can see it in action on my RSS resource site,Then copy this code into the body of your page.
just move the mouse over the subscribe link. You
should see a list of RSS feed readers. If you click on[div id="quickSub" style="position:absolute;
one of the news reader links it will open up that RSSvisibility:hidden; z-index:1000;" onMouseOut="return
reader and add this feed to it. You will need thetimeqs();" onMouseMove="return delayqs();"][/div]
particular news reader installed on your computer for[script language="JavaScript" src="quicksub.js"][!--
this to work. So for example if your visitor usesquickSub (c) Jason Brome --][/script]
SharpReader as their RSS reader then they would
click on the Sharpreader link and this would add yourThen where you want to use QuickSub place this
feed to your visitors RSS reader.code in the body of your page.
To use QuickSub on your site you will first need to[a href=" onmouseout="return timeqs();"
download the javascript and CSS files fromonmouseover="return quicksub(this, ' link text here[
QuickSubs site. The file is compressed so you willa]
need to unzip the file which will leave you with
quicksub.css and quicksub.js as well as a sample htmlYou just need to replace the path with the path to
file.you RSS feed and enter you own link text. All is left
now is to upload your modified page to your web
Upload the CSS as javascript file to your server.server and the new QuickSub javascript will be
Now you will need to add some code into your webactive.Allan is the webmaster at NewsNiche an RSS
pages. You will need to do this for all of the pagesresource for webmasters. Learn how to use RSS to
that you wish to use QuickSub on.attract and retain visitors to your site.