Title: AddFunc Adaptive Content
Author: Joe Rhoney
Published: <strong>2015 年 9 月 18 日</strong>
Last modified: 2018 年 12 月 11 日

---

搜索插件

![](https://ps.w.org/addfunc-adaptive-content/assets/banner-772x250.jpg?rev=1248884)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/addfunc-adaptive-content/assets/icon.svg?rev=1248884)

# AddFunc Adaptive Content

 作者：[Joe Rhoney](https://profiles.wordpress.org/joerhoney/)

[下载](https://downloads.wordpress.org/plugin/addfunc-adaptive-content.2.0.zip)

 * [详情](https://cn.wordpress.org/plugins/addfunc-adaptive-content/#description)
 * [评价](https://cn.wordpress.org/plugins/addfunc-adaptive-content/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/addfunc-adaptive-content/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/addfunc-adaptive-content/#developers)

 [支持](https://wordpress.org/support/plugin/addfunc-adaptive-content/)

## 描述

With all of the new web enabled devices springing up in the market and with the 
wide range of screen sizes and data transfer speeds, a website can no longer serve
the same content upon every request (not without some degree of limitation and/or
traffic-loss).

This lightweight plugin lets content writers and theme authors choose when WordPress
should or shouldn’t show any give content item using shortcodes and quicktags or
theme elements using functions. It uses [Mobile Detect](http://mobiledetect.net/)(
a PHP script) to identify the website visitor’s device as either mobile, tablet 
or desktop, enabling you to allow or disallow content to be output. Use it to prevent
large files such as images from outputting to devices that generally have a lower
data transfer speed available to them (e.g. mobile devices). Serve more extensive
copy and more elaborate userinterfaces to desktop devices and laptops. Target tablets
to market a tablet oriented product or service. You can also detect iOS, iPhone,
iPad, Android OS and Windows Mobile OS.

Example of a shortcode: [notmobile]Write anything you want between these two tags
and WordPress will only output it when the visitor is viewing your website with 
a desktop/laptop or tablet and not with a mobile device.[/notmobile]

Easily add these shortcodes using the Quicktags in Text view.

All shortcodes also exist as functions (prefixed with aFAC_ for namespacing), which
can be used in your theme as needed. See the [FAQs](https://wordpress.org/plugins/addfunc-adaptive-content/faq/)
for more detail. Each function is a boolean and simply returns true or false.

## 屏幕截图

[⌊Quicktags available in Text view.⌉⌊Quicktags available in Text view.⌉[

Quicktags available in Text view.

[⌊This handy Help tip is easily at hand whenever you're editing content.⌉⌊This handy
Help tip is easily at hand whenever you're editing content.⌉[

This handy Help tip is easily at hand whenever you’re editing content.

## 安装

This section describes how to install the plugin and get it working.

例如：

 1. Upload the `addfunc-adaptive-content` folder to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件
 3. Start using the shortcodes in your content and/or the functions in your theme

## 常见问题

  What shortcodes are available with AddFunc Adaptive Content?

All available shortcodes are documented in the Help tab under “Adaptive Content”(
on the content editing page).

  What functions are available with AddFunc Adaptive Content?

 * aFAC_mobileonly() — Returns true only when device is mobile (and not tablet)
 * aFAC_notmobile() — Returns true only when device is not mobile (or is tablet)
 * aFAC_tabletonly() — Returns true only when device is tablet
 * aFAC_nottablet() — Returns true only when device is not tablet
 * aFAC_desktoponly() — Returns true only when device is not mobile (and not tablet)
 * aFAC_notdesktop() — Returns true only when device is mobile (or is tablet)
 * aFAC_iosonly() — Returns true only when device is iOS
 * aFAC_iphoneonly() — Returns true only when device is iPhone
 * aFAC_ipadonly() — Returns true only when device is iPad
 * aFAC_androidonly() — Returns true only when device is Android OS
 * aFAC_windowsmobileonly() — Returns true only when device is Windows Mobile OS

  Does AddFunc Adaptive Content rely on JavaScript for anything?

To use the Quicktags you must have your JavaScript enabled. Other than that, nope.

  Does AddFunc Adaptive Content rely on PHP for anything?

Yep.

  Does AddFunc Adaptive Content work by browser sniffing?

Yes. That is what it’s base script ([Mobile_Detect.php](http://mobiledetect.net/))
is designed for and it does the job well.

  Wouldn’t a JavaScript solution be more reliable?

Can I get a statistic? It really depends on how often you get visitors who have 
javascript turned off and whether you can do without them. Likewise, I suppose, 
it depends on whether many of your visitors withhold their browser and system data
when requesting your website. Neither of these are very common, but they both happen.

  Wouldn’t a JavaScript solution be faster?

Not likely. PHP generally runs very fast on web servers, and with JavaScript the
you’re relying on the speed of your visitors system. Beside that, the point of this
plugin is to serve the right content to the right devices, and only that. If you
have to load a Javascript to detect the device before loading the rest of the page,
that’s an additional script served and another query to your server would be necessary,
when here we’re trying to minimize data transfer. Plus, waiting until your visitor’s
machine has finish running a script before you can serve up the entire page isn’t
as efficient as catching the device and OS specs when they first come to you automatically
and thusly knowing what to serve up right from the start of the initial query.

  Wouldn’t it be better to serve up images at an appropriate size based on the screen
size or image area width, rather than the device type?

Yes. That’s quite a trick and we would love to see someone develop a plugin which
makes that easy. I haven’t found one yet.

## 评价

![](https://secure.gravatar.com/avatar/0a1578beec074e68e2de1241d7d8848a3059eae6af2c8b433f547a0abac74321?
s=60&d=retro&r=g)

### 󠀁[PREFECT functionality for responsive webdesigns !!!](https://wordpress.org/support/topic/prefect-functionality-for-responsive-webdesigns/)󠁿

 [Hansjörg Jäckel](https://profiles.wordpress.org/hansjoergjaeckel/) 2016 年 9 月
3 日 1 回复

Hi Developerteam, Thanks very much for your great & excellent work. It’s very helpful
to hide content for responsive webdesigns! Please maintain this powerful & functional
WP-Plugin also in the future … Best regards

![](https://secure.gravatar.com/avatar/62c72dfd7f9c769ccb48f9a1aa2dc9a8c21fd7f128ac61c612bbb68255e5324a?
s=60&d=retro&r=g)

### 󠀁[Built for user-friendliness](https://wordpress.org/support/topic/built-for-user-friendliness/)󠁿

 [Joe Rhoney](https://profiles.wordpress.org/joerhoney/) 2016 年 9 月 3 日

I built this plugin from the WP Mobile Detect plugin, which pretty much did the 
same thing, but has slightly different shortcodes. WP Mobile Detect had a problem
I needed handled. I fixed the problem, modified the shortcodes to what I think make
more sense and added a Help tab for quick and easy reference. Then I decided I should
share it with everyone. I hope you’ll find it as invaluable as I do! Thanks to Jesse
Friedman for the authorship of this plugin’s predecessor, WP Mobile Detect.

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/)

## 贡献者及开发者

「AddFunc Adaptive Content」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Joe Rhoney ](https://profiles.wordpress.org/joerhoney/)
 *   [ AddFunc ](https://profiles.wordpress.org/addfunc/)

[帮助将「AddFunc Adaptive Content」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/addfunc-adaptive-content)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/addfunc-adaptive-content/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/addfunc-adaptive-content/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/addfunc-adaptive-content/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/addfunc-adaptive-content/)。

## 更新日志

#### 2.0

Feb-2016

 * Adds Quicktags
 * Includes updated Mobile_Detect.php to the latest stable release (2.8.19)

#### 1.0

Sep-2015

 * Includes updated Mobile_Detect.php to the latest stable release (2.8.16)
 * Includes updated readme.txt (hereafter goes without mention)
 * Submitted to WordPress repository

#### 0.1.2.0

Apr-2015

 * Repurposed WP Mobile Detect as AddFunc Adaptive Content, to alter the shortcodes
   and to reinstate maintenance of this valuable plugin

## 额外信息

 *  版本 **2.0**
 *  最后更新：**8 年前**
 *  活跃安装数量 **50+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **5.0.25**
 *  语言
 * [English (US)](https://wordpress.org/plugins/addfunc-adaptive-content/)
 * 标签
 * [adaptive](https://cn.wordpress.org/plugins/tags/adaptive/)[adaptive content](https://cn.wordpress.org/plugins/tags/adaptive-content/)
 *  [高级视图](https://cn.wordpress.org/plugins/addfunc-adaptive-content/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/addfunc-adaptive-content/reviews/)

## 贡献者

 *   [ Joe Rhoney ](https://profiles.wordpress.org/joerhoney/)
 *   [ AddFunc ](https://profiles.wordpress.org/addfunc/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/addfunc-adaptive-content/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7AF7P3TFKQ2C2)