Autopost social

Component ID

2857642

Component name

Autopost social

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

952

Component created

Component changed

Component body

Autopost social is a module to publish posts to multi Social network (Facebook, Twitter) when you add/edit a new content.

Add content autopost social

How to Install

  1. Enable Module Autopost social.
  2. You need to install composer :
    • composer require facebook/graph-sdk
    • composer require abraham/twitteroauth
  3. Visit this page to add your configuration (ClientId, SecretId ...) : admin/structure/autopost-social/settings
  4. Enable autopost functionality to content type you want : admin/structure/types/manage/CONTENT-TYPE
  5. When you add a new Content you can enable autopost to each social network (facebook, twitter)

Requirements

Composer library (facebook sdk, twitter sdk)

  composer require facebook/graph-sdk
  composer require abraham/twitteroauth

Facebook Generate Access token

This module generate automaticly access token code for Facebook provider no action needed, you need just an app id and a secret id in this page (admin/structure/autopost-social/settings) :

Autopost social settings