1049080df5
Advantages: * Increases security by preventing direct access to file/ * We are careful and have a defined('GNUSOCIAL') || die() to prevent direct access to GS files, but we may miss one or a vendor/extlib may not be as careful * Improves directory structure - It's more natural to physically separate what is public from what are GNU social resources |
||
---|---|---|
.. | ||
locale | ||
README | ||
ShareNoticePlugin.php |
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')) ) ));