gl_plugin_howtouse_tab
Plugin How to use tab.
Description
gl_plugin_howtouse_tab();
Usage
if ( !function_exists( 'gl_plugin_howtouse_tab' ) ) { require_once '/admin/pages.php'; } // NOTICE! Understand what this does before running. $result = gl_plugin_howtouse_tab();
Defined (1)
The function is defined in the following location(s).
- /admin/pages.php
- function gl_plugin_howtouse_tab( ) {
- echo '
- <h3 style="text-align:center" >Thank you for choosing Google Locker plugin by WPTP Net!</h3>
- <p>
- </p>
- <h3>Settings Page</h3><hr class="notop">
- <p>
- The settings page allows you to configure some global options used with Google Locker.</p>
- <p>
- </p>
- <p>
- <strong>General Settings</strong></p>
- <p>
- Google Plus Button - Turn on / off the google +1 button.</p>
- <p>
- Google Share Button - Turn on / off the google share button.</p>
- <p>
- Google URL - Insert the URL which you want to share or follow. Example: http://www.wptpnet.</p>
- <p>
- Display Youtube - Turn on / off the youtube subscribe button.</p>
- <p>
- Youtube Channel - Insert the YouTube channel. Example: GoogleDevelopers.</p>
- <p>
- Language - Choose language that you want use with Google/Youtube buttons.</p>
- <p>
- Cookie - The plugin use cookie remember users who have already unlocked.</p>
- <p>
- </p>
- <p>
- <strong>Social/Content Settings</strong></p>
- <p>
- Title - You can change text for Title Locker here</p>
- <p>
- Message - You can change text for Message Lockerhere</p>
- <p>
- Style - You can change style of Locker here</p>
- <p>
- Social Layout - Support vertical (count) and horizontal (box) for counter here.</p>
- <p>
- Social Button Effect - Support 3 effects of Jquery (Fade/Slide/Hide & show)</p>
- <p>
- Preview - You can see preview for Social/Content locker.</p>
- <p>
- </p>
- <p>
- </p>
- <h3>How to Use Google Locker</h3><hr class="notop">
- <p>
- When creating a post / page you will see a new icon in your tinyMCE toolbar post editor. That is split buttons with 3 options Social, Content Locker.</p>
- <p>
- </p>
- <p>
- <strong>How to Create A Content Locker</strong></p>
- <p>
- 1. Select the content in the post editor that you want to lock inside.</p>
- <p>
- 2. Click the lock icon. You can choose Social, Content button to insert ShortCode to content locker.</p>
- ';
- }