最近有部分热心朋友反馈回流影响体验,希望关闭回流签名,以下是设置流程:
1.在分享代码中找到此代码
<script type="text/javascript">
document.getElementById('bdshell_js').src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
</script>
2.在document前面插入代码,最终效果如下
<script type="text/javascript">
var bds_config = {'review':'off'};
document.getElementById('bdshell_js').src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
</script>
更详细的说明请参考:http://share.baidu.com/help/customization-review
1.在分享代码中找到此代码
<script type="text/javascript">
document.getElementById('bdshell_js').src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
</script>
2.在document前面插入代码,最终效果如下
<script type="text/javascript">
var bds_config = {'review':'off'};
document.getElementById('bdshell_js').src = "http://share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
</script>
更详细的说明请参考:http://share.baidu.com/help/customization-review