SN FB Dynamic Cover Photo

Component ID

2047401

Component name

SN FB Dynamic Cover Photo

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1547

Component created

Component changed

Component body

This is a campaign idea which allows images/content to be updated dynamically as facebook page cover photo. Campaign can be like Countdown, Event, Tweet competition, hash tag competition and many more.

Purpose of module is to provide site administrator with the ability to change Facebook Page Timeline cover photo.
Admin can choose image field from different available content types and make it available for facebook page cover photo.These images then can be dynamically updated using Drupal's cron feature.

Module keeps track of different images that have already been set to avoid duplication.

Installation
====================================
Regular Drupal module installation.

Install and enable Libraries module, which allows dependency on shared usage of external libraries.You can then choose a configure settings here:

admin/settings/sn_dcp

1. Input your Brand Page, as shown in attached screen-shot it should be similar to your facebook page.
2. Input your facebook App Id and App Secret.
3. Create album "DCP" for your facebook page.
3. Choose Node type and Field name from where you want to upload your facebook cover photo.
4. Now upload image from selected "node type", which will be uploaded to your "DCP" album and reflect as your facebook page cover photo after cron run.

Refer screenshots for more detail.

== Requirement ==

The module requires dependency on external library
which needs to be downloaded from:

https://github.com/facebook/facebook-php-sdk

and placed in libraries folder : sitesalllibraries with name "facebook-php-sdk-master"