From: Brion Vibber Date: Thu, 29 Oct 2009 19:08:24 +0000 (-0400) Subject: use addPlugin() in the README setup example X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=666c18a1dd79ed46fdab8c12d7061ad640c33a50;p=quix0rs-gnu-social.git use addPlugin() in the README setup example --- diff --git a/plugins/TwitterBridge/README b/plugins/TwitterBridge/README index 09352188ed..d3bcda5984 100644 --- a/plugins/TwitterBridge/README +++ b/plugins/TwitterBridge/README @@ -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