Havas Okulu

Havas Okulu (https://www.havasokulu1.com/)
-   Web & internet (https://www.havasokulu1.com/web-internet/)
-   -   Sosyal Paylaşım Butonları eklemek (https://www.havasokulu1.com/web-internet/870-sosyal-paylasim-butonlari-eklemek.html)

HeartLess 23.07.15 17:15

Sosyal Paylaşım Butonları eklemek
 
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>


yaramazfb 02.12.16 16:25

Resimli görebilsek çok iyi olucak

madlen 05.05.17 22:44

Allah razı olsun bu güzel paylaşım için.

Acizkul98 05.05.17 22:45

Teşekkürler


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 05:10.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.

havasokulu1.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148