Weezy
KidINK Copy the share buttons css below
<style>
.share-btn.facebook {background: #3A5090; }
.share-btn.facebook:before{ background: url("http://djiqbal.mywapblog.com/files/fb.png") no-repeat;background-size: 30px 30px; content:" "; width: 30px; height: 30px; display: inline-block; margin-top: -30px; margin-bottom: -10px;margin-left: -12px}
.share-btn {display: inline-block; color: #ffffff; border: none; box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); padding-bottom: 6px; padding-top: 6px; padding-left: 12px ;position: relative; padding-right: 4px;font-weight:bold;font-style: none!important;white-space: nowrap; overflow:hidden !important;text-overflow: ellipsis;}
</style>
Copy code
Copy the share codes
<script language="javascript">
txt=document.getElementsByName('dpro')[0].innerHTML;
description=txt.replace(/\n/ig,'').replace(/<(?:.|n)*?>/gm, '');
description=description.substr(0,120);
if(txt.match(/[img]/ig)){
picture=txt.split(/\[img]/ig)[1].split(/\[\/img]/ig)[0];
} else {
picture='http://i.imgsafe.org/3d9f76f.jpg';
}
title=document.title;
document.getElementsByName('fb_share2')[0].innerHTML='<a href="https://www.facebook.com/dialog/share?app_id=1573521459583398&description='+document.title+'&picture='+picture+'&redirect_uri=http://facebook.com&caption=www.9jacoded.com&href=http://www.9jacoded.com/forum2_add_112198146.xhtml?tema=194&q=7016951233&title='+title+'" target="_blank"> <b style="background:#3b5998; color:#fff; padding:5px; margin:2px;"> Facebook</b> </a>';
</script>
<script type="text/javascript"> m=document.getElementsByName('dpro')[0].innerHTML; os=m.replace(/<b>|<\/b>|<|>|'|"|\[img\]|\[\/img\]/ig,'');
tit=''+document.title+'';
os=os.substr(0,170); os=os.substr(7); if(m.match(/[img]/ig)){picture=m.split('[img]')[1].split('[/img]')[0];}else{picture='http://i.imgsafe.org/3d9f76f.jpg'; }
shbtn='<a href="http://twitter.com/share?text='+document.title+'&url='+location.href+ '@9jacoded_com"><b style="background:#5CB3FF; color:#fff; padding:4px; margin:2px;">Twitter</b></a><a href="http://plus.google.com/share?url='+document.title+' '+'Read More in link '+location.href+'"><b style="background:#d34836; color:#fff; padding:4px; margin:2px;"> Google+ </b></a><a href="https://www.blogger.com/blog-this.g?t='+os+'u&u='+location.href+'&n='+document.title+'&pli=1"><b style="background:#fb8f3d; color:#fff; padding:4px; margin:2px;">Blogger</b></a>';
document.getElementsByName('fb_share1')[0].innerHTML=shbtn; </script>
<script language="javascript">
txt=document.getElementsByName('dpro')[0].innerHTML;
description=txt.replace(/\n/ig,'').replace(/<(?:.|n)*?>/gm, '');
description=description.substr(0,60);
if(txt.match(/[img]/ig)){
picture=txt.split(/\[img]/ig)[1].split(/\[\/img]/ig)[0];
} else {
picture='http://i.imgsafe.org/3d9f76f.jpg';
}
title=document.title;
document.getElementsByName('fb_share')[0].innerHTML='<a href="https://www.facebook.com/dialog/share?app_id=1573521459583398&description='+document.title+'&picture='+picture+'&redirect_uri=http://facebook.com&caption=www.9jacoded.com&href=http://www.9jacoded.com/forum2_add_112198146.xhtml?tema=194&q=7016951233&title='+title+'" target="_blank" class="share-btn facebook"><span class="fa fa-facebook"> <font color="white"><b>Facebook</b></font> </span></a>';
</script>
Copy code