Tweet This Version History

By Richard X. Thripp at 2009-07-29T23:50:31Z in Pages, jump to comment form. 1,279 words.

This page lists the version notes for every version of Tweet This.

1.6.1: 2009-09-27: Bugfix release:
* Bugfix: Automatic tweeting now works on scheduled posts! In 1.6, it would only work on posts set to “publish immediately.”
* Bugfix: Double quotes work in “Send to Twitter” box on Write Post screen.
* Bugfix: Single and double quotes now work in Twitter “Editable text box.”

1.6: 2009-08-24: Version 1.6 makes these changes:
* Feature: Automatic tweeting of new posts to Twitter.
* Feature: Can specify custom URL shortening service.
* Feature: Clickable radio buttons in options menu.
* Feature: Better documentation and screenshots.
* Bugfix: Since 1.2: The cached URL for a post would be deleted when a comment was added. Now it remains.
* Bugfix: Since 1.2: Tweets would get cut off around 125 characters if titles were too long. Now they can go all the way to 140.
* Bugfix: Since 1.4: When link text for Twitter was not [BLANK] but link text for another social network was [BLANK], “[BLANK]” would be displayed. Now no text is shown.
* Bugfix: Since 1.5: Pressing enter in a text field in the options form would trigger “Import Options” button. Now it triggers “Save Options” as it should, because the Import / Export section has been moved down.
* Bugfix: Since 1.5.3: When Reddit icon was changed but link text was left as “Reddit”, it would not get changed to “[BLANK]“.
* Removal: Qr.cx, ri.ms, hex.io, lin.cr, idek.net, urlb.at, and h3o.de have been removed from the URL shortening services.
* Removal: The buggy “Tweets about this post” RSS feature is gone (previously only accessible by tt-config.php option).
* Removal: WordPress 1.5 - 2.2.X no longer supported.

1.5.3: 2009-08-19: Version 1.5.3 fixes these problems:
* Bug preventing quotes and other special characters in text fields fixed.
* If you change images but not the link text, it is set to blank automatically.
* Importing options properly flushes the WP object cache without page reloads.
* Import options box REMOVED on WP 1.5, because it never worked there anyway.
* load_plugin_textdomain updated to WP 2.6 standard, with backward compatibility.
* No more links on drafts and previews. The previous code for this was broken.
* On WP 1.5, resetting options requires a page refresh. This is now forced.
* Short URL lengths in URL services list updated. Many have become longer.
* The wp-content directory is no longer hard-coded.

1.5.2: 2009-08-15: This version adds German Twitter buttons, fixes the CSS that removes image borders, and eliminates the cross-product bug reported by Gareth.

1.5.1: 2009-08-03: You can now customize the CSS that is automatically inserted into your blog in the options menu under “Advanced Options.” qr.cx has been added to the URL shorteners list.

1.5: 2009-07-30: Now you can customize the link and title text for services other than Twitter. The options form has been streamlined, and you can now import and export options. “Insert Tweet This message in footer” defaults to unchecked. You can change the image and link CSS classes. The buggy “Tweets about this post” feature has been removed, though it can still be enabled in the new tt-config.php file which includes advanced features that should not be included in the options menu. Previously, the URL cache would be cleared whenever you saved the options. Now, it is only cleared when you change URL services or formats. The options menu has been moved to the external file /lib/tt-options.php which is referenced in tweet-this.php. Finally, I updated the screenshots.

1.4.1: 2009-07-17: Added Facebook and MySpace support. Removed Zi.ma from the URL shorteners list as the site is gone.

1.4: 2009-07-15: This release adds stability, not features. Many deprecated functions have been removed. There are two small additions: you can choose to make links open in new windows and you can have the rel=”nofollow” tag added to Tweet This links. As I’ve fixed performance issues with Th8.us and removed the phoning home of user data, Tweet This 1.4 is faster and more secure. The code has also been optimized for readability and I’ve improved the documentation through in-line commenting. You’ve determined “Display ‘Tweets about this post’ list below Tweet This links” to be buggy so it is now disabled by default. If you have it enabled from a previous version you are recommended to disable it unless it has not caused you issues.

