Iskander Pols Feb 01 • Tips & Tricks
When you paste a network on your web page or blog post, by default the large sticker will be used and looks like this:

The code used to paste this sticker will look like this:
<script type="text/javascript" charset="utf-8" src="http://www.smallrivers.com/kk/YDcX/sidebar-1.0.js"></script>
We are currently supporting the following customization options for this sticker:
A slightly smaller sticker, which we call medium, can be pasted instead. It looks like this:

To do so, just add the following code BEFORE the network code you get
<script type="text/javascript"> sticker_style = "medium"; </script>
The code you will need to paste will thus look like:
<script type="text/javascript"> sticker_style = "medium"; </script>
<script type="text/javascript" charset="utf-8" src="http://www.smallrivers.com/kk/YDcX/sidebar-1.0.js"></script>
A even smaller sticker, which we call small, can be pasted instead. It looks like this:

To do so, just add the following code BEFORE the network code you get
<script type="text/javascript"> sticker_style = "small"; </script>
The code you will need to paste will thus look like:
<script type="text/javascript"> sticker_style = "small"; </script>
<script type="text/javascript" charset="utf-8" src="http://www.smallrivers.com/kk/YDcX/sidebar-1.0.js"></script>
You can also replace the SmallRivers sticker with a static image of your own.
To do so, just add the following code BEFORE the network code you get
<script type="text/javascript"> sticker_style = “image”; sticker_image = "http://www.your-image-url.com”; </script>
where http://www.your-image-url.com is the url of where your image can be found on the web.
The code you will need to paste will thus look like:
<script type="text/javascript"> sticker_style = “image”; sticker_image = "http://www.your-image-url.com”; </script>
<script type="text/javascript" charset="utf-8" src="http://www.smallrivers.com/kk/YDcX/sidebar-1.0.js"></script>
Iskander Pols Sep 24, 2009 • Getting started
Welcome to the SmallRivers help desk. Access help articles, read about known issues, and request help if you have problems.
Please, help yourself...
Having problems? Please check the Known Issues pages before submitting a request to see if we already know about it.
We encourage you try to help yourself; SmallRivers is a free service, and while we try to provide as much help as we can, we are still but a very small team, and so can't promise miracles for immediate email response.
Using Help Resources
SmallRivers' help resources are always accessible in the sidebar of your help desk home page.