Plugin Directory

Postalicious

Usage

Postalicious is very easy to use. You only need to set up your preferences and then click on either the "Activate Hourly Updates" or "Update Now" buttons. "Activate Daily Updates" will schedule automatic updates every hour and fetch any new bookmarks you have added. The "Update Now" button retrieves any new bookmarks found when you click it.

Features

  • Automatically create posts in your blog with your bookmarks that allow you to keep your blog updated just by bookmarking your favorite websites!
  • Works with delicious, ma.gnolia, Google Reader, Reddit and Yahoo Pipes.
  • Complete control over how often your bookmarks are posted and how many bookmarks should appear on each post.
  • If the post is not ready for prime time, Postalicious creates a draft with the pending bookmarks which you can publish any time or wait for Postalicious to publish it when it meets your publishing settings.
  • Full customization on the look of posts created by Postalicious, including templates for the post slug, post title, and post body.
  • Integrates with WordPress 2.3 tags, or with Ultimate Tag Warrior and Simple Tagging plugins in earlier version of WordPress.
  • Filter the bookmarks that are posted to your blog depending on how you tagged them.
  • Logs all the activity so that you know what Postalicious did and when.

Version History

Version 2.7rc1

  • Completely revamped the limiting system. The new system is much more flexible and simpler to use.
  • Postalicious now uses the post scheduling provided by WordPress to publish posts at the right time.
  • Added custom fields with the bookmark's info to posts created by Postalicious with only one bookmark.
  • Improved the excerpt template. Leaving it blank will now let WordPress automatically generate it.
  • Added Jumptags support.
  • Fixed a few minor bugs.
  • Fixed a few typos.
  • General code cleanup.

Version 2.6

  • Added post excerpt template.

Version 2.5

  • Fix a really weird bug which probably no one would have encountered anyway.
  • Fixed a typo in the options page.
  • Did a bit of code cleanup.
  • I think we are done with bugs, so I'm tagging this as the final 2.5 release.

Version 2.5rc4

  • Fixed a typo in the code which prevented new users from updating.

Version 2.5rc3

  • Fixed a bug with some dates not being parsed correctly.
  • Fixed a bug which terminated execution with certain services.

Version 2.5rc2

  • Switched to SimplePie Core instead of including a copy of SimplePie.

Version 2.5rc1

  • Got rid of the rss.php file, updating it every time a new version of WordPress was released was not very user-friendly.
  • Postalicious now uses SimplePie to handle RSS feeds.
  • Updated the settings page interface to match the new interface of Settings in the latest versions of WordPress.
  • Improved the wording of the settings both to match the style WordPress uses and to make the settings page easier to understand.
  • Fixed a lot of typos in the readme file.
  • Postalicious now asks if you want to save any changes before (de)activating hourly updates or doing an update if any unsaved changes were made.
  • Improved support for Google Reader, ma.gnolia and Reddit.
  • Added a donation button to the Postalicious settings page...because the newer versions of WordPress are making it harder for Postalicious users to reach my website where I can mind-trick them into donating (hopefully).

Version 2.0rc6

  • Postalicious now works with delicious 2.0 (aka. delicious.com).
  • Updated rss.php file to be based on WordPress 2.6 modified file.

Version 2.0rc5

  • Added some safeguards to prevent the "Potalicious is already updating at the moment." message after there was a PHP error in the last update.
  • Fixed some more problems in PHP4 installations.
  • Fixed a typo in the code which made the "bookmark's tags" option not work.

Version 2.0rc4

  • Fixed another double posting bug when certain combination of settings was being used.
  • Removed the "Enable Tags" option since it didn't really make much sense since WordPress added native tag support.

Version 2.0rc3

  • Added Yahoo Pipes support.
  • Fixed a bug where the options page did not show up in some WordPress installations.
  • Fixed a bug where the tags for all posts were ignored.
  • Fixed a bug where some bookmarks could keep getting posted repeatedly or be skipped.

Version 2.0rc2

  • Fixed a bug where the user list did not show up in WordPress installations with custom table prefixes.
  • Fixed several issues when running Postalicious on PHP 4.*
  • The options page is now valid XHTML1.0 Transitional. (Thanks Shelly)
  • Fixed some issues with the allowed HTML tags.
  • Added support for Reddit.
  • Made the service-related code more easily customizable.
  • Fixed a bug where Postalicious ignored the settings for what to do when a blog author publishes a draft.
  • Fixed a bug with updating maximum/minimum number of bookmarks per post when the minimum is greater than the maximum.

