Jump to content

Integration with Vkontakte


Xontero

Recommended Posts

Integration with Vkontakte


Приложение Интеграция с Вконтакте содержит в себе три набора функционала:

1. VK.com Login Handler - авторизация пользователей в Invision Community с помощью социальной сети Вконтакте. Инструкция по настройке.

2. VK.com Share Service - пользователи могут делиться любым контентом в сообществе с помощью одной кнопки. Подробнее.

3. VK.com Content Promotion - продвижение контента в группу или страницу Вконтакте по расписанию. Подробнее о продвижение в Вконтакте.


 

Link to comment
Share on other sites

  • 7 months later...

UPD

What's New in Version 1.0.6

  • Works with php8

vk.com-login-share-promote-1.0.6.tar

Link to comment
Share on other sites

3 минуты назад, by_ix сказал:

поиск мне выдал один результат. этот. я сюда и закинул

Link to comment
Share on other sites

  • 3 months later...

/vkcom/hooks/vkTabs.php
найти:

{{if \is_array( $tabNames ) AND \in_array( \'promote_tab_facebook\', $tabNames )}}

заменить на:

{{if \is_array( $tabNames ) AND \in_array( \'promote_tab_twitter\', $tabNames )}}

 

/vkcom/hooks/promoteDialogTemplateVK.php
найти:

#elFacebookOptions_menu

заменить на:

#elPromoteDialogContent > div[data-role=\'promoteDialogBody\'].ipsPad

 

ОПЦИОНАЛЬНО
для моей специфической конфигурации файлового хранилища (хранилище CDN без протокола) понадобились следующие правки:
/vkcom/sources/VKpromotion/VKpromotion.php
найти:

$realFile = $_SERVER['DOCUMENT_ROOT'] . ( $this->settings['promotion_dir'] ? $this->settings['promotion_dir'] . '/' : "/" ) . $file;

заменить на:

$realFile = ( $this->settings['promotion_dir'] ? $this->settings['promotion_dir'] . '' : "" ) . 'https:' . $file;

 

Если правки вносились на форуме с установленным приложением - чистим кэш

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...