|
Runescape Sidebar has some tools for webmasters allowing them to add buttons to install new links and radio channels to Rssidebar.
Don't understand the instruction below, use the generator with easy step by step instructions. Links The basic way of adding links to rssidebar is this:
<script type="text/javascript">
rssidebar_linktype='link'; = The type of tool it is 'link'<!-- rssidebar_linktype='link'; rssidebar_link='http://www.google.com'; rssidebar_linkname='Google'; //--> </script> <script src="http://www.rssidebar.com/tools/tools.js" type="text/javascript"></script> rssidebar_link='http://www.google.com'; = The link is 'http://www.google.com' rssidebar_linkname='Google'; = The name of the link is 'Google' Replace 'http://www.google.com' with the link you want to add. Replace 'Google' with the linkname you want to add. If you can't figure out the instruction above try out the generator. Packs If you want to give the ability to add muliple links (up to 15) at the same time you need to make a .txt (.txt files only!) file with the links and link names in it like this:
linkname,url
You can expand the pack by adding radio channels with radiochanneladd,radiochannelname,streamurl,rma/wma/qtlinkname,url linkname,url Upload the file to the internet and add the following script to your site:
<script type="text/javascript">
rssidebar_linktype='pack'; = The type of tool it is 'pack'<!-- rssidebar_linktype='pack'; rssidebar_link='http://www.rssidebar.com/tools/example.txt'; rssidebar_linkname='Rssidebar links'; //--> </script> <script src="http://www.rssidebar.com/tools/tools.js" type="text/javascript"></script> rssidebar_link='http://www.rssidebar.com/tools/example.txt'; = The link is 'http://www.rssidebar.com/tools/example.txt' rssidebar_linkname='Rssidebar links'; = The name of the pack is 'Rssidebar links' If you can't figure out the instruction above try out the generator. Alternate options
<script type="text/javascript">
rssidebar_linktype='link_alt'; = The type of tool it is 'link_alt'<!-- rssidebar_linktype='link_alt'; rssidebar_link='http://www.google.com'; rssidebar_linkname='Google'; rssidebar_linkcode='<img src="http://www.rssidebar.com/images/addtorssidebar.png" border="0">'; rssidebar_alt='<img src="http://www.rssidebar.com/images/rssidebar.png" border="0">'; //--> </script> <script src="http://www.rssidebar.com/tools/tools.js" type="text/javascript"></script> rssidebar_link='http://www.google.com'; = The link is 'http://www.google.com' rssidebar_linkname='Google'; = The name of the link is 'Google' rssidebar_linkcode='<img src="http://www.rssidebar.com/images/addtorssidebar.png" border="0">'; = The html code of the link. rssidebar_alt='<img src="http://www.rssidebar.com/images/rssidebar.png" border="0">'; = Code shown for non rssidebar users (can be nothing if you want) The same can be done with pack_alt. If you can't figure out the instruction above try out the generator. Runescape username in the link Add [rsname] in the link to add a runescape username to the the link. Pack limits The amount of lines in pack files is limited to 15. When a user already got 60 links in his links section the links aren't added. |
|
|