gnu-social/plugins/ShareNotice
Chimo a614205663 Add plugin READMEs 2016-02-08 17:48:37 +00: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 Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
ShareNoticePlugin.php Change status.net/wiki URLs to git.gnu.io 2016-02-08 17:48:10 +00: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'))
    )
));