Repository URL to install this package:
|
Version:
3.1.7 ▾
|
<?php
defined('ABSPATH') || die();
/** @var $this NextendSocialProviderAdmin */
$provider = $this->getProvider();
?>
<ol>
<li><?php printf(__('Navigate to %s', 'nextend-facebook-connect'), '<a href="https://vk.com/apps?act=manage" target="_blank">https://vk.com/apps?act=manage</a>'); ?></li>
<li><?php printf(__('Log in with your %s credentials if you are not logged in', 'nextend-facebook-connect'), 'VKontakte'); ?></li>
<li><?php _e('Click on the "<b>Manage</b>" button next to the associated App.', 'nextend-facebook-connect'); ?></li>
<li><?php _e('Go to the "<b>Settings</b>" menu', 'nextend-facebook-connect'); ?></li>
<li><?php
$loginUrls = $provider->getAllRedirectUrisForAppCreation();
printf(__('Add the following URL to the %s field: ', 'nextend-facebook-connect'), '"<b>Authorized redirect URI</b>"');
echo "<ul>";
foreach ($loginUrls as $loginUrl) {
echo "<li><strong>" . $loginUrl . "</strong></li>";
}
echo "</ul>";
?>
</li>
<li><?php _e('Click on "<b>Update</b>" to save the changes', 'nextend-facebook-connect'); ?></li>
</ol>