Bitcoin Socially like button for websites.Bitcoin Socially now offers a free like button for website developers. Developers do not have to register to use the like button either. To use the like button simply copy and paste the button code to the website where you want the button to display and alter the codes settings as needed. Once clicked a pop up will open so the developers website will remain open for the end-user.
Stats of the top liked websites will be displayed on Bitcoin Socially.
What the button looks like:
The settings the code offers is:
- The preferred background color:
BSBackgroundColor = "FFFFFF"; - The website to be liked by the button:
BSWebsiteURL = "bitcoinsocially.com";
Here is the code:
<!-- Start Like Button Code -->
<script type='text/javascript'>
<!-- Like Button Settings -->
BSBackgroundColor = "FFFFFF";
BSWebsiteURL = "bitcoinsocially.com";
<!-- Do NOT Modify Code After This Line -->
document.write('<div id="BSLikeButton"></div>');
document.write('<scr'+'ipt type="text/JavaScript" src="http://bitcoinsocially.com/likebutton.js"></scr'+'ipt>');
</script>
<!-- End Like Button Code -->
Here is the developers section which currently only offers the like button:
http://bitcoinsocially.com/developer.phpBest Regards,
Bitcoin Socially Administration