1.3.9: 2009-02-20: Tweet This now outputs properly encoded ampersands and valid HTML. Added warning about bit.ly’s case-sensitive URLs.

1.3.8: 2009-02-19: Added Delicious.com support.

1.3.7: 2009-02-18: Fixed two bugs: tt-twitter-micro3.png could not be selected in the options menu in v1.3.6, and choosing local URLs and checking “Use “www.” instead of “http://” in shortened URLs” would result in URLs starting with “www.www.” on sites using the www. prefix already. Added three Twitter icons to the options menu.

1.3.6: 2009-02-18: Much better handling of URLs: if allow_url_fopen is disabled in PHP, Tweet This attempts to use curl. If that is disabled, Tweet This defaults to local URLs and a warning message is shown in the options. Error messages for fread and curl are now suppressed. Added two small Twitter icons to the options menu.

1.3.5: 2009-02-17: file_get_contents error messages are now suppressed, and if file_get_contents() is disabled, fread() is used. Added “Insert Google AdSense ads to support Tweet This” option.

1.3.4: 2009-02-16: Added “Only show ‘Tweets about this post’ list when viewing single posts or pages” and “Limit ‘Tweets about this post’ list to XX [2-15] tweets’ options. Got rid of tt_plurk_this() and similar functions, combining them under the tweet_this($service) function. The old functions are now deprecated, to be removed in Tweet This v1.4.

1.3.3: 2009-02-15: Added h3o.de, hex.io, idek.net, and Lin.cr to the URL services list. Added “Don’t shorten URLs under 30 characters” checkbox in options.

1.3.2: 2009-02-10: Added custom arguments to core functions, for manual insertion into your theme. Added “No icon” option in the settings. You can now disable Tweet This links while enabling other services such as Plurk and Digg.

1.3.1: 2009-02-09: Fixed a bug introduced in version 1.3 where images wouldn’t show up if your blog isn’t in the root directory.

1.3: 2009-02-08: Yahoo Buzz, Reddit, and StumbleUpon support added, ri.ms and Adjix.com added to URL services, alignment option added for Tweet This links, RSS feed import as “Tweets about this post” added (tweets displayed below Tweet This links), footer message added, tweet_this_big() removed, options condensed to a serialized array, internationalization support added, streamlined code. Default format is now “[TITLE] [URL]“. If you’re upgrading, deactivate Tweet This and delete the tweet-this folder, then upload the new tweet-this folder and activate. Your old settings will be converted to the new format.

1.2.3: 2009-02-02: Digg and Ping.fm support added: Digg and Ping This Post links and buttons can be enabled in the settings.

1.2.2: 2009-02-01: Plurk support added: Plurk This Post links and buttons can be enabled in the settings.

1.2.1: 2009-01-31: 6 Tweet This buttons by Sascha Assbach added, Zi.ma added to URL services, and local fallback code added in case an external URL service goes down.

1.2: 2009-01-30: Full customization options added, local URLs now allowed, Metamark and Tweetburner added, Twitterific bird replace with Twitter logo (by Corey Marion’s request) which is moved to bottom-right, small link is now default, “Hide Tweet This on pages” option added, “www.” prefixing option added, replacement logic for characters like ” (”) added, cleaned up code.

1.1.1: 2008-09-11: I fixed an oversight from 1.1, so tweet_this_small() now works properly. If you stick with 1.1, you have to use echo tweet_this_small() instead to get the link plus icon to show up in your theme.

1.1: 2008-09-11: Added a ton of stuff. Short URLs are cached now, you can disable automatic insertion, tweet text includes post title, and there are configuration options. Also, the icon is 24-bit color. This bumps the file size up (10KB from 4KB), but it looks much cleaner.

1.0: 2008-09-01: First release, simple plugin with no config options.

Post to Twitter Post to Plurk Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Ping.fm Post to StumbleUpon



One Comment — continue the discussion. RSS feed for this entry.


Have no fear — commenting is here. Comments RSS feed.

These HTML tags work: a href, abbr, acronym, b, blockquote, code, em, i, strike, strong, u. You will be emailed if anyone replies to your comment. Gravatars work here. Thanks for commenting!