isMobile() Shortcode for WordPress
This plugin works with the open source Mobile Detect Library. You can get further information on its website.
The facts
- Rating
- 5★ from 3
- Active installs
- 100+
- Price
- Free
- Last updated
- 12 Aug 2026
- Added
- Nov 2018
- Requires WP
- 6.0
- Tested up to
- WP 7.0.4
- Requires PHP
- 7.4
- Downloads
- 3,987
Our analysis
AI-assistedisMobile() Shortcode for WordPress is a plugin that allows you to display specific content based on the type of device accessing your site. It utilises the Mobile Detect Library to identify devices and filter content accordingly. You can specify which devices to target using shortcodes, providing a tailored experience for users on mobile, tablet, or desktop devices.
This plugin is suitable for website owners who want to enhance the mobile experience by showing different content to users on various devices, such as iPhones, iPads, or Android devices. It is useful for developers and site administrators looking to optimise their site's presentation based on user devices.
Best for: This plugin suits WordPress site owners wanting to customise content for different mobile and desktop devices.
What it does well
- ✓Utilises the Mobile Detect Library for device detection
- ✓Allows content filtering based on multiple device types
- ✓Free to use from the WordPress.org directory
- ✓Easy to implement with shortcode parameters
Where it falls short
- •Limited information on additional features or support
- •No details on performance or compatibility with all themes
Verdict
isMobile() Shortcode for WordPress provides a straightforward way to manage content visibility based on device type. It may be beneficial for those focused on improving mobile user experience.
From the developer
Jairo Ochoa's own description of isMobile() Shortcode for WordPress, lightly tidied.
This plugin works with the open source Mobile Detect Library. You can get further information on its website.
[ismobile device='iphone' debug=true ] Your content [/ismobile]
Parameters
- device: Filters the device where you want the content to be shown. It could be more than one device, simply separate them with comma.
- debug: Shows Mobile Detect Library installed version. Also shows two arrays. The first one contains the devices which the library detects and the second one contains the devices where you want to show the content.
Values
- android: Shows content in Android devices.
- chrome: Shows content on Chrome browser (Only works on mobile devices).
- desktop: Shows content on a computer. Opposite to mobile option.
- ios: Shows content in iOS devices.
- ipad: Shows content on a iPad.
- iphone: Shows content on a iPhone.
- mobile: Shows content on a mobile device (includes tablets and cell phones). Opposite to desktop option.
- phone: Shows content on a cell phone.
- safari: Shows content on Safari browser (Only works on mobile devices).
- samsung: Shows content on Samsung devices.
- tablet: Shows content on a tablet.