Once more with Feeling: WPBook 2.0.3

That’s what I get for trying to make too many changes in one release. Sheesh.

WPBook 2.0.2, released last night, is already superseded by 2.0.3, which I just tagged for release.

Bugs fixed:

  • Extra whitespace in wpbook.php after the closing ?> tag
  • Cleaned up includes to break on functions rather than midstream

I think that will solve the most immediate issue folks are having.

As always, let me know what you’re seeing here or in the support forums.

WPBook 2.0.2: Tabs, Stream Publishing, Comment Imports

Lots of changes in WPBook 2.0.2, which I’ve just finished tagging for release, but the most important are:

  • Import of comments posted on Facebook Wall. (If you’re following non-stable, beta releases, you’ve had this since 2.0.0 – but it is improved and stable enough now for all to use)
  • Ability to suppress posting excerpts to Facebook on a post-by-post basis
  • Fix for bug with posting excerpts to Facebook Wall (of individual profile or fan page)
  • Revised instructions to match current Facebook and WPBook settings pages, in four steps
  • Reordered and simplified settings page, putting most used settings nearer the top (and matching new instructions step by step)
  • Tabs: for individual profiles and application profiles, you can now add a view of your blog as a tab – and much html is supported. (Sorry, no objects or iframes, thus no embedded videos).
  • Debug setting which writes a file with attempts to import comments
  • Ability to edit the attribution WPBook uses when posting to Facebook Walls
  • PHP 5 calls moved to conditional imports – should improve error reporting for folks trying to use WPBook on PHP4 hosts, when it requires PHP5

As always you can get the latest WPBook from the WordPress.org repository and let me know in the support forums how it’s working for you.

Here’s a quick screenshot of what this blog looks like in a tab (without this post, obviously):

Open Parenthesis blog as a Tab (Click for full size)

Leanback with Apple Remote

Last week, Google unveiled YouTube’s Leanback experience. Like YouTubeXL before it, Leanback is aimed at users leaning back, away from their keyboards – perhaps with their laptops or desktops hooked up to their TV.

Read more…

WPBook 2.0.1, beta testers still needed

Once again, I’ve tagged a new version of WPBook for release. See the “other versions” section of the download page.

I’ve revamped the way permissions are requested, so as to store the session key Facebook provides when the user grants “offline access” permission. This enables WPBook to import comments from either the user’s Facebook Wall or the Wall of a Facebook Fan Page.

I’ve also added the ability to change the attribution line (the little blurb WPBook attaches to each message when you post it).

Given the complexity of all the different ways one might configure the application, though, I feel a need to get some folks testing it before making it the ‘default’ new release.

If you’re testing it, please do let me know – either via comments here, in the wpbook support forum, or via the contact form.

NOTE: This version has debugging on by default, which means it will create a debug text file in your wpbook plugin directory – this can be disabled by editing wpbook_cron.php at line 37, changing:

define ('DEBUG', true);

to

define ('DEBUG', false);

But there is useful info in that debug file for trying things out.

You’ll also probably find, in testing, that you’ll need a plugin like Core Control which lets you see what cron jobs are running and run specific jobs ahead of schedule.

Thanks

John

Warning: Don’t Run Lifestream and WPBook at the same time

Quick warning: don’t run WPBook with the latest version (0.99.9.8-BETA) of the Lifestream plugin. Bad things will happen.

An updated version of the prohibition on burning the candle at both ends

Here’s why it’s important to test plugin updates.

After my last post about beta testers for WPBook, I decided to go update my other plugins which had updates available, including Lifestream, which had an update to 0.99.9.8-BETA from 0.99.6 available.

So I jumped in without really doing any investigating of what changes there were – bad idea.

Read more…