cnblogs-theme-silence icon indicating copy to clipboard operation
cnblogs-theme-silence copied to clipboard

网站统计代码站长统计位置偏移问题

Open yeahwell opened this issue 4 years ago • 0 comments

使用版本:3.0.0-beta4 处理方式:博客园后台,页脚 HTML 代码处增加如下代码 效果:博客园 沙漏哟

<script type="text/javascript">
$(function() {
    $("#footer").append($("#div-tongji"));

});
</script>
<div id="div-tongji">
<script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1279228697'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z_stat.php%3Fid%3D1279228697%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));</script>
</div>

yeahwell avatar Dec 30 '20 02:12 yeahwell