WP Mobile Detect
WP Mobile Detect by Jesse Friedman creates an easy way for the User Admin to control when content is shown or hid based on visitor device or operating …
The facts
- Rating
- 4.8★ from 64
- Active installs
- 5k+
- Price
- Free
- Last updated
- 28 Nov 2017
- Added
- Jul 2012
- Requires WP
- 2.8.4
- Tested up to
- WP 4.2.39
- Downloads
- 90,966
Our analysis
AI-assistedWP Mobile Detect is a WordPress plugin designed to help users manage content visibility based on the device being used to access the site. It allows you to wrap content in shortcodes that will hide or display information depending on whether the visitor is using a mobile device or not.
This plugin is suitable for site administrators who may have limited coding skills but want to ensure that their content is displayed appropriately for different devices. It aims to improve user experience by preventing unnecessary downloads of large files on mobile devices.
Best for: This plugin is best for WordPress site administrators looking to manage content visibility for mobile users.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows content to be hidden or displayed based on visitor device
- ✓Utilises shortcodes for easy implementation
- ✓Helps maintain responsive integrity after site launch
- ✓Based on the PHP Mobile Detect class
Where it falls short
- •Last updated in November 2017, may not be compatible with newer WordPress versions
- •Limited information on additional features or support
Verdict
WP Mobile Detect provides a straightforward solution for content management based on device type, but its age may limit compatibility with the latest WordPress updates.
From the developer
Jesse Friedman's own description of WP Mobile Detect, lightly tidied.
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