Coder Social home page Coder Social logo

vaptcha3's Introduction

VAPTCHA3

A Typecho plugin

使用方法

添加代码

你需要在comments.php中你想显示验证码的位置添加以下代码:

<div class="vaptchaContainer" style="width: 300px;height: 36px;">
<div class="vaptcha-init-main">
    <div class="vaptcha-init-loading">
    <a href="/" target="_blank">
        <img src="https://r.vaptcha.net/public/img/vaptcha-loading.gif" />
    </a>
    <span class="vaptcha-text">Loading VAPTCHA...</span>
    </div>
</div>
</div>

其中.vaptchaContainer是用于引入VAPTCHA的容器,.vaptcha-init-main中是预加载动画

配置插件

VID

注册VAPTCHA后创建验证单元即可获得VID

展现类型

有两种可选类型:click 点击式、invisible 隐藏式

容器

引入VAPTCHA的容器 可为Element或者selector(例如:.vaptchaContainer

按钮ID

此按钮在验证前将被禁用,验证通过后将允许点击(无需填写#

vaptcha3's People

Contributors

klxf avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.