Blog Posts

Plugin Readiness for Gutenberg

December 4, 2018

3 Comments

Topics: Plugins, WordPress.

WordPress 5.0 is currently scheduled for release on Thursday, December 6th. This date has changed several times already, but I believe that this date will actually happen. The new content editor, Gutenberg, will be included in the release. The user interface has been considered stable for all of 8 days. I’ve talked a fair amount recently about the accessibility of Gutenberg and what the user experience will be like for users of assistive technology – but this post isn’t about […]

Continue reading “Plugin Readiness for Gutenberg” »

Twitter expands to 280 characters – sort of.

November 13, 2017

4 Comments

Topics: WordPress.

In WP to Twitter version 3.3.1, I’m adding a control to extend the allowed length of your Tweets using WP to Twitter. This post is to explain that feature, because as much as there’s been a lot published claiming that Twitter has expanded posts to 280 characters, that’s not strictly accurate. Strictly accurate matters a lot in programming, even if your actual experience using Twitter might seem exactly right. As a result, it’s going to be a little while before […]

Continue reading “Twitter expands to 280 characters – sort of.” »

Learning about WP to Twitter

April 27, 2016

8 Comments

Topics: Blogging, WordPress.

Given that I first wrote my plug-in WP to Twitter almost 8 years ago, and it’s been in continuous development since then, you might expect that I know all about it. But that would only be half the truth. What I know about WP to Twitter is the code base. I know how it works, I know why I made various decisions, and I know what I really want to change in future development. But I know very little about […]

Continue reading “Learning about WP to Twitter” »

Store migrated to Easy Digital Downloads

February 29, 2016

No Comments

Topics: WordPress.

So, it’s been a long weekend. But if you throw enough 14 hour days together, you can get a lot done! As of this weekend, my store has been migrated to Easy Digital Downloads. This wasn’t an easy decision, but it was a necessary one. From a purely practical standpoint, I’d reached the limits of the amount of time I could spend writing plug-ins while also maintaining a totally custom sales experience. If I wanted a new feature, I had […]

Continue reading “Store migrated to Easy Digital Downloads” »

Extending WordPress Plug-ins

January 2, 2016

No Comments

Topics: Web Development, WordPress.

Awesome WordPress plug-ins are built making extensive use of awesome core WordPress tools: filters and actions. My own plug-ins are no exceptions. But the fact that I’ve used the awesome power of filters and actions in my plug-ins doesn’t automatically mean that you know how to use and implement them. There are some great tutorials available on how to use WordPress actions and filters (or hooks, as they’re known collectively): Learning to use WordPress hooks from Elegant Themes The Complete […]

Continue reading “Extending WordPress Plug-ins” »