在cms/ target=_blank class=infotextkey>帝国cms中推荐本文给你的朋友,代码如下:
复制代码 代码示例:
<script>
//推荐本文给你的朋友
//by www.jb200.com
function sendtof(url)
{
window.clipboardData.setData('Text',url);
alert('复制地址成功,粘贴给好友一起分享。');
}
</script>
<a href="#####" onClick=sendtof("[!--title--]:http://www.jb200.com/article/6892.html") title="点击复制文章地址!" >推荐本文给你的朋友</a>
有兴趣的朋友,可以自行测试下,看看推荐效果如何哦!