Facebook like button no show
I have the following problem: I would like to include a like button for a Facebook fan page at the corresponding web site. I tried to use the code from the developers page (xfbml and iframe), and plugins like https://www.addthis.com/get/sharing?frm=hp#.UONsR4k9sfk. For the iframe I tried different urls "https://www.facebook.com/plugins/like.php?...", "http://www.facebook.com/plugins/like.php?...", and "//www.facebook.com/plugins/like.php?..." without differing results.
A live example: www.younglead.eu/examplepage for the corresponding Facebook page: www.facebook.com/YoungEuropeanLeadership The first like button appears always ('normal url'). For all the others (the facebook fan page): On my Computer (mac) the like button does not show on Chrome and Firefox but shows on Safari. I tried a different Mac OS, there it worked in Chrome but not Safari and Firefox. For Win OS it did not work for IE and Chrome. Using other urls (Facebook and non-Facebook) also the other 4 like buttons show in all browsers (The the included second button for each example, where I added a "p" to the url).
The iframe code (for the //www... version):
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FYoungEuropeanLeadership&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=like&height=21&appId=322200017889372" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
Do have an idea what I could do to overcome this weird situation? Your help is is very much appreciated, thank you!
Solved. A previous administrator of the Facebook page had set country and age restrictions. Despite they included me at all the places I was this appeared to have caused the trouble. fb.com/yourfanpage > edit permissions
Thank you for the help anyways, I really appreciate it.
链接地址: http://www.djcxy.com/p/62296.html上一篇: Facebook的按钮不是在Firefox中的iframe中创建的
下一篇: Facebook喜欢按钮不显示