Following Facebook Like bar

I got board and made a Facebook “Like Bar” Witch keep’s the Facebook like bottom at the Top Right of your window even when your scrolling around.

To use just change the website address from “WEBSITEHERE” to “www.yourdomainhere.tld”.

Top-Right 

 

<!– Facebook Likebar http://thegeekoftheworld.com/likebar/ –>
<style type=”text/css”>
#likebar {
position: fixed;
margin: 0 0 0 0;
right: 0px;
top: 0px;
z-index: 1;
padding: 0px;
width: auto;
}
</style>
<div id=”likebar”>
<iframe src=”http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F WEBSITEHERE %2f&amp;layout=button_count&amp;show_faces=true&amp;
width=75&amp;action=like&amp;colorscheme=light&amp;height=21″ scrolling=”no” frameborder=”0″
style=”border:none; overflow:hidden; width:75px; height:21px;” allowTransparency=”true”></iframe></div></div>