propertunist / interconnected

This plugin allows users to share elgg items/pages on various social networks without using javascript - for increased privacy.
GNU General Public License v2.0
4 stars 1 forks source link

interconnected

This plugin uses various methods to allow users to share elgg items/pages on various social networks.

features:

install:

  1. deactivate and remove any previous version of the plugin from the mod folder
  2. extract the zip file for this plugin and move the extracted files into the mod folder
  3. activate the plugin.
  4. optional: create profile fields in profile_manager for social profiles. they should be of type 'url'. currently the supported sites are as follows:

n.b. you will need to edit the views/default/page/default.php file to include the opengraph namespace before your pages will fully comply with the opengraph standard. this plugin does not include the change since this file is such a fundamental file of an elgg installation. to make the change yourself you only need to add the following tag inside the tag: xmlns:og="http://ogp.me/ns#" so the full html tag will look like this:

todo:

notes: