RSS

Home

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:

screen-capture.png

 

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:

 

Medium size sticker

A slightly smaller sticker, which we call medium, can be pasted instead. It looks like this:

screen-capture-1.png

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>

 

Small size sticker

A even smaller sticker, which we call small, can be pasted instead. It looks like this:

screen-capture-2.png

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>

 

Custom image sticker

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”;&nbsp;&lt;/script&gt;

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”;&nbsp;&lt;/script&gt;
<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

We're here to help 

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. 

  • Getting Started New to SmallRivers?  Check out our Getting Started articles to get a feel for the basics. If you can't find what you're looking for, try using the search box.  
  • Trouble Shooting Check out some common problems users have come across and how to resolve them
  • Known Issues Find out what problems or bugs currently affect SmallRivers.
    • BEWARE: support for WordPress.com hosted blogs is currently pending their approval. Until then, you won't be able to paste a river on a WordPress.com hosted blog as some of the code will be stripped off automatically. For WordPress.org self-hosted blogs you should be fine.