=== Social Content Lockerz === Contributors: genweb Donate link: http://www.genweb.es Tags: content locker, pay with like, pay with tweet, facebook, google, twitter, share to unlock, like to unlock, tweet to unlock, like to see, lock content, share to see, hide content Requires at least: 4.0.1 Tested up to: 4.1.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Social Content Lockerz shortcode plugin allows you to automatically hide any content to users until they share it on Facebook, Twitter and/or Google == Description == Social Content Lockerz shortcode plugin allows you to automatically hide any content to users until they share it on Facebook, Twitter and/or Google Social Content Lockerz shortode supports multiple background and text colors, it also let you choose what social buttons you want to include: Facebook like, Twitter share or Google Plus One. * Plugin let you hide all content between shortcode tags [social_locker_shortcode] [/social_locker_shortcode] * You can use your own background color using background="#1f1f1f" parameter. * You can use your own text color using textcolor="#cecece" parameter. * You can use your own text title using text="My own title here" parameter. * You can select to show only some social buttons using type="ft" parameter. "ft" shows Twitter and Facebook button, "gf" shows Google Plus and Facebook button, "gt" shows Google Plus and Twitter button. Usage example: [social_locker_shortcode type="ft" textcolor="#cecece" background="#1f1f1f" text="Use social buttons below to see hidden content"] MY CONTENT GOES HERE [/social_locker_shortcode] == Installation == 1. Download & Activate the plugin through the 'Plugins' menu in WordPress 2. Use shortcode anywhere in your site: Shortcode examples: [social_locker_shortcode] MY CONTENT GOES HERE [/social_locker_shortcode] [social_locker_shortcode type="ft" textcolor="#cecece" background="#1f1f1f" text="Use social buttons below to see hidden content"] MY CONTENT GOES HERE [/social_locker_shortcode] == Changelog == = 1.0 = * First stable version. = 0.9 = * BETA version.