Rich user interface for sharing status updates, links and content via user walls.
- URL-parsing with embeddable content view
- Geotagging (based on browser location)
- Inline multi-file upload
- Friend tagging
- Content attachments
- Use 2.3.x for Elgg 1.9
- Use 2.2.x for Elgg 1.8
Master branch is 1.9-compatible
-
Reverse geocoding is performed via Nominatim http://wiki.openstreetmap.org/wiki/Nominatim
-
As always, best in kind FontAwesome http://fontawesome.io/
-
For best results, install hypeEmbed, hypeScraper and ECML https://github.com/hypeJunction/hypeEmbed https://github.com/hypeJunction/hypeScraper https://github.com/Elgg/ecml
-
For drag&drop uploads, install elgg_dropzone https://github.com/hypeJunction/elgg_dropzone
-
Tokenizing Autocomplete is required for this plugin to run properly https://github.com/hypeJunction/elgg_tokeninput
- Reverse geocoding (i.e. browser position coordinates to human readable address) will not work in https. Implement a custom solution using a paid/free/proprietary service that does the same
-
You can extend wall tabs and forms via
'framework/wall/container/extend'
view -
If you have other plugins that are performing river updates in real time, take a look at
'refresh', 'river'
triggered by injs/framework/wall/status