內容簡介
此外掛提供簡碼和函式,以允許不同的裝置(桌面、平板電腦、手機)載入不同的內容,也包括對裝置類型(iOS、iPhone、iPad、Android、Windows Phone)和移動瀏覽器(Chrome、Firefox、IE、Opera、WebKit)的檢查。
以下是可用的簡碼:
* ismobile
* isnotmobile
* isphone
* isnotphone
* istablet
* isnottablet
* isios
* isiphone
* isipad
* isandroid
* iswindowsphone(替代簡碼是wp)
* iswindowsmobile(替代簡碼是winmo)
* ischrome
* isfirefox
* isie
* isopera
* iswebkit
* istv
* isconsole
所有簡碼都可以用 azc_md 前綴作為函式呼叫,例如可用函式 azc_md_is_mobile 代替簡碼 is_mobile。
使用 PHP Mobile Detect class,這是輕量級的 PHP 類別,用於檢測移動設備(包括平板電腦),其網址為 http://mobiledetect.net/。
此外掛支援多網站。
外掛標籤
開發者團隊
原文外掛簡介
Plugin providing shortcodes and functions to allow different content to be served to different types of device (Desktop, Tablet, Phone); also includes checks on types of device (iOS, iPhone, iPad, Android, Windows Phone) and mobile browsers (Chrome, Firefox, IE, Opera, WebKit).
The following shortcodes are available:
* ismobile
* isnotmobile
* isphone
* isnotphone
* istablet
* isnottablet
* isios
* isiphone
* isipad
* isandroid
* iswindowsphone (alternative shortcode iswp)
* iswindowsmobile (alternative shortcode iswinmo)
* ischrome
* isfirefox
* isie
* isopera
* iswebkit
* istv
* isconsole
All shortcodes available as functions with an azc_md prefix for calling from themes, other plugins, etc. For example, is_mobile available as function azc_md_is_mobile.
Uses PHP Mobile Detect class, the lightweight PHP class for detecting mobile devices (including tablets), from http://mobiledetect.net/.
This plugin is multisite compatible.
