]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use addPlugin() in the README setup example
authorBrion Vibber <brion@pobox.com>
Thu, 29 Oct 2009 19:08:24 +0000 (15:08 -0400)
committerBrion Vibber <brion@pobox.com>
Thu, 29 Oct 2009 19:08:24 +0000 (15:08 -0400)
plugins/TwitterBridge/README

index 09352188ed669965a9b51ece9ac848811c58915d..d3bcda5984d7c432c93dbb80ca2d9ee4eb49ed5a 100644 (file)
@@ -11,8 +11,7 @@ Installation
 
 To enable the plugin, add the following to your config.php:
 
-    require_once(INSTALLDIR . '/plugins/TwitterBridge/TwitterBridgePlugin.php');
-    $tb = new TwitterBridgePlugin();
+    addPlugin("TwitterBridge");
 
 OAuth is used to to access protected resources on Twitter (as opposed to
 HTTP Basic Auth)*.  To use Twitter bridging you will need to register