Become a webdsign master


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

You can make it easier for your visitors to
subscribe to your RSS feed. With a free andPlease note that in these examples I have
easy to install javascript function you canused square brackets instead of angled
add the QuickSub feed button to your webpagebrackets.
in just a few minutes. Let me show you just
how  easy  it  is.First you need to copy some code to call the
CSS  file. Add this line with your head tags.
QuickSub is a javascript mouseover function
that produces a list of RSS feed readers that[style type="text/css"] @import
you can use to subscribe to your RSS news"quicksub.css";  [/style]
feed with one click. You can see it in action
on my RSS resource site, just move the mouseThen copy this code into the body of your
over the subscribe link. You should see apage.
list of RSS feed readers. If you click on one
of the news reader links it will open up that[div id="quickSub" style="position:absolute;
RSS reader and add this feed to it. You willvisibility:hidden; z-index:1000;"
need the particular news reader installed ononMouseOut="return timeqs();"
your computer for this to work. So foronMouseMove="return  delayqs();"][/div]
example if your visitor uses SharpReader as
their RSS reader then they would click on the[script language="JavaScript"
Sharpreader link and this would add your feedsrc="quicksub.js"][!-- quickSub (c) Jason
to  your  visitors  RSS  reader.Brome  --][/script]
To use QuickSub on your site you will firstThen where you want to use QuickSub place
need to download the javascript and CSS filesthis  code  in  the  body  of  your  page.
from QuickSubs site. The file is compressed
so you will need to unzip the file which will[a href=" onmouseout="return timeqs();"
leave you with quicksub.css and quicksub.jsonmouseover="return quicksub(this, ' link
as  well  as  a  sample  html  file.text  here[/a]
Upload the CSS as javascript file to yourYou just need to replace the path with the
server. Now you will need to add some codepath to you RSS feed and enter you own link
into your web pages. You will need to do thistext. All is left now is to upload your
for all of the pages that you wish to usemodified page to your web server and the new
QuickSub  on.QuickSub javascript will be active.



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128