Version 2.0rc1

  • Added native support for ma.gnolia and support for Google Reader feeds.
  • Postalicious now comes with a modified version of rss.php which is required for Google Reader support and tag support in ma.gnolia.
  • RSS feeds are now used instead of the delicious and ma.gnolia APIs.
  • Private bookmark posting is now no longer possible because of the switch to RSS feeds.
  • Automatic updates are now done every hour instead of every day.
  • Added support for custom date formats in all templates.
  • Added slug template.
  • Added several post limiting options.
  • Changed templates from single date and double date to single day and multiple days.
  • Added support for %date% in the bookmark template.
  • %title% is now replaced in the one day post title template if Postalicious is set to post exactly one bookmark per post.
  • Added activity logging.
  • Added an option to allow certain HTML tags in the bookmark's description.
  • All of the code that handles bookmark fetching was rewritten and is now much cleaner.
  • The code is now understandable, lots of comments were added to explain what the code does.
  • Improved handling of character encodings.
  • Switched from directly using cURL of filegetcontents to using the MagpieRSS version included in WordPress which uses Snoopy to fetch the RSS feeds.
  • Improved the handling of tags, many tag-related bugs were solved.
  • Added some safety checks to prevent function redeclaring if the plugin was loaded twice and to prevent Postalicious from starting an update while an update is already in progress.
  • Note: Although I did some extensive bug testing to try to find as many bugs as possible, it's likely that a few bugs still persist which is why I decided to release this version as 2.0 release candidate 1. Please let me know if you find any bugs with this version of Postalicious.

Version 1.5

  • Postalicious now works with WordPress 2.3.
  • Added support for WordPress 2.3 tags.
  • Added the ability to prevent bookmarks with certain tags from being posted.
  • Added a preference to choose whether you want Postalicious to post private bookmarks or not.
  • Post created by Postalicious can now have multiple categories.
  • Fixed random bugs which didnt really make any difference to the end user.

Version 1.31

  • Fixed a problem introduced in version 1.3 where sometimes no bookmarks would be posted.

Version 1.3

  • Added support for Simple Tagging plugin. (Thanks Jonas!)
  • Added new tag template to customize the way tags are displayed (supports linking the tags page in your delicious). (Thanks Jonas!)
  • Added the ability to only post bookmarks with certain tags.

Version 1.21

  • Fixed a small bug I introduced in version 1.2 where too many tags where being escaped.
  • Now only users with user levels greater or equal to 6 will be able to access the Postalicious options page.

Version 1.2

  • Fixed a bug that could cause some of the dates to be off.
  • Made some progress with encodings.
  • Fixed an bug where some HTML tags where swallowed from the templates. (Thanks Jonas!)

Version 1.1

  • Improved error descriptions.
  • Other minor bug fixes.

Version 1.09

  • Fixed yet more problems with dates.
  • Fixed yet more problems with special characters.
  • Fixed a bug where drafts could only be updated once.

Version 1.08

  • Added back support for localized dates, now it works.

Version 1.07

  • Removed support for localized dates since apparently its messing up the dates for some people.

Version 1.06

  • Fixed a bug where the date in single day posts was set to Jan 1, 1970.
  • Added support for localized dates.
  • Fixed a bug where some special characters (such as umlauts) were not dispayed correctly.
  • Fixed a bug where the post would always use the default category.

Version 1.05

  • Fixed a bug where automatic updates did not work.
  • Fixed a bug where delicious usernames/passwords containing certain characters did not work with Postalicious.
  • Added CURL support to fix the problems some hosts have with filegetcontents.

Custom date formats

Postalicious 2.0 introduces the ability to display dates in different formats. All of the templates in Postalicious that allow %date%, %datestart% or %dateend% now support custom formats. If used by themselves, %date%, %datestart% and %dateend% will use the default date format template to display the date. To use a custom format, you only need to add the date format you wish to be used to display the date enclosed by '{' and '}' before the second '%' sign. For example %datestart{F jS}% will be replaced by the start date using the format: 'F jS'. The formatting options are the ones used by PHP which can be found here: http://www.php.net/date . You can use as many custom dates as you want in each template, and you can combine the use of custom and default dates.

Credits

Plugin created by Pablo Gomez (http://neop.gbtopia.com/)

Simple Tagging support and tag templates by Jonas Neugebauer (http://www.aksolutions.de/)

SimplePie is © 2004Ð2008 Ryan Parman, Geoffrey Sneddon and contributors (http://simplepie.org/) Licensed under the BSD License (http://www.opensource.org/licenses/bsd-license.php)

Icon used for the download button created by Utom (http://utombox.com/my-works/)

Special thanks to everyone who has helped me track bugs down.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(13 ratings)