>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Mobile Detect |
Version | 1.2.0 |
Author | Jesse Friedman |
Rating | 98 |
Last updated | 2013-03-29 04:53:00 |
Downloads |
21487
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Mobile Detect plugin added 3 bytes of resources to the Home page and 19 bytes of resources to the sample Post page.
WP Mobile Detect plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Mobile Detect plugin ads no tables to your Wordpress blog database.One of the hardest parts of building Responsive WordPress themes is maintaining responsive integrity after the site goes live. User Admins can have limited coding abilities which can prevent them from maintaining responsiveness in themes. WP Mobile Detect aims to make it extremely easy for anyone to wrap content in the editor with shortcodes which will hide content based on visitor device at the server level.
No longer do we need to rely on display:none; or other techniques to hide content for mobile devices. Instead we can replace content with alternatives. When a full-size infographic in your post is unknowingly displayed on a visitors phone we can consider that an Non-user initiated download. In other words that visitor had no idea what they were getting into and you possibly just choked their bandwidth.
WP Mobile detect gives you the ability to wrap that infographic in a [notdevice][/notdevice] shortcode so at the server level WordPress will decide to show that content only if the user is NOT on a phone or tablet. Alternatively you can wrap a link and corresponding text to that info graphic in a [device][/device] shortcode as a way for the visitor to consume that content if they so choose.
This plugin is based on the PHP Mobile Detect class WordPress Plugin written by Jesse Friedman