Merhabalar,
Lugesoft kurulu siteme facebook like butonu ekliyorum,beğen' e tıklandığında tüm videoları beğenmiş olarak görüyor ve beğenmekten vazgeç' dendiğinde hata veriyor.
Lugesoft için düzgün çalışan kod hangisidir?
örnek video
Sitede Facebook Like Sorunu
6
●752
- 15-10-2010, 22:15:58Üyeliği durduruldu<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto %2Flike&layout=standard&show_faces=true&am p;width=450&action=like&colorscheme=light& amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
oynamadan copy edin sitenize - 15-10-2010, 23:37:14Sorunu hallettim,siteye özel kod,özel api no vs uğraşmak istemeyip aşağıdaki kodla oto halledebilirsiniz ;
<script type="text/javascript"> document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=' + location.href + '&layout=standard&show_faces=false&wid th=450&action=like&colorscheme=light&h eight=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>'); </script>