It basically provides a simple framework for executing conditional code, based on the browser type.
Use cases: send conditional CSS files for Internet Explorer, display different content or custom messages anywhere on the page based on the browser or to swap out Flash for an image for iPhones.
Instructions are provided in the project's README file.
The plugin doesn't come with an administrative interface, it is just a collection of hooks.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
What is new in this release:
- Browscap.ini database auto-updates!
- Browscap database caching!
- Added is_tablet()
- Added is_desktop()
- Added is_browser()
- Various detection fixes (incl. Opera Mini and IE Mobile)
- Updated tests
What is new in version 3.1.3:
- Browscap.ini database auto-updates!
- Browscap database caching!
- Added is_tablet()
- Added is_desktop()
- Added is_browser()
- Various detection fixes (incl. Opera Mini and IE Mobile)
- Updated tests
What is new in version 2.2.1:
- Updated php_browser_detection_browscap.ini to version 5020.
What is new in version 2.2:
- Minor code cleanup
- Added tests.php to check all plugin features
- Added additional usage examples to readme.txt
- Deprecated is_ie9() functions in favor is is_ie(9), etc.
- Fixed issue with is_ipod
- Fixed issue with is_mobile
What is new in version 2.1.1:
- Updated php_browser_detection_browscap.ini to version 4911.
What is new in version 2.1:
- Fixed path info to work with 'mu-plugins' folder, version 2.0 didn't know how to find it.
- Better recognition of iPad and iPhone with iOS 4.
Requirements:
- WordPress
Comments not found