diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-08 22:38:48 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-08 22:38:48 -0400 |
commit | 9853d47137347b42adcfcb3cff0dcaa96b60a149 (patch) | |
tree | f860f3ceac31e39455d6b468800454f554e682d2 | |
parent | c6d2e54a7159174736f0184b7b9bc8b7e08bb9df (diff) |
Update README to use the addPlugin syntax to add the plugin (which seems cleaner)
-rw-r--r-- | plugins/FBConnect/README | 3 |
1 files changed, 1 insertions, 2 deletions
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: |