ride/wba-cms-widgets-social
Composer 安装命令:
composer require ride/wba-cms-widgets-social
包简介
A collection of social media widgets
README 文档
README
A collection of widgets and REST clients allowing you to implement various social media integrations.
Widgets
Social media link widget
Select various social media services to display links to provided profile pages.
Social media share widget
Select various social media services allowing the user to share the current page to them.
Clients
###Flickr client A minimalistic client and model which can ben used to send and handle requests to the Flickr API.
Usage : Request the first 5 photos of a specific Flickr photoset
$flickrModel->setApiAuthentication(API_KEY, API_SECRET_KEY);
$photos = $flickrModel->call('flickr.photosets.getPhotos', array(
'photoset_id': PHOTOSET_ID,
'page' => 1,
'per_page' => 5,
));
统计信息
- 总下载量: 1.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-05-18