== Smart Press == Contributors: SiteBuilderTips Donate link: http://www.sitebuildertips.com/tools/smartpress Tags: mobile, tablet, desktop, smart tv, theme switcher, mobile device detection, mobile redirect Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Smart device dectection plugin. == Description == Browser detection and theme allocation based on 4 device factors, mobile, tablet, desktop and smart tv. *** While redirecting, make sure the url is accurate, accessible and not within current wp url. *** If any assigned url which direct towards current wordpress, then visitor will face unlimited redirection. == Installation == The plugin is simple to install: 1. Download `smartpress.zip` 2. Unzip 3. Upload `redirection` directory to your /wp-content/plugins directory 4. Go to the plugin management page and enable the plugin 5. Configure the options from the `Settings/Smart Press` page You can find full details of installing a plugin on the [plugin installation page](http://www.sitebuildertips.com/tools/smartpress). == Frequently Asked Questions == = How to display something spcific to a device type? = # Display and echo mobile specific stuff here # Display and echo tablet specific stuff here # Display and echo smart tv specific stuff here # Display and echo desktop specific stuff here = How to display theme switching link? = sp_full_view_link( $anchortext, $before, $after ) ### display and echo desktop site view link ### $anchortext - link text $before - html to be shown just before the link $after - html to be shown just after the link sp_actual_view_link( $anchortext, $before, $after ) ### display and echo actual device site link. if current user visiting the site rather than a desktop browser, and switched into desktop view mode, then this will show a link to get back to the device oriented site. ### $anchortext - link text $before - html to be shown just before the link $after - html to be shown just after the link == Documentation == Full documentation can be found on the [SmartPress](http://www.sitebuildertips.com/tools/smartpress) page.