2012-01-04 41 views
0

我已經在雅虎sitebuilder的過去使用facebook像框,從來沒有任何問題從http://developers.facebook.com/docs/reference/plugins/like-box/創建代碼並粘貼到html框。現在與Facebook更改它不會再工作。雅虎sitebuilder facebook像框不工作

過去碼:(正常工作)

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%2FCedar-Park-TX%2FPromotional-Product-Specialty%2F113782388677670&amp;width=292&amp;colorscheme=light&amp;connections=10&amp;stream=true&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:587px;" allowTransparency="true"></iframe> 

新代碼:(不工作)

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FPromotional-Product-Specialty%2F113782388677670&amp;width=292&amp;height=590&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=true&amp;header=true&amp;appId=306388216066339" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe> 

回答

0

我得到這個錯誤,以及,你所要做的就是把HTTP內容:盈方在//www.facebook.com 如此這般從這個:

<iframe src=//www.facebook.com..........

對此:

<iframe src=http://www.facebook.com..........