Hi Looking for some help. Take a look at this site http://www.odditysoftware.com/ - if you see the right side, they have a social bookmarking toolbar running top to bottom, just next to the scroll bar. Snooped into the source - it's an included javascript named sidebook.js Only thing is, I'm not sure if I can just use the same as is, and don't know enough about javascript to make any required changes. Does anyone know of a similar solution, or a way to implement this on any site? Thanks
Nope. Addthis gives you a button to include in your page. I'm looking for how to set up the vertical bar outside the page - IMO that really stands out, whereas the typical solutions (addthis, or the wp-social plugins) have become so common that no one notices it..
<div style="float:right"> <ul class="bookmark-list"> <li>bookmark link1</li> <li>bookmark link1</li> <li>bookmark link1</li> ............................. </ul> </div> <div> your website here </div> Code (markup): It is actually very simple.
No need for the container div in the above code, all of the css that you would have applied to that div can go on the UL. Since <ul> and <div> are both block level elements.