SMS Verification to see users details / any text / anything !
Dear Appthemes Lovers,
Today i am going to introduce you with our New WordPress plugin - "
WP SMS Verification".
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 )
Must Have Feature for Classified Site:
If you are running a classified site which is popular or getting popular then this is the plugin you must have. to protect your user's privacy and stop spamming.
It may cost you a bit extra, but surely your users will feel much more comfortable with your site
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
For support - post your question or comment at codecanyon site or our dedicated support forum -
http://wedevs.com/support/forum/plug...-verification/
Live Demo:
here -
http://demo.wedevs.com/classipress/a...fication-test/
- User's Phone number is hidden.
More Details can Find Here -
http://wedevs.com/plugins/
Thank you.