A few days ago, the fine folks from DigWP have published a .htaccess trick to enable logging in from yoursite.com/login instead of yoursite.com/wp-login.php. Their trick is perfectly valid, yet improvable: it requires editing of the .htaccess, a file you don’t want noobs to mess with. So my thoughts were: “OK, that’s nice and everything, but [...] → Read more
Archive for the "Plugins" Tag
It will be a matter of personal preference or a matter of clients asking for it, but I bet this one is going to be a frequent question in the next months: "How do I remove the Admin Bar?". This will probably slightly change as this component is heavily under works, but as of now [...] → Read more
I've tried various plugins to backup my tweets into WordPress but none did really the job (actually most were doing much more stuff I didn't need, and most didn't keep track of the "in reply to" bits I wanted to have), so I made my own, which has powered my tweet archive for some time [...] → Read more
Recently, as part of a broader redesign, the plugin pages on WordPress.org have begun to reshape. There are some nice addition, for instance now voting that a plugin is broken sends you directly to the support forum to state your problem. But there are changes that I strongly dislike, in particular the removal of the [...] → Read more
So, peeps, I have good news and bad news. And by good news, I mean super mega hyper exciting announcement. The good news: three persons, carefully handpicked among all the three most important people in WordPress, are writing a book, I mean, THE book, on WordPress Plugin Development. These three fine chaps are Brad Williams, [...] → Read more
The bad news: in 8 days as of writing, Twitter will be shutting off basic authentication for third party applications. No more entering your login/password, but a more secure OAuth system that redirects you to Twitter's site and confirm you're allowing access to your account. All this, honestly, kind of sucks. The good news: I've [...] → Read more
I honestly don't give a whatever to soccer and the ongoing World Cup, but for the last few days I received a few really hilarious emails with pics mocking the South African vuvuzela (for a great inspiration and laugh, the dedicated subreddit is a good start) I could not miss the opportunity for a silly [...] → Read more
There's a cool (and underused by plugins) API in WordPress: the Transients API. Transients are temporary options, ie options set with an expiration time. Anytime you're storing options and they have a short life span, you should use transients instead.[...] → Read more
Matt Harris, Developer Advocate at Twitter, posted in the wp-hackers mailing list some important information about the Twitter API. In substance, On the 30th June the Twitter REST API will stop supporting Basic Authentication and instead switch to OAuth. This means all user authenticated requests to the API must be OAuth signed, preferably using OAuth [...] → Read more
A few days ago, Twitter published a new tool that lets you embed a tweet on your site, simplifying the old school way: take a screenshot, crop the picture, upload it, embed it. The problem is: this Twitter tool is way too lame. Basically you need to cut and paste a lengthy code snippet full [...] → Read more
