Reddish
Thanks to the Xmas, a reddy theme has been released by Smashing magazine. I noticed that its color scheme perfectly suits business clus’ website. The layout should be ready after some minnor modifications.
Share on Facebook
var button = document.getElementById(‘facebook_share_link_236′) || document.getElementById(‘facebook_share_icon_236′) || document.getElementById(‘facebook_share_both_236′) || document.getElementById(‘facebook_share_button_236′);
if (button) {
button.onclick = function(e) {
var url = this.href.replace(/share\.php/, ’sharer.php’);
window.open(url,’sharer’,'toolbar=0,status=0,width=626,height=436′);
return false;
}
if (button.id [...]
Share on Facebook