WURFL Capabilities
Using WURFL to expose capabilities of your users browser. See for full list of capability checking. FTP access is needed to upload the wurfl database
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4668 days ago • 1 reviews
Is WURFL Capabilities abandoned?
Possibly abandoned (last update 4668 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Using WURFL to expose capabilities of your users browser. See http://wurfl.sourceforge.net/help_doc.php for full list of capability checking. FTP access is needed to upload the wurfl database
Some initial methods that are exposed are:
is_wireless_deviceis_tabletis_touchsupports_borderradiussupports_gradientspointing_methodgetCapability(points to the WURFL API method of the same name, pass in the param of capability you’d like to get. See the help doc link for those param names)
Example usage: $wurflcap->is_touch();
If something fails, please provide step by step instructions on how to reproduce so that I may address the issue in a timely manner.
Please be aware of the licensing at http://wurfl.sourceforge.net/license.php
WURFL is the registered trademark of ScientiaMobile, Inc., Reston, VA, USA
Installation
Installation is pretty straight forward, follow steps in order:
- Download and extract the plugin to your plugins directory (wp-content/plugins)
- Download the most recent WURFL database from http://sourceforge.net/projects/wurfl/files/WURFL/
- Extract the downloaded zip file and place the XML file into the WURFL Capabilities plugin’s folder
- Active the plugin. Note: activation may, depending on your server, take about a minute, do not refresh or close your browser. The WURFL API is caching the data based off the XML file.
Side note: At this point, do to the point that I can’t include the XML file, any future updates to the plugin via the automatic update in wordpress would delete the XML file you installed. You will need to follow the same flow for updating.
Frequently Asked Questions
How do I update the database?
Follow steps 2 and 3 of the installation steps, the WURFL API checkes the xml for last modifed and, if changed, will update the cache. Again, be aware the initial change will probably take about a minute depending on your server.
Review feed
Screenshots
Changelog
0.3.4
- Change from using ZIP to XML do to some servers not being able to extract zips
- Update install instructions to be clearer
- Check to see if folders are there in the event of reactivating a plugin
- Clean up readme