arckinteractive/elgg_hybridauth_share
Composer 安装命令:
composer require arckinteractive/elgg_hybridauth_share
包简介
Sharing add-on for HybridAuth
关键字:
README 文档
README
THIS PROJECT IS DEAD
Facebook deprecated its publish_actions API scope rendering this and thousands other tools useless.
A tool that allows sharing of content to hybridauth providers.
Usage
Form elements
To add checkboxes to your form, simply output hybridauth/share view. It will add
checkboxes for configured providers.
echo elgg_view('hybridauth/share');
Providers
You can add supported providers via 'share:providers','hybridauth' hook.
By default, supported providers are Facebook, Twitter and LinkedIn.
You can filter the data being sent to the provider via 'hybridauth:share:<provider>', '<object_subtype>' hook.
Object subtypes
To add your subtype to share handling, use 'share:subtypes', 'hybridauth' hook.
This will add a create event listener and submit the data to the selected providers.
统计信息
- 总下载量: 103
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-02-07