]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ShareNotice/README
Merge branch 'xmpp-fix-1' into 'nightly'
[quix0rs-gnu-social.git] / plugins / ShareNotice / README
1 The ShareNotice plugin allows sharing of notices to Twitter, Facebook and other
2 platforms.
3
4 Installation
5 ============
6 add "addPlugin('ShareNotice');"
7 to the bottom of your config.php
8
9 Settings
10 ========
11 targets: Array of platforms allowed to share to
12
13 Example
14 =======
15
16 addPlugin('ShareNotice', array(
17     'targets' => array(
18         array('Twitter'),
19         array('Facebook'),
20         array('StatusNet', array('baseurl' => 'http://example.org'))
21     )
22 ));
23