Bizim sitede olduğu gibi sitenize paylaşım butonları eklemek istiyorsanız aşağıdaki kodları uygun yere yapıştırın.
Kod:
<style> .touchme a { display:block; height:50px; width:50px; padding:0 4px; float:left; background:transparent url([Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]) no-repeat; -webkit-transition: ease-in 0.2s all; -moz-transition: ease-in 0.2s all; -o-transition: ease-in 0.2s all; -ms-transition: ease-in 0.2s all; transition: ease-in 0.2s all; cursor:pointer; } .touchme a.googleplus { background-position: 0px -58px; } .touchme a.googleplus:hover { background-position: 0px 0px; } .touchme a.twitter { background-position: 0px -290px; } .touchme a.twitter:hover { background-position: 0px -232px; } .touchme a.facebook { background-position: 0px -406px; } .touchme a.facebook:hover { background-position: 0px -348px; } .touchme a.rss { background-position: 0px -174px; } .touchme a.rss:hover { background-position: 0px -116px; } </style> <br />
<div class="touchme">
<!-- TWITTER --> <a _fcksavedurl="TWITTER ADRESI" class="twitter" href="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]" rel="external nofollow" target="_blank"></a>
<!--Facebook--> <a _fcksavedurl="FACEBOOK ADRESI" class="facebook" href="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]" rel="external nofollow" target="_blank"></a>
<!--Google Plus--> <a _fcksavedurl="GOOGLE PROFIL ADRESI" class="googleplus"
<a href="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]}" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"></a>
<!--RSS--> <a _fcksavedurl="RSS ADRESI" class="rss" href="[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]" rel="external nofollow" target="_blank"></a></div></if>