在文章页模版<body>和</body>之间粘贴一段代码如下:
<script type=”text/javascript”>
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData(”text”); if (text) { text = text + “/r/n本篇文章来源于 中国SEO之家|www.chinaseohome.com 原文链接:”+location.href; clipboardData.setData(”text”, text); } }, 100 ) }
</script>
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData(”text”); if (text) { text = text + “/r/n本篇文章来源于 中国SEO之家|www.chinaseohome.com 原文链接:”+location.href; clipboardData.setData(”text”, text); } }, 100 ) }
</script>