
Detect Mobile Users
Right now, Mobile user growing really fast, some of them enjoy to read blog via Mobile Phone, iPhone or they BlackBerry. As weblog maintenance. We need to create some wonderful guide how to directly Mobile user to match with Mobile Friendly interface.
I got this tips from WP Recipes, this tips is really nice and I like it
Write this script on your header.php
Once done, simply open your header.php file and place the following at the top of the file. Don’t forget to edit line 5 according to the page where you’d like to redirect mobile users.
include('mobile_device_detect.php');
$mobile = mobile_device_detect();
if ($mobile==true) {
header( 'Location: http://your-website.com/?theme=Your_Mobile_Theme' ) ;
}
Thanks to Jeff Starr for this very cool idea! and Happy blogging and sent your reader to the right theme ;)
Popularity: 1%
how to detect mobile visitors on your wordpress blog
How to detect mobile visitors on your WordPress blog. As mobile devices, as such as Blackberries or iPhones, are becomming more and more popular,
Source: http://www.wprecipes.com/how-to-detect-mobile-visitors-on-your-wordpress-blog
how to detect mobile visitors on your wordpress indodx
Home / WordPress / How To detect Mobile visitors on Your WordPress Here is a recipe to detect mobile visitors.Looking for WordPress hosting?
Source: http://blog.indodx.com/archives/how-to-detect-mobile-visitors-on-your-wordpress.jsp
wordpressing social wordpresspublicadas
Here is a recipe to detect mobile visitors.Looking for WordPress hosting? Try WP Web Host. for free!How to detect mobile visitors on your WordPress blog Leer
Source: http://www.wordpressing.es/?page=9
wprecipes com daily recipes to cook with wordpress
To avoid it, let's use the power of WordPress hook to insert our analytics code without editing theme files. How to detect mobile visitors on your WordPress blog
Source: http://www.wprecipes.com/page/4
2010 january wpmash wordpress news
How to detect mobile visitors on your WordPress blog How to detect mobile visitors on your WordPress blog. Posted in WordPress Themes Comments
Source: http://wpmash.com/2010/01/
top wordpress hacks of 2009
Detect the visitor browser within WordPress. One of my favorite WordPress hacks of the year Detect mobile visitors on your WordPress blog. Mobile devices as such the Blackberry or
Source: http://www.catswhocode.com/blog/top-wordpress-hacks-of-2009
the dotmobi wordpress mobile pack mobiforge
The dotMobi WordPress Mobile Pack is a complete toolkit to help mobilize your WordPress site and blog. Mobile switcher to detect mobile visitors and provide an appropriate
Source: http://mobiforge.com/running/story/the-dotmobi-wordpress-mobile-pack
wordpress › mobile device detect « wordpress plugins
Author: Matthias Reuter. This Wordpress plugin integrates the mobile device detect function from detectmobilebrowsers.mobi to wordpress. It allows to redirect mobile visitors to a
Source: http://wordpress.org/extend/plugins/mobile-device-detect/
detect mobile browsers mobile user agent detection
Detect Mobile User Agents & Browsers Helping detect and better serve mobile browsers or use the function generator to build a custom function to suit you and your mobile visitors.
Source: http://detectmobilebrowsers.mobi/
mobile device detect for wordpress downloads straightvisions com
detect function from detectmobilebrowsers.mobi in wordpress. It allows to redirect mobile visitors to mobile_device_detect in your plugin directory; Go to plugin-list in Wordpress and
Source: http://straightvisions.com/mobile-device-detect-for-wordpress.html






Good idea…thanks to Jauhari for this link