2017 © Pedro Peláez
 

silverstripe-module silverstripe-socialstream

Adds social plugins to the SilverStripe CMS

image

lekoala/silverstripe-socialstream

Adds social plugins to the SilverStripe CMS

  • Thursday, February 18, 2016
  • by lekoala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Silverstripe Socialstream module

This module adds social stream, sharing and links capabilities to your website., (*1)

Lifestream

Configure your social media links through the SiteConfig (currently limited to a restricted list) and apply extension to your Controller, (*2)

Socialstream extends the Lifestream jquery plugin with custom extensions to handle Twitter et Facebook in a uniform fashion. To use theses, you will need to define in your ss_environment.php the following constants, (*3)

/* Socialstream Twitter */
define('ST_TWITTER_CONSUMER_KEY', 'my_consumer_key');
define('ST_TWITTER_CONSUMER_SECRET', 'my_consumer_secret');
define('ST_TWITTER_ACCESS_TOKEN', 'my_access_token');
define('ST_TWITTER_ACCESS_TOKEN_SECRET', 'my_access_token_secret');

/* Socialstream Facebook */
define('ST_FACEBOOK_APP_ID','my_app_id');
define('ST_FACEBOOK_APP_SECRET','my_app_secret');

Compatibility

Tested with 3.1, (*4)

Maintainer

LeKoala - thomas@lekoala.be, (*5)

The Versions

18/02 2016

dev-master

9999999-dev

Adds social plugins to the SilverStripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar lekoala

module cms silverstripe lifestream