Linux 软件免费装

WP Mobile Detect

开发者 professor44
更新时间 2015年5月12日 04:21
捐献地址: 去捐款
PHP版本: 2.8.4 及以上
WordPress版本: 4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

responsive mobile browsers

下载

2.0 1.1.0

详情介绍:

安装:

This section describes how to install the plugin and get it working. e.g.
  1. Upload the wp-mobile-detect folder to the /wp-content/plugins/ directory
  2. 通过WordPress的“插件”菜单激活插件
  3. Start using the shortcodes in your content or functions in your theme

常见问题:

What shortcodes are available with this plugin

  • [phone]Put content here that you only want displayed on Phones NOT Tablets or Desktops[/phone]
  • [tablet]Put content here that you only want displayed on Tablets NOT Phones or Desktops[/tablet]
  • [device]Put content here that you only want displayed on Phones OR Tablets NOT Desktops[/device]
  • [notphone]Put content here that you only want displayed on Tablets OR Desktops NOT Phones[/notphone]
  • [nottab]Put content here that you only want displayed on Phones OR Desktops NOT Tablets[/nottab]
  • [notdevice]Put content here that you only want displayed on Desktops NOT Phones OR Tablets[/notdevice]
  • [ios]Put content here that you only want displayed on iOS devices[/ios]
  • [iPhone]Put content here, that you only want displayed on iPhones[/iPhone]
  • [iPad]Put content here, that you only want displayed on iPads[/iPad]
  • [android]Put content here, that you only want displayed on Android devices[/android]
  • [windowsmobile]Put content here, that you only want displayed on Windows Mobile devices[/windowsmobile]
  • [blackberry]Put content here, that you only want displayed on Blackberry devices[/blackberry]
  • [chrome]Put content here, that you only want displayed on mobile Chrome browsers[/chrome]
  • [safari]Put content here, that you only want displayed on mobile Safari browsers[/safari]
  • [opera]Put content here, that you only want displayed on mobile Opera browsers[/opera]
  • [firefox]Put content here, that you only want displayed on mobile Firefox browsers[/Firefox]
  • [ie]Put content here, that you only want displayed on mobile Internet Explorer browsers[/ie]

What functions are available with this plugin

  • wpmd_is_notphone() - Returns true when on desktops or tablets
  • wpmd_is_nottab() - Returns true when on desktops or phones
  • wpmd_is_notdevice() - Returns true when on desktops only
  • wpmd_is_phone() - Returns true when on phones ONLY
  • wpmd_is_tablet() - Returns true when on Tablets ONLY
  • wpmd_is_device() - Returns true when on phones or tablets but NOT desktop
  • wpmd_is_ios() - Returns true when on an iOS device
  • wpmd_is_iphone() - Returns true when on iPhones
  • wpmd_is_ipad() - Returns true when on iPads
  • wpmd_is_android() - Returns true when on Android
  • wpmd_is_windows_mobile() - Returns true when on Windows Mobile
  • wpmd_is_blackberry() - Returns true when on Blackberry
  • wpmd_is_chrome_browser() - Returns true when on mobile Chrome browser
  • wpmd_is_safari_browser() - Returns true when on mobile Safari browser
  • wpmd_is_opera_browser() - Returns true when on mobile Opera browser
  • wpmd_is_ie_browser() - Returns true when on mobile Internet Explorer browser
  • wpmd_is_firefox_browser() - Returns true when on mobile Firefox browser

Are you planning on adding more shortcodes in the future?

Yes I plan on adding shortcodes for

  • Android Only - DONE
  • iOS Only - DONE
  • Mobile Browsers - DONE
  • Blackberry - DONE
  • And More If you want to see some rate and comment on this plugin

What about functions?

For now I've only made shortcodes but you can either call the do shortcode function in your theme or write your own functions. In future releases functions will come with all shortcodes

更新日志:

2.0 1.2.0 1.1.0 1.0.0 Initial release.