定制 lekoala/silverstripe-socialstream 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lekoala/silverstripe-socialstream

Composer 安装命令:

composer require lekoala/silverstripe-socialstream

包简介

Adds social plugins to the SilverStripe CMS

README 文档

README

This module adds social stream, sharing and links capabilities to your website.

Lifestream

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

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

/* 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

Maintainer

LeKoala - thomas@lekoala.be

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: JavaScript

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-03-31