hypejunction/hypediscovery

This package is abandoned and no longer maintained. No replacement package was suggested.

Enhanced social presence and discovery of Elgg content in the social eco-system.

2.3.2 2018-09-03 07:50 UTC

This package is auto-updated.

Last update: 2020-01-29 04:10:51 UTC


README

Elgg 2.2

Enhanced social presence and discovery of Elgg content in the social eco-system.

Screenshots

alt text alt text alt text

Features

  • Extensible OpenGraph metatags
  • Extensible Twitter Card metatags
  • oEmbed provider (via web services)
  • Permalinks and Embed Code
  • Self-hosted Share buttons (no external javascript or cookies)
  • Granular control over discoverable and embeddable entity types

hypeDiscovery allows users to create public description of otherwise inaccessible content items (e.g. if your site is in a walled garden mode). The plugin implements a system of permalinks that are accessible by remote services, such as Facebook, Twitter, Google Plus, LinkedIn, Pinterest etc.

Developer Notes

Tracking Shares

Each permalink includes a unique user hash, so you can track the shares and referrals back to the sharing user.

Use 'entity:share', $entity_type hook for tracking shares. Use 'entity:referred', $entity_type hook for tracking traffic generated by the user's share

Images

In cases, where content icons are not available to the outside world, you can use 'entity:icon:filestore', $entity_type hook, to specify the location of the the location of the icon on the filestore.

Metatags

To modify OpenGraph or other metatags, use 'metatags', 'discovery' hook.

Embeds

To control the output of the embedded content, see the oembed viewtype views.