Update README to use the addPlugin syntax to add the plugin (which seems cleaner)
This commit is contained in:
parent
c6d2e54a71
commit
9853d47137
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user