,

12月 29th, 2007

博客文章复制自动加版权信息

Category: WordPress, Author: Webphp.info, Popularity: 80%

自动加入版权信息,对于系统来说,编辑themes下的模板文件single.php,在适当的位置加入以下代码即可。
<script type=”text/javascript”>
document.body.oncopy=function(){
event.returnValue=false;
var t=document.selection.createRange().text;
var s=”本文来源于<?php bloginfo(’name’); ?> <?php echo get_settings(’home’); ?> , 原文地址: <?php the_permalink() ?> “;
clipboardData.setData(’Text’,'\r\n’+t+’\r\n’+s+’\r\n’);
}
</script>
本文来源于月光博客 http://www.williamlong.info , 原文地址:http://www.williamlong.info/archives/1184.html

Tags:, .
评论数量(0) | Add Comments
本文网址:http://webphp.info/wordpress/bokewenzhangfuzhizidongjiabanquanxinxi/

There are No comments.

» You can leave a response or Trackback .

leave a reply

You must be logged in to post a comment.