X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=0e6bf0e5f65fc4bc2d342e700d1b6f30563554dd;hb=3f44f94c3c3f0c3d46f5025854431f0d2825bb6c;hp=b8ed45fa83ce77fcf4a2ecf9b8b4448797c95701;hpb=d6a31c90a81a5e18af3379095bfccc444a5d7f73;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index b8ed45fa83..0e6bf0e5f6 100644 --- a/config.php.sample +++ b/config.php.sample @@ -150,6 +150,9 @@ $config['sphinx']['port'] = 3312; #$config['memcached']['server'] = 'localhost'; #$config['memcached']['port'] = 11211; +# Enable bidirectional Twitter bridge +#$config['twitterbridge']['enabled'] = true; + #Twitter integration source attribute. Note: default is Laconica #$config['integration']['source'] = 'Laconica'; @@ -169,6 +172,10 @@ $config['sphinx']['port'] = 3312; #$config['facebook']['apikey'] = 'APIKEY'; #$config['facebook']['secret'] = 'SECRET'; +# Facebook Connect plugin (Needs valid APIKEY above) +#require_once(INSTALLDIR.'/plugins/FBConnect/FBConnectPlugin.php'); +#$fbc = new FBConnectPlugin(); + # Add Google Analytics # require_once('plugins/GoogleAnalyticsPlugin.php'); # $ga = new GoogleAnalyticsPlugin('your secret code');