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.” »Category: WordPress
Learning about WP to Twitter
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
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
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” »Security Update for WP to Twitter
On September 8th, the web site Vexatious Tendencies disclosed publically a security flaw in the WP to Twitter “Tweet Now” functionality, introduced in version 2.9.0. The security flaw would allow unauthenticated users to post to the administrator’s Twitter account. See WordPress plugin vulnerability dump, part 2 for more details about the vulnerability. This is a severe vulnerability, and you should update as soon as possible. If you are still running a version of WP to Twitter older than 2.9.0, you […]
Continue reading “Security Update for WP to Twitter” »