RiProV2美化-复制内容弹窗版权提示

功能介绍

当有人想复制你的文章时,你的版权提示内容做的又不是很明显,这个功能刚好可以帮助到你,复制内容之后会弹窗提示你所自定义的提示内容,一目了然!

配置教程

首先利用宝塔或则FTP打开/inc/options下的admin-options.php文件把下面代码放在20行左右

array(
'id' => 'is_copy_window',
'type' => 'switcher',
'title' => '复制弹窗版权提示',
'label' => '在复制成功后会弹出对应的自定义提示内容',
'default' => false,
),
array(
'id' => 'copy_window_text',
'type' => 'text',
'title' => '弹窗版权提示内容',
'default' => '转载请务必保留原文链接,申明来源,谢谢合作!!',
'dependency' => array( 'is_copy_window', '==', 'true' ),
),

最后在主题根目录下打开functions.php将以下代码放在最后即可

//+----------------------------------------------------------------------
//| 复制弹窗版权提示
//+----------------------------------------------------------------------
function zm_copyright_tips() {
echo '<link rel="stylesheet" type="text/css" rel="external nofollow" target="_blank" href="https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert.min.css" >';
echo '<script src="https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert.min.js"></script>';
echo '<script>document.body.oncopy = function() { swal("复制成功!", "' . _cao('copy_window_text') . '","success");};</script>';
}
if (_cao('is_copy_window')) {
add_action('wp_footer', 'zm_copyright_tips', 100);
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
日主题系列

RiProV2美化-禁止文章修订版本

2022-10-22 2:43:34

日主题系列

RiProV2美化-彩色标签云

2022-10-22 15:45:31

11 条回复 A文章作者 M管理员
  1. hi!,I like your writing so much! share we be in contact more approximately your article on AOL? I need a specialist in this area to resolve my problem. Maybe that is you! Looking ahead to see you.

  2. you are truly a just right webmaster. The site loading speed is incredible. It kind of feels that you’re doing any distinctive trick. In addition, The contents are masterwork. you have done a great activity in this matter!

  3. Hello my loved one! I want to say that this post is amazing, great written and include almost all significant infos. I would like to look extra posts like this.

  4. Fantastic site. A lot of helpful info here. I’m sending it to some buddies ans additionally sharing in delicious. And naturally, thanks on your sweat!

  5. hello!,I really like your writing so a lot! share we keep up a correspondence extra approximately your post on AOL? I need an expert in this house to unravel my problem. May be that is you! Taking a look ahead to see you.

  6. Fantastic site. Lots of helpful information here. I am sending it to some friends ans additionally sharing in delicious. And of course, thanks for your effort!

  7. Nice blog here! Also your site loads up fast! What host are you using? Can I get your affiliate link to your host? I wish my web site loaded up as quickly as yours lol

  8. Hi, Neat post. There’s an issue together with your web site in internet explorer, may test this텶E still is the marketplace chief and a good component of people will pass over your fantastic writing due to this problem.

  9. Simply wish to say your article is as amazing. The clearness in your post is just nice and i could assume you’re an expert on this subject. Well with your permission let me to grab your feed to keep updated with forthcoming post. Thanks a million and please carry on the gratifying work.

  10. I do not even know how I ended up here, but I thought this post was great. I do not know who you are but certainly you’re going to a famous blogger if you are not already 😉 Cheers!

  11. I was recommended this website by my cousin. I am not sure whether this post is written by him as nobody else know such detailed about my difficulty. You are wonderful! Thanks!

个人中心
今日签到
有新私信 私信列表
搜索
赣ICP备2021010644号-1