Facebook评论部分没有出现

时间:2017-04-15 08:26:42

标签: html css facebook plugins

我在facebook评论部分需要帮助。所以,我在我的网站上添加了我的YouTube视频插件。但是,它没有出现。我已经在

下添加了脚本

代码:

<div id = "video">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/WEY4E6bIi4s" frameborder="0" allowfullscreen></iframe>
    <div class="fb-comments" data-href="https://www.youtube.com/watch?v=WEY4E6bIi4s" data-numposts="5"></div>
</div>

#fb {
margin: 0% 15% 0% 15%;
background-color: #fff;
}

#fbComment {
clear: both;
margin-top: 2%;
margin: 2% 25% 0% 25%;
background-color: #fff;
padding: 2%;
}

0 个答案:

没有答案