0

我已经通过将这两个部分复制到“嵌入代码”小部件中来尝试此代码,并且出现的只是名称“Perfectly Posh”。

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


<div class="fb-page" data-href="https://www.facebook.com/pages/Perfectly-Posh/765054396873623" data-width="300" data-height="500" data-small-header="true" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="false" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/pages/Perfectly-Posh/765054396873623"><a href="https://www.facebook.com/pages/Perfectly-Posh/765054396873623">Perfectly Posh</a></blockquote></div></div>

然后,我在使用 iframe 的不同嵌入代码小部件中尝试了另一个代码,但我得到的只是 Facebook 页面的顶部。我实际上相信 Facebook 页面有效,但只是它以某种方式隐藏。

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FPerfectly-Posh%2F765054396873623&width=600&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=435" scrolling="yes" style="border:none; overflow:hidden; width:600px; height:430px; background: white; float:left; " allowtransparency="true" frameborder="0"></iframe>

最后,我尝试了提要阅读器小部件,但出现错误。提要确实有效,只是在 Weebly 上无效。

https://www.facebook.com/feeds/page.php?format=rss20&id=765054396873623
4

2 回答 2

0

Facebook 社交插件不适用于 iframe。这实际上是一个老问题。

于 2015-06-24T05:26:43.873 回答
0

填写“你的weebly链接”到data-href=""

<div class="fb-comments" data-href="http://yoursubdomain.weebly.com" data-width="550" data-overflow="auto" data-numposts="75"></div>

它适用于我的免费网站wen.ru & weebly http://furay.fiz.su/forum/ http://amandannyaman.weebly.com/forum.html

希望有帮助!

于 2015-09-10T19:19:03.313 回答