TxTu is_mobile() Wordpress Plugin
I’ve finished up on a new Wordpress plugin called TxTu is_mobile(). The Wordpress plugin can be used to detect mobile browsers on your Wordpress blog. You can install the plugin in your Wordpress site and use the available is_mobile() function in your templates to detect mobile devices.
What it basically does is check the “user agent” string of visitors to your blog to a list of “valid mobile browser strings” (configurable in the plugin’s admin page) and then return a boolean value of TRUE if it’s a mobile device and FALSE if not.
I’ve only tested it for Wordpress v2.5 and I currently use it on a new site that I have created — Code Stuff (more on this later). You can read more about it at the TxTu Is Mobile Wordpress plugin page. The Wordpress plugin is freely available under GPL v2 license.


















Leave a Reply