Get BookerBox
The BookerBox configurator is coming soon.
This box was made with the following code. Just copy the code into your webpage or template and modify the settings to match your design.
<script language="JavaScript"><!--
BB_cols = "10";
BB_mode = "box";
BB_svc = "all";
BB_iconpad = "2";
BB_bordersize = "1";
BB_borderpad = "5";
BB_bordercolor = "5c5c5c";
BB_bgcolor = "ffffff";
//--></script>
<a href="http://www.bookerbox.com"
id="fh0ofwa3hr8f8e">BookerBox</a>
<script language="JavaScript"
src="http://www.bookerbox.com/bookerbox.js">
</script>
BB_cols
This can be anything from 1 to however many services there are. If you make the number too big, nothing will break, it just will make the surrounding box wider, which probably won’t look too good.
BB_mode
‘box’, ‘dropdown’, ‘textlinks’ are the currenly supported modes. More to come soon. ‘box’ is the default, so if you leave the mode blank or don’t include even the line for it, BookerBox assumes ‘box’.
BB_svc
This can be set to “all” (without the quotes) or 0 (zero) which will display all of the bookmarking services we have in our system (like the example above).
Or you may specify a number greater than 0 to display only the top N services. Automatically updates with most popular services. So if you want to display only the 5 most popular services, you would set this to 5.
Or you may specify the specific services you want in your BookerBox by listing them separated by commas, and they will appear in the order you enter them.
BB_iconpad
The padding around each icon in pixels. Can be any positive number including 0. Realize that the spacing between each icon is actually this number times 2, since each icon has padding. So if you set the iconpad=2, the icons will actually be 4 pixels apart.
BB_bordersize
How many pixels thick you want the border around the outside of the BookerBox. It also controls the thickness of the line at the bottom separating the icons and the BookerBox link.
BB_borderpad
Set how much margin you want around the inside edge of the BookerBox. Remember though, that this is in addition to the iconpad, so if you set 2 pixels of iconpad and 2 pixels of borderpad, the icons will appear 4 pixels from the border around the entire BookerBox.
BB_bordercolor
This is a Hex value that sets the color of the border of the BookerBox. You don’t need to include the # since we already assume it. If you don’t know what your colors are in hex, try this online color picker.
BB_bgcolor
A Hex value that sets the background color of the BookerBox. Each icon is a complete square, with no transparency, so the background color is only what will show between the icons, and behind the BookerBox link, as well as in the margins you may have set.
BB_fontsize
A whole number that sets the size of the font in the mode type of ‘textlinks’. 12 is default.
BB_fontcolor
A Hex value that sets the color of the font in the mode type of ‘textlinks’. default is black.
BB_linespace
A whole number that sets how many pixels of space is between each link in the mode type of ‘textlinks’. Can be overridden by iconpad potentially.
BB_showicon
If set to ‘yes’, then the icon of the service, is displayed along with the link in the mode type of ‘textlinks’.
Valid Service Names
Note for WordPress users. You can just paste the javascript into a “text widget” and it will appear on every single page of your blog, assuming you are using a template that displays widgets.