Tag: WordPress

Accessible Video in WordPress

November 26, 2013

4 Comments

Topics: Accessibility, WordPress.

Accessible Video Library post creation screen

Since version 3.6, WordPress has incorporated the MediaElementJS library in core to handle the output of video files. It’s a great library — it has support for captions and subtitles; support for chapters; support for fallback formats of video; support for YouTube; keyboard support — everything you’d want to have for displaying video accessibly. That’s totally exciting! But there’s a “but”. WordPress manages media through the media manager, which doesn’t offer any way to associate caption and subtitle files with […]

Continue reading “Accessible Video in WordPress” »

Stop WordPress Spam with BotSmasher

August 12, 2013

No Comments

Topics: Accessibility, WordPress.

My latest WordPress plug-in is now released: BotSmasher, a plug-in to stop spam by filtering WordPress comments, registrations, and contact form submissions. This project owes a lot to Karl Groves, who developed and maintains the BotSmasher API (Application Programming Interface). So, what can you do with the BotSmasher WordPress plug-in? Well, the obvious: filtering comments and registrations. The plug-in takes user-submitted comments and registrations, checks them against the BotSmasher database of spam names, emails, and IP (Internet Protocol) addresses, and […]

Continue reading “Stop WordPress Spam with BotSmasher” »

Using custom template tags with WP to Twitter

June 13, 2013

No Comments

Topics: Web Development, WordPress.

Yesterday, I received a support request asking about how somebody could parse a URL (Uniform Resource Locator) out of their post title and post that as the shortened URL attached to their Tweet. They always used the same format to add the URL — <a href="http://thedomain.com">The Title</a>. Well. Not a standard use, certainly — but it is something that you can do using WP to Twitter, with a little custom code. So this is a good time to write up […]

Continue reading “Using custom template tags with WP to Twitter” »

My Calendar Admin Notice

April 18, 2013

2 Comments

Topics: Web Development, WordPress.

Admin Notice: The showkey, shownav, showjump, and toggle shortcode attributes have been deprecated. Use above and below instead. If you’ve recently upgraded My Calendar to version 2.2.0, you may be seeing this notice at the top of your public calendar. This is because I’ve introduced a change in version 2.2.0, and although those four shortcode attributes will continue to work for now, I do intend to remove them completely down the road — so I need people to stop using […]

Continue reading “My Calendar Admin Notice” »

Update to My Calendar: version 2.2.0

April 17, 2013

2 Comments

Topics: Web Development, WordPress.

After over 3 months since my last release in the 2.1 series for My Calendar, I’m finally ready to release the next version of My Calendar. There are a lot of changes in this new version — and I think they represent some distinct improvements. The complete list of changes can be seen in the Change log. That document goes through every change of substance I made. However, some of the more key items include: Basic event search: It’s not […]

Continue reading “Update to My Calendar: version 2.2.0” »