TWITTER THIS
twitter_this addon version 0.4 by Niels van Sluis, niels@van-sluis.nl
- This addon can be used in the image_template.html template. It displays a twitter button. On click it allows an user to share the current picture on twitter.
- The url within the twitter message, will be compressed using tinyurl.
The new tag to use in templates are
<TWITTER_THIS>
INSTALL
- Just put twitter_this.php in the addons directory and enable it using the pixelpost admin interface.
DEMO
CHANGES
- 0.4 - reintroduced curl to create tinyurls.
- 0.3 - w3c validated html
- 0.2 - rewrote tinyurl creation code; no deps on curl.
- 0.1 - initial release