Files
roi-theme/wp-content/plugins/sociallocker-next-premium/bizpanda/admin/pages/how-to-use/facebook-like.php
root a22573bf0b 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>
2025-11-03 21:04:30 -06:00

61 lines
3.4 KiB
PHP
Executable File

<div class="onp-help-section">
<h1><?php _e('Using the Facebook Like with the Social Locker', 'bizpanda'); ?></h1>
<p>
<?php _e('This note describes the Facebook restriction regarding using the Facebook Buttons in the Social Locker.', 'bizpanda') ?>
<?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 ...', 'bizpanda') ?></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>
<?php _e('<strong>This Facebook restriction doesn\'t affect</strong> on the Facebook Connect and Facebook Subscribe buttons (which ask to log into your app) from Email and Connect Lockers.', 'bizpanda') ?>
</p>
<p>
<?php _e('<strong>This restriction doesn\'t affect</strong> on buttons from other social networks (Twitter, Google, LinkedIn).', 'bizpanda') ?>
</p>
<p>
<?php _e('Technically <strong>you can ignore this restriction, the Social Locker will work without any problems</strong>. Also you can just update a bit the settings of your lockers to make it compatible with the new policy.', 'bizpanda') ?>
</p>
<?php $this->showContentTable() ?>
</div>
<div class="onp-help-section">
<h2><?php _e('Making Social Locker compatible with the Facebook Policies', 'bizpanda'); ?></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?', 'bizpanda') ?></p>
<p><strong><?php _e('1. Enable the option Close Icon.', 'bizpanda') ?></strong></p>
<p>
<?php _e('You have to give people the way to skip the liking process.', 'bizpanda') ?>
<?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.', 'bizpanda') ?>
</p>
<p><strong><?php _e('2. Remove any phrases like "this content is locked" from your locker.', 'bizpanda') ?></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).', 'bizpanda') ?>
</p>
<p><strong><?php _e('3. Turn on the Transparency or Blurring mode.', 'bizpanda') ?></strong></p>
<p>
<?php _e('It makes your locker looks like a popup which appears suddenly to ask the user to support you.', 'bizpanda') ?>
</p>
<p class='onp-img'>
<img src='http://cconp.s3.amazonaws.com/bizpanda/facebook-like/1.png' />
</p>
<?php $this->showContentTable() ?>
</div>