点击当前标签后谷歌加评论未显示

时间:2013-06-12 06:13:36

标签: javascript jquery html blogger

单击当前标签后,Google +评论未显示(使用“有机标签”)。

您可以查看:http://youtubethumb.blogspot.com/2013/06/thoi-hoc-sinh-ban-tung.html

<li class='nav-one'><a class='current' href='#featured'>Facebook comment</a></li>
                <li class='nav-two'><a href='#core'>Google+ comments</a></li>
                <li class='nav-three'><a href='#hard'>Record</a></li>
            </ul>
<div class='list-wrap'>

                <div id='featured'>
                  <fb:comments data-id='1' data-title='Góc nghĩ' expr:href='data:post.url' height='160' style='margin:10px 0px 0px 5px' width='700'/>
                </div>

                 <div class='hide' id='core'>
                   <div style="min-height:200px; display:block; position:relative">
 <script src='https://apis.google.com/js/plusone.js'/>
<div id='comments'/>
<script>
gapi.comments.render(&quot;comments&quot;, {
href: window.location,
width: &quot;700&quot;,
first_party_property: &quot;BLOGGER&quot;,
view_type: &quot;FILTERED_POSTMOD&quot;
});
</script> 
                   </div>
                 </div>

我是和博客一起做的。每个人都可以帮我解决这个问题吗?

以下是有机标签:http://jsfiddle.net/happi/ZDY6v/

0 个答案:

没有答案