From 9853d47137347b42adcfcb3cff0dcaa96b60a149 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sat, 8 Aug 2009 22:38:48 -0400 Subject: Update README to use the addPlugin syntax to add the plugin (which seems cleaner) --- plugins/FBConnect/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/FBConnect/README b/plugins/FBConnect/README index 914b774cb..11e5ce453 100644 --- a/plugins/FBConnect/README +++ b/plugins/FBConnect/README @@ -43,8 +43,7 @@ API key and secret to your Laconica config.php file: Finally, to enable the plugin, add the following stanza to your config.php: - require_once(INSTALLDIR.'/plugins/FBConnect/FBConnectPlugin.php'); - $fbc = new FBConnectPlugin(); + addPlugin('FBConnect'); To try out the plugin, fire up your browser and connect to: -- cgit v1.2.3-54-g00ecf