簡體   English   中英

Facebook 評論截斷

[英]Facebook Comments Cutting Off

我已將其輸入到我的代碼中以使用 facebook 評論:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="google.com" num_posts="10" width="610"></fb:comments>

但它削減了像這樣的評論http://cl.ly/77fB並且加載圖形不會 go 離開。 我已經嘗試刪除我擁有的所有 css 和 js,它仍然做同樣的事情。 我查看了代碼和 facebook 評論 api 生成的 iframe 設置高度為 200px。 這是 iframe 源代碼:

<iframe id="f1c27030c" name="f1f67bf5c4" scrolling="no" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; height: 200px; width: 610px; " class="fb_ltr" src="http://www.facebook.com/plugins/comments.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D2%23cb%3Df3ec50dad4%26origin%3Dfile%253A%252F%252Flocalhost%252Ff17ab9b71%26relation%3Dparent.parent%26transport%3Dpostmessage&amp;href=google.com&amp;locale=en_US&amp;numposts=12&amp;sdk=joey&amp;width=610"></iframe>

不知道還能做什么。 謝謝!

更新:

所以因為我加載評論的文件是本地 Chrome 說加載它不安全: http://cl.ly/77X7

我將文件上傳到我的服務器並一直加載。

謝謝你的幫助!

This comes from the fact that you put google.com as the URL: Facebook servers tries to contact google.com to finish loading your comments.

嘗試使用 localhost 而不是 google.com,它將顯示錯誤消息

所以你必須把顯示評論的頁面的URL。 否則它將無法正常工作。

希望有幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM