纯代码实现WordPress内容微信关注后可见 暂无演示

纯代码实现WordPress内容微信关注后可见

售价:
¥ 免费
  • 普通用户购买价格 : 0积分
  • 免费售前咨询
  • 免费安装指导
  • 付费安装资源
  • 付费终身升级
  • QQ保障售后服务
  • 网站应急咨询顾问

升级尊贵会员
享受全站VIP待遇

2786+
会员已经加入
  • 文章介绍
  • 评价建议
  • 实现简介

    顾名思义,关注公众号并回复关键字获取验证码后,才能查看到文章中的隐藏内容,这个功能比较适合有价值的内容文章和有推广微信公众号的站长!

    代码相关

    /**
         * WordPress文章部分内容关注微信公众号后可见 
         */
        function lxtx_secret_content($atts, $content=null){
         extract(shortcode_atts(array(‘key’=>null,’keyword’=>null), $atts));
         if(isset($_POST[‘secret_key’]) && $_POST[‘secret_key’]==$key){
         return ‘<div class=“secret-password”>’.$content.'</div>’;
         } else {
         return
         ‘<div class=“post_hide_box”>
         <img class=“erweima” align=“right” src=“改为二维码图片的网址” width=“150” height=“150” alt=“你的二维码名字”><div class=“post-secret”><i class=“fa fa-exclamation-circle”></i>此处内容已经被作者无情的隐藏,请输入验证码查看内容</div>
         <form action=“‘.get_permalink().'” method=“post”>
         <span>验证码:</span><input id=“pwbox” type=“password” size=“20” name=“secret_key”>
         <a class=“a2” href=“javascript:;”><input type=“submit” value=“提交” name=“Submit”></a>
         </form>
         <div class=“details”>请关注“你的名字”官方QQ公众号,回复关键字“<span>’.$keyword.'</span>”,获取验证码。【注】用手机QQ扫描右侧二维码都可以关注“你的名字”官方QQ公众号。</div>
         </div>’;
         }
        }
        add_shortcode(‘gzh2v’, ‘lxtx_secret_content’);

    CSS样式

    .post_hide_box, .secret-password {
        background: none repeat scroll 0 0 #efe;
        border-left: 5px solid #e74c3c;
        color: #555;
        padding: 10px 0 10px 10px;
        border-radius: 5px;
        margin-bottom: 15px;
        overflow: hidden;
        clear: both;
    }
    .post_hide_box .post-secret {
        font-size: 18px;
        line-height: 20px;
        color: #e74c3c;
        margin: 5px;
    }
    .post_hide_box form {
        margin: 15px 0;
    }
    .post_hide_box form span {
        font-size: 18px;
        font-weight: 700;
    }
    .post_hide_box .erweima {
        margin-left: 20px;
        margin-right: 16px;
    }
    .post_hide_box input[type=password] {
        color: #9ba1a8;
        padding: 6px;
        background-color: #f6f6f6;
        border: 1px solid #e4e6e8;
        font-size: 12px;
        -moz-transition: border .25s linear,color .25s linear,background-color .25s linear;
        -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
        -o-transition: border .25s linear,color .25s linear,background-color .25s linear;
        transition: border .25s linear,color .25s linear,background-color .25s linear;
    }
    .post_hide_box input[type=submit] {
        background: #F88C00;
        border: none;
        border: 2px solid;
        border-color: #F88C00;
        border-left: none;
        border-top: none;
        padding: 0px;
        width: 100px;
        height: 38px;
        color: #fff;
        outline: 0;
        border-radius: 0 0 2px 0;
        font-size: 16px;
    }
    
    
    .post_hide_box .details span {
        color: #e74c3c;
    }

    集成短码

    // 为了方便使用,在后台文本编辑器中集成该短代码。将以下代码放入 functions.php 中即可:
     function lxtx_wpsites_add_gzh_quicktags() {
         if (wp_script_is(‘quicktags’)){
     ?>
         <script type=“text/javascript”>
         QTags.addButton( ‘gzh2v’, ‘ 公众号隐藏’, ‘\n[gzh2v keyword=“关键字” key=“验证码”]隐藏内容[/gzh2v]’, “” );
         </script>
     <?php
         }
     }
     add_action( ‘admin_print_footer_scripts’, ‘lxtx_wpsites_add_gzh_quicktags’ );

     

    使用方法

    在文章中插入以下简码,修改相关内容即可:

    [gzh2v keyword=“关键字” key=“验证码”]隐藏内容[/gzh2v]

    微信公众号

    这里以微信公众号为例(QQ公众号应该也是这样),在微信公众号的“自动回复-关键字自动回复”中设置好关键字(对应上面代码中的keyword)及验证码(对应上面代码中的key)。
    %title插图%num

    【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。
    智慧云 » 纯代码实现WordPress内容微信关注后可见

    常见问题FAQ

    免费下载或者VIP会员专享资源能否直接商用?
    本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
    美化包支持最新版本吗?
    智慧云最新美化支持永久更新!
    购买的源码提供技术支持吗?
    不提供技术支持,需要付费提供技术支持

    发表评论

    提供最优质的资源集合

    立即查看 了解详情