Downloads

Download tweet-6.x-2.0.tar.gztar.gz 12.61 KB
MD5: 9add7a90e35b2282d379fd437f93e3eb
SHA-1: 84a6485d29882fd29b05e1e96aa536964f043f31
SHA-256: 575dc209e93f0d80006b448f99e34453245f1713cad8dea3b5f9f573b141d08e
Download tweet-6.x-2.0.zipzip 14.48 KB
MD5: c61f03c6007b4c00712862d25efe670c
SHA-1: 429427259c33e1266f1644fc75c322e080ac311c
SHA-256: 23097bc116984bab253ea0874e54799131c69f34e12d3c9bf2b2cc0bc2ddcd35

Release notes

This release builds off of 1.7, but also requires that you run update.php if upgrading from the 1.x branch.

Changes:

- Tweaks to last commit to fix overlooked bugs
- Admin can now fully customize the Tweet text

As a result of the second general change, the API has changed (which is the reason for this new branch). Please see the documentation for the new API. To upgrade, simply change:

//$title is the title to use in the tweet, if any.
tweet_to_twitter($type, $title, $nid, $q);

to:

//$format is a string which indicates what text will appear in the tweet.
//[url] and [title] are replaced with the relevant URL and title, respectively.
//For example, "[url] [title] #hashtag" might output "http://example.com My Page Title #hashtag".
tweet_to_twitter($type, $format, $nid, $q);
Created by: IceCreamYou
Created on: 21 Mar 2009 at 22:26 UTC
Last updated: 21 Mar 2009 at 22:31 UTC
New features
Bug fixes

Other releases