Chimo a614205663 Add plugin READMEs 8 years ago
..
css 46167d6b35 ShareNotice plugin -- basic buttons per-notice to share the text & a link to the notice on other sites. 14 years ago
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 9 years ago
README a614205663 Add plugin READMEs 8 years ago
ShareNoticePlugin.php 2c5cba28b6 Change status.net/wiki URLs to git.gnu.io 8 years ago

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'))
)
));