Title: Byte&#039;s PHP Code Widget
Author: ByteEnable
Published: <strong>2013 年 11 月 12 日</strong>
Last modified: 2013 年 11 月 12 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/byte-php-code.svg)

# Byte's PHP Code Widget

 由 [ByteEnable](https://profiles.wordpress.org/byteenable/) 開發

[下載](https://downloads.wordpress.org/plugin/byte-php-code.0.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/byte-php-code/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/byte-php-code/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/byte-php-code/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/byte-php-code/#developers)

 [技術支援](https://wordpress.org/support/plugin/byte-php-code/)

## 外掛說明

This is a widget plugin that allow’s you to mix PHP and html code with mobile
 support.
Two text area’s are provided. The first is the standard “Title”. The one named “
Code:” can mix PHP and html. Two checkboxes allow you to choose before and/or after
posts. No limit on the number of widgets.

WordPress version 3.4 and higher has defined a function called wp_is_mobile().
 
This can be used inside your code mix to perform certain actions if the browser 
is mobile. Mobile support is via wp_is_mobile() function which returns true if on
a mobile browser. See the WordPress API for more information.

Dynamic title support means that you can name your widget using the title
 field
and not have it displayed in the output. This is useful to give your widgets meaningful
names so you don’t lose track of what is going on with your widgets.

Two variables have been defined for use with Google Mobile Adsense:

$myMobileAdsenseCode;
 $myMobileAdsenseSlot;

This widget requires some knowledge of PHP and HTML coding. Misuse could crash
 
your site or cause errors with Adsense.

Examples:

Output:
 5

To use Google mobile adsense include the following in the “Code:” area:

The plugin will take care of the rest. Another check is made to ensure
 that wp_is_mobile
is true inside the plugin and that the Google Adsense variable has a value.

You can combine both regular and mobile adsense. Be careful.

The following snippet will either show mobile or regular ads depending on the
 browswer
used by the end-user.

< ?php
 if ( !wp_is_mobile() ) { echo '

(adsbygoogle = window.adsbygoogle || []).push({});
 ‘;} else { $myMobileAdsenseClient
=’ca-mb-pub-xxxxxxxxxxxx’; $myMobileAdsenseSlot=’xxxxxxxxxx’; }?>

Ordered list:

 1. Support for the mixing of PHP and HTML
 2. Support for mobile browsers
 3. Support for Google Adsense including mobilie
 4. Includes “before post” support
 5. Includes “after post” support
 6. No limit on the number of widgets
 7. Includes dynamic title support in sidebars

Unordered list:

 * Support for the mixing of PHP and HTML
 * Support for mobile browsers
 * Support for Google adsense including mobile
 * Includes support for “before post”
 * Includes support for “after post”
 * No limit on the number of widgets
 * Include dynamic title support in sidebars

Link to [WordPress](https://wordpress.org/ \”Your favorite software\”) and one to[
Markdown\’s Syntax Documentation][markdown syntax].

## 螢幕擷圖

[⌊The screenshot description corresponds to screenshot-1.jpg.⌉⌊The screenshot description
corresponds to screenshot-1.jpg.⌉[

The screenshot description corresponds to screenshot-1.jpg.

## 安裝方式

 1. Extract bytes-php-code.zip to the \”/wp-content/plugins/\” directory.
 2. Activate the plugin through the \”Plugins\” menu in WordPress.
 3. Navigate to the widget\’s page to drag n drop a widget for use.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Byte's PHP Code Widget〉的開發相關工作。

參與者

 *   [ ByteEnable ](https://profiles.wordpress.org/byteenable/)

[將〈Byte's PHP Code Widget〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/byte-php-code)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/byte-php-code/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/byte-php-code/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/byte-php-code/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/byte-php-code/)。

## 變更記錄

#### 0.3

 * Only display widget when there is output to theme.

#### 0.2

 * Fixed bug in after post. Was using wrong variables.
 * Fixed bug where attempting to show ‘Title’ twice.
 * Fixed bug where mobile adsense slot was not correct.

#### 0.1

 * Initial release.

## 中繼資料

 *  版本 **0.4**
 *  最後更新 **13 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.4 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.7.41**
 *  語言
 * [English (US)](https://wordpress.org/plugins/byte-php-code/)
 * 標籤:
 * [eval](https://tw.wordpress.org/plugins/tags/eval/)[execute](https://tw.wordpress.org/plugins/tags/execute/)
   [php](https://tw.wordpress.org/plugins/tags/php/)[widget](https://tw.wordpress.org/plugins/tags/widget/)
 *  [進階檢視](https://tw.wordpress.org/plugins/byte-php-code/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/byte-php-code/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/byte-php-code/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/byte-php-code/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/byte-php-code/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/byte-php-code/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/byte-php-code/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/byte-php-code/reviews/)

## 參與者

 *   [ ByteEnable ](https://profiles.wordpress.org/byteenable/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/byte-php-code/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5DYVPBJDMF9TE)