INSTALLATION
1. copy networkconnect.php to the wp-content/plugins/ directory
2. activate the plugin in the admin panel, via Plugins >> Plugins >> Activate
3. edit wp-content/themes/default/sidebar.php
(if you don't use the default theme, please choose the right directory)
insert these lines:
Connect to me on
';
onw_show_networks('sidebar');
echo ' » Get this plugin';
echo '';
}
?>
you can put these lines where you like.
by default you can put them under the Pages definition, which looks something like:
Pages' ); ?>
in my case that line is on line 41
save the sidebar.php file (or upload again)
4. done!
NOTE: see an example at www.rutgerhensel.nl