Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?php
global $bizpanda;
$lang = $bizpanda->options['lang'];
?>
<div class="onp-help-section">
<h1><?php _e('Social Locker GDPR Compatibility', 'sociallocker'); ?></h1>
<p>
<?php _e('The General Data Protection Regulation (GDPR) is a new data protection law in the EU that takes effect on May 25, 2018.', 'sociallocker') ?>
<?php _e('GDPR covers processing personal data.') ?>
</p>
<p>
<strong><?php _e('Social Locker is fully compatible with GDPR out of the box.</strong>', 'sociallocker') ?></strong>
</p>
<p>
<?php _e('Social Locker doesn\'t collect any personal data when a user clicks on like/share buttons. So you don\'t need to add any Consent Checkboxes or refer to your Terms of Use and Privacy Policy.') ?>
</p>
<p>
<?php _e('Please note, for other types of content lockers (Sign-In Locker / Email Locker) you need to activate the Consent Checkbox for GDPR Compatibility.')?>
</p>
</div>

View File

@@ -0,0 +1,62 @@
<?php
global $bizpanda;
$lang = $bizpanda->options['lang'];
?>
<div class="onp-help-section">
<h1><?php _e('Using the Facebook Like with the Social Locker', 'sociallocker'); ?></h1>
<p>
<?php _e('This note describes the Facebook restriction regarding using the Facebook Buttons in the Social Locker.', 'sociallocker') ?>
<?php _e('Since 5 Nov, you don\'t have to incentivize people to like your page to unlock the content:') ?>
</p>
<p class='onp-remark'>
<span class="onp-inner-wrap">
<i><?php _e('You must not incentivize people to use social plugins or to like a Page. This includes offering rewards, or gating apps or app content based on whether or not a person has liked a Page. It remains acceptable to incentivize people to login to your app, checkin at a place ...', 'sociallocker') ?></i><br />
<i style="display: block; margin-top: 5px;">
<strong><?php _e('Source:', 'optionpanda') ?></strong>
<a href="https://developers.facebook.com/blog/post/2014/08/07/Graph-API-v2.1/" target="_blank">https://developers.facebook.com/policy#properuse</a>
</i>
</span>
</p>
<p>
<strong><?php _e('This restriction doesn\'t affect on:</strong>', 'sociallocker') ?></strong>
<ul>
<li><?php _e('Facebook Sign-In and Subscribe buttons (which ask to sign in to a Facebook app).', 'sociallocker') ?></li>
<li><?php _e('Other social networks (Twitter, Google, LinkedIn).', 'sociallocker') ?></li>
</ul>
</p>
<p>
<?php _e('Technically <strong>you can ignore this restriction, the Social Locker will continue working without any problems</strong>. Also you can just update a bit the settings of your lockers to make it compatible with the new policy.', 'sociallocker') ?>
</p>
</div>
<div class="onp-help-section">
<h2><?php _e('Making Social Locker compatible with the Facebook Policies', 'sociallocker'); ?></h2>
<p><?php _e('If want to use the Social Locker with the Facebook Like and keep it compatible with the new Facebook Policies, you need to convert your Social Locker to "Social Reminder". What does it mean?', 'sociallocker') ?></p>
<p><strong><?php _e('1. Enable the option Close Icon.', 'sociallocker') ?></strong></p>
<p>
<?php _e('You have to give people the way to skip the liking process.', 'sociallocker') ?>
<?php _e('The Close Icon is not bright and the most people will not notice it at first time and will still click on the Like button.', 'sociallocker') ?>
</p>
<p><strong><?php _e('2. Remove any phrases like "this content is locked" from your locker.', 'sociallocker') ?></strong></p>
<p>
<?php _e('Don\'t write that your content is locked. Ask support you because you need it in order to keep doing what you\'re doing (provide free downloads, write good articles and so on).', 'sociallocker') ?>
</p>
<p><strong><?php _e('3. Turn on the Transparency or Blurring mode.', 'sociallocker') ?></strong></p>
<p>
<?php _e('It makes your locker looks like a popup which appears suddenly to ask the user to support you.', 'sociallocker') ?>
</p>
<p class='onp-img'>
<img src='<?php echo OPANDA_BIZPANDA_URL . '/assets/admin/img/how-to-use/facebook-like/1.png' ?>' />
</p>
</div>

View File

@@ -0,0 +1,129 @@
<?php
global $bizpanda;
$lang = $bizpanda->options['lang'];
?>
<div class="onp-help-section">
<h2><?php _e('Quick Start Guide', 'sociallocker'); ?></h2>
<p>
<?php _e('You can pick the content you want to lock by using special shortcodes. During installation, the plugin created for you the shortcode <span class="onp-mark onp-mark-gray onp-mark-stricked onp-code">[sociallocker][/sociallocker]</span> named <strong>Social Locker</strong>.', 'sociallocker'); ?>
</p>
<p class='onp-note'>
<?php _e('<strong>Note:</strong> You can create more shortcodes at any time for whatever you need them for. For instance, you could create one for locking video players or another one for locking download links.', 'sociallocker'); ?>
</p>
<p>
<?php _e('Let\'s examine how to use the default shortcode <strong>Social Locker</strong>.', 'sociallocker'); ?>
</p>
</div>
<div class="onp-help-section">
<h2>1. <?php _e('Open the editor', 'sociallocker'); ?></h2>
<p><?php printf( __('In admin menu, select Social Locker -> <a href="%s">All Lockers</a>.', 'sociallocker'), admin_url('edit.php?post_type=opanda-item') ); ?></p>
<p><?php _e('Click on the shortcode titled "Social Locker" to open the editor:', 'sociallocker'); ?></p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/2.png' ?>' />
</p>
</div>
<div class="onp-help-section">
<h2>2. <?php _e('Configure the locker', 'sociallocker'); ?></h2>
<p>1) <?php _e('Set a clear title that attracts attention or creates a call to action (see the example below).', 'sociallocker'); ?></p>
<p>2) <?php _e('Describe what the visitor will get after they unlock the content. This is very important, as visitors need to be aware of what they are getting. And please, only promise things you can deliver.', 'sociallocker'); ?></p>
<p>3) <?php _e('Choose one of the available themes for your locker.', 'sociallocker'); ?></p>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/3.png' ?>' />
</p>
<p>
4) <?php _e('Select social buttons that will be available for visitors and configure every selected button.', 'sociallocker'); ?>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/4.png' ?>' />
</p>
<p>
<?php _e('Congratulations! The locker is ready to use.', 'sociallocker'); ?>
</p>
<p>
<?php printf( __('The page <a href="%s">Stats & Reports</a> will help you to correct your locker after collecting the first statistical data.', 'sociallocker'), admin_url( 'edit.php?post_type=opanda-item&page=stats-' . $bizpanda->pluginName ) ); ?>
</p>
<p class='onp-note'>
<?php _e('On the right sidebars, there are some additional options which can help you to adjust the locker to your site audience. Try to use them by yourself later.', 'sociallocker'); ?>
</p>
</div>
<div class="onp-help-section">
<h2>3. <?php _e('Place the locker', 'sociallocker'); ?></h2>
<p>
<?php _e('Decide what content you would like to lock. It might be:', 'sociallocker'); ?>
<ul>
<li><?php _e('A download link (for instance, a free graphic, an audio file, video resources, or a printable pdf of your article).', 'sociallocker'); ?></li>
<li><?php _e('A promo code (for instance, a 10% off discount, if the visitor shares your promo page).', 'sociallocker'); ?></li>
<li><?php _e('The end of your article (for instance, you might show the beginning of the article to gain interest, but hide the ending).', 'sociallocker'); ?></li>
</ul>
<?php _e('Basically, you can hide any content that would be important for visitors who are visiting your site.', 'sociallocker'); ?>
</p>
<p>
<?php _e('However, <strong>you should never</strong>:', 'sociallocker'); ?>
<ul>
<li>
<?php _e('Lock all of your content, posts or pages.', 'sociallocker'); ?>
</li>
<li>
<?php _e('Lock boring content or content that is not interesting.', 'sociallocker'); ?>
</li>
</ul>
</p>
<p>
<?php _e('In other words, don not try to trick your visitors. If you do, people will become annoyed and will remove the likes/tweets/+1s after unlocking your content, which will not have the desired result.', 'sociallocker'); ?>
</p>
<p>
<?php _e('Open the post editor for the post where you want to put the locker. Add a block named «Social Locker».', 'sociallocker') ?>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/4-2.png' ?>' />
</p>
<p>
<?php _e('Put content you wish to lock into the added block.', 'sociallocker') ?>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/4-3.png' ?>' />
</p>
<p>
<?php _e('If you have several lockers you can pick the concrete one by clicking on the block border.', 'sociallocker') ?>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/4-4.png' ?>' />
</p>
<p>
<?php _e('Also you can use shortcodes to call the locker by wrapping the content you wish to lock. For instance: <span class="onp-mark onp-mark-gray onp-mark-stricked onp-code">[sociallocker] Locked Content Goes Here [/sociallocker]</span>', 'sociallocker') ?>
</p>
<p>
<?php _e('That\'s it! Save your post and see it on your site! ', 'sociallocker'); ?>
</p>
<p class='onp-img'>
<img src='<?php echo 'https://cconp.s3.amazonaws.com/bizpanda/social-locker/help/' . $lang . '/6.png' ?>' />
</p>
</div>

View File

@@ -0,0 +1,25 @@
<div class="onp-help-section">
<h1><?php _e('Social Locker', 'sociallocker'); ?></h1>
<p>
<?php _e('Social Locker hides some piece of value content on your website and ask the user to like or share (in other words, "pay with a like", "pay with a tweet" and so on) to get instant access to your content.') ?>
</p>
<p><?php _e('Social Locker gives you the following benefits:', 'sociallocker') ?></p>
<p><strong><?php _e('1. More Social Traffic') ?></strong></p>
<p><?php _e('Social Locker will add systematically viral traffic to your website, your opt-in funnel or your sales-page. When users share or tweet your page to get access to the content you locked, their friends see it and some of them visit your website. That repeats again and again.', 'sociallocker') ?></p>
<p><strong><?php _e('2. More Quality Fans & Followers') ?></strong></p>
<p><?php _e('Every blogger and internet entrepreneur knows how difficult it is to get fans and followers, especially for new websites with a low budget..', 'sociallocker') ?></p>
<p><?php _e('Get every visitor of your site to follow you. Keep in contact with your audience and build loyalty. Just lock some valued content and tell visitors that the locked content is available only for your fans and followers.') ?></p>
<p><strong><?php _e('3. Better SEO Ranking') ?></strong></p>
<p><?php _e('Google\'s search algorithm takes over 200 factors into consideration when determining which results to show for a search query and in what order. Social media is one of the most important factors in their algorithm and has a significant influence on how a site ranks in a search.', 'sociallocker') ?></p>
<p><?php _e('Results in the organic search results\' top positions have a high number of likes, shares and tweets. So, the better your social media performance, the better your SEO results.') ?>
<p style="margin-top: 25px;">
<a href="<?php $manager->actionUrl('index', array( 'onp_sl_page' => 'usage-example-social-locker' )) ?>" class="btn btn-default"><?php _e('Learn how to configure and use Social Locker', 'sociallocker') ?><i class="fa fa-long-arrow-right"></i></a>
</p>
</div>