gnu-social/plugins/ShareNotice
brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
..
css ShareNotice plugin -- basic buttons per-notice to share the text & a link to the notice on other sites. 2010-09-30 18:03:25 -07:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
ShareNoticePlugin.php [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +01:00

README

The ShareNotice plugin allows sharing of notices to Twitter, Facebook and other
platforms.

Installation
============
add "addPlugin('ShareNotice');"
to the bottom of your config.php

Settings
========
targets: Array of platforms allowed to share to

Example
=======

addPlugin('ShareNotice', array(
    'targets' => array(
        array('Twitter'),
        array('Facebook'),
        array('StatusNet', array('baseurl' => 'http://example.org'))
    )
));