Sitene Facebook Butonu Ekle

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı gece_mavisi

  • *****
  • Join Date: Eyl 2008
  • Yer: Bursa
  • 3684
  • +299/-0
  • Cinsiyet: Bay
    • Uyanan Gençlik
Sitene Facebook Butonu Ekle
« : 15 Aralık 2010, 02:50:24 »
Kodları html sayfanızda uygun yere yapıştırın, dilediginiz gibi kullanın.

[html]
Yalnızca simge için; ( örnek: )

Kod:
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank"><img src="http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif" alt="" /></a>
Yalnızca bağlantı için; ( örnek: Facebook'ta Paylaş )

Kod:
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank">Facebook'ta Paylaş</a>
Bağlantı ve Simge için; ( örnek: Facebook'ta Paylaş )

Kod:
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Facebook'ta Paylaş</a>
Paylaş Düğmesi için; ( örnek: )
Kod:
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; text-decoration:none; } </style> <a href="http://www.facebook.com/share.php?u=<url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Paylaş</a>
[/html]


KAYNAK: http://developers.facebook.com/docs/reference/plugins/like/

Çevrimdışı busegül

  • *******
  • Join Date: Mar 2008
  • Yer: Adana
  • 20005
  • +360/-0
  • Cinsiyet: Bayan
  • Allah birdir ve Muhammed (s.a.v.) onun elçisidir.
    • Uyanan Gençlik
Ynt: Sitene Facebook Butonu Ekle
« Yanıtla #1 : 06 Aralık 2012, 14:26:58 »
[html] [/html]


Yukarıdaki şekilde eklmek isterseniz.Aşağıdaki kodu uygulayın.
Kendi linkinizi yazmayı unutmayın  vvv

[code]<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Uyanan-Genclik/107330675968828?v=wall;width=192&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false&amp;appId=506812089332945" style="border:none; overflow:hidden; width:220px; height:80px;" allowtransparency="true" frameborder="0" scrolling="no"></iframe>[/code]


Daha geniş isterseniz:

[html] [/html]

Aşağıdaki kodda linkinizi değiştirmeyi unutmayın  vvv

[code]

<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Uyanan-Genclik/107330675968828?v=wall;width=192&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false&amp;appId=506812089332945" style="border:none; overflow:hidden; width:600px; height:240px;" allowtransparency="true" frameborder="0" scrolling="no"></iframe>


[/code]