我知道這是超級簡單,但對於我的生活我似乎無法弄清楚爲什麼它拒絕工作..如果使用像插件生成器http://developers.facebook.com/docs/reference/plugins/like/,並從那得到了這iframe <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lightandspace.co.uk%2F&send=false&layout=standard&width=400&show_faces=false&action=like&colorscheme=light&font=arial&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:35px;" allowTransparency="true"></iframe>
嵌入Facebook的'like'按鈕
會發生什麼事,它說它不能加載頁面,就好像鏈接被破壞,但我不知道爲什麼?
我也嘗試了js/html5方法,但根本無法顯示。
任何幫助很大apreciated
不,使用'//'將保持當前頁面的方法(即HTTP或HTTPS) – Igy
此外,OP,該頁面似乎爲我加載確定,當我在[新選項卡]中打開它(https:// www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lightandspace.co.uk%2F&%3Bsend=false&%3Blayout=standard&%3Bwidth=400&%3Bshow_faces=false&%3Baction=like&% 3Bcolorscheme = light&amp;%3Bfont = arial&amp;%3Bheight = 35) – Igy
否,如果網站爲HTTPS,則「//」將通過HTTPS加載,HTTP爲HTTP。完全有效,不知道爲什麼OP接受了這一點。 – ceejayoz