Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 992 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 992 Bytes

Social Media Push: A Drupal 7 Module for pushing content out to Social Media.

The First module is required by the sub-modules. When the sub-modules are configured, they push a content type's information (title, subject, images, links) to the respective Social Media provider.

You will need to provide the API information to make the connection.

This module comes with the following sub-modules:

  • smp_facebook
  • smp_instagram
  • smp_linkedin
  • smp_pintrest
  • smp_reddit
  • smp_snapchat
  • smp_twitter

NOTE:

Not all sub-modules post content yet, still in the developement stages.

Installation

The First module is installed just like any other Drupal module.

  1. Clone this repository or grab a tagged download
  2. Put the module in your Drupal installation's sites/all/modules directory
  3. Go to the Modules screen in Drupal administration and enable the module.

Etc.

Please report any issues you find with this code.

SteveB