This page is to discuss, improve, and likely streamline (merge?) all share ("push"-type) functionality in Tiki. Watch this is a pull mechanism and will likely stay independent.
Related: Token Access
Current Tiki features
- "Promote" was added to Tiki6 (Renamed to share as requested in r28263)
-
PluginSharethishas a bug, do not use - Tell a friend
- alert
Open
Pending
Closed
Questions
- Is there anything in Zend Framework to help with this?
Most services offer a http-based api either useable with javascript (no need for frameworks) or php, where we can use the http classes
Feature requests
- URL shortener (Implemented in r28263)
- Useful because
- could be using page alias
- append in Wiki Handler could perhaps be useful
- could be using page alias
Related links
- Social Bookmarking Within Tiki
- http://shareicons.com/
- http://frankkoehl.com/2009/03/free-open-source-alternative-sharethis-addthis-addtoany/
- OPML (Outline Processor Markup Language) Share Incon
Existing services
- http://addthis.com/
- http://addtoany.com/
-
http://sharethis.com/- Has a bug, do not use
Why a new "Share" feature
- Every user can authorize the site with oauth for twitter/facebook so they need not to log in to each of the sites to push a message out on these channels.
- Instead of having a man in the middle doing the service for us (and the statistics/tracking), we can do it here