Q
Q
qshmykoffp2017-09-17 11:59:28
CMS
qshmykoffp, 2017-09-17 11:59:28

How to make posts from the VK group published on the site?

I want posts from the VK group to be automatically published on the site, and not by means of the "Communities" widget, but that they be published on separate pages

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Daniel, 2017-09-17
@qshmykoffp

1. Learn PHP, JS (you will need not only to write a script for the VK API, but also to create your own sites, CMS plugins and the rest).
2. As soon as the skills from the first point are pumped at least to an average level, connect the Callback API to your group , write a script on your website / server that will receive data on events that have occurred in the group. When the event "wall_post_new" occurs - a new post on the wall, JSON will be sent to your script with the type of event, the ID of the group in which the event occurred, and the "objects" field with basic information about the event. The "objects" field will contain the object of the published post , from there the script will be able to take all the necessary information to create a similar post on your site.

M
Maxim Timofeev, 2017-09-17
@webinar

Read the api vk documentation:
https://vk.com/dev
And when a specific question appears, ask. Understanding and implementation will require knowledge of php and / or js

D
Dark_Scorpion, 2017-09-17
@Dark_Scorpion

Use VK API and caching server. The server will load the changes and store them, and js on the client side will make a request to the server every 10-20 seconds and display the data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question