简体   繁体   English

facebook comments API-Facebook在“评论框后面”是什么意思?

[英]facebook comments API - what does facebook mean by “behind the comments box”?

I am reading the comments API of facebook from here https://developers.facebook.com/docs/plugins/comments/ and dont understand what they mean by this: 我正在从这里https://developers.facebook.com/docs/plugins/comments/阅读Facebook的注释API,但不理解它们的含义:

Simply grab the comments from the API and 
render them in the body of your page behind the comments box

I know how to grap but how do i render them behind the comments box ? 我知道该如何掌握,但是如何behind the comments box显示它们? comment box is an iframe and i cannot plug any content into it, right? 注释框是iframe,我无法在其中插入任何内容,对不对? what do they mean by behind the comments box ? 它们behind the comments box什么意思?

for any guidance, i would be thankful 对于任何指导,我将很感激

HTML is layered according to the order of the elements in the code. HTML根据代码中元素的顺序分层。

You can also control this with z-index and position properties from CSS. 您也可以使用CSS中的z-indexposition属性来控制它。

I suppose they mean you should render this with a lower z-index then the comment box containing element. 我想他们的意思是您应该使用比包含元素的注释框更低的z-index来呈现它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM