WordPress SMS Verification Plugin finally released

Discussion in 'WordPress' started by ahikmahin, Aug 26, 2012.

  1. #1
    SMS Verification plugin from wedevs is a new plugin which adds member and user verification through SMS text messaging. It’s a great plugin to add an extra level of security and user verification, which works well with blogs setup as member sites, and is particularly useful for forum runners who need another level of spam deterrent.

    Any content, text or otherwise, put within the shortcode tags is protected until the page or post viewer gets verified.

    [​IMG]

    Main Features:


    • Verify users via SMS and show information only to verified users.
    • Verification works for both logged in and not logged in users (Visitors).
    • Admin can make users verified manually (if user fail to verify themselves through SMS )
    • Unregistered or Visitor users can see restricted information by verifying their mobile number as well
    • Use short code – [wedevssms] your content [/wedevssms] or,
    You can also add a PHP snippet if you want to customize the way you want.

    `<?php
    if ( wedevs_is_sms_verified() ) {
    //your verified content goes here
    } else {
    echo wedevs_sms_popup_link(‘link text’);
    }
    ?>`

    Optionally you can give user id checking on the `wedevs_is_sms_verified` function. e.g

    `<?php
    if ( wedevs_is_sms_verified( $user_id ) ) {
    //your verified content goes here
    } else {
    echo wedevs_sms_popup_link(‘link text’);
    }
    ?>`

    • Supports 140+ Countries


    SMS Gateways:

    Currently 2 SMS Providers supported by default.
    - SMS Global ( http://www.smsglobal.com )
    - Clickatell ( http://www.clickatell.com )

    Where to buy and Price ?:

    You can buy this plugin from codecanyon.net site ($14 USD).

    Direct link:- http://codecanyon.net/item/wp-sms-verification/2822913
     
    ahikmahin, Aug 26, 2012 IP