Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/388.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 点击当前标签后Google plus评论未显示_Javascript_Jquery_Html_Blogger - Fatal编程技术网

Javascript 点击当前标签后Google plus评论未显示

Javascript 点击当前标签后Google plus评论未显示,javascript,jquery,html,blogger,Javascript,Jquery,Html,Blogger,单击当前选项卡(使用有机选项卡)后,Google plus评论不会显示 您可以检查以下内容: gapi.comments.render(“comments”{ href:window.location, 宽度:“700”, 第一方财产:“博主”, 视图类型:“已过滤的邮件” }); 我和blogger一起做。大家能帮我解决这个问题吗 以下是有机选项卡:blogger上有两个错误:document.getElementbyId不是函数showSocial=document.getElem

单击当前选项卡(使用有机选项卡)后,Google plus评论不会显示

您可以检查以下内容:





gapi.comments.render(“comments”{
href:window.location,
宽度:“700”,
第一方财产:“博主”,
视图类型:“已过滤的邮件”
});
我和blogger一起做。大家能帮我解决这个问题吗


以下是有机选项卡:

blogger上有两个错误:document.getElementbyId不是函数showSocial=document.getElementsById(“show social”);第1114行和TypeError:jQuery(…).ready(…)不是函数行1013这不影响Google+注释。在JSFIDLE中有一个错误JSON.parse:文件puropone.js中有一个意外字符!
<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>