Title: Insert Code by Angie Makes
Author: Chris Baldelomar
Published: <strong>2014年5月17日</strong>
Last modified: 2017年5月10日

---

搜尋外掛

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

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

# Insert Code by Angie Makes

 由[Chris Baldelomar](https://profiles.wordpress.org/cbaldelomar/)

[下載](https://downloads.wordpress.org/plugin/wpc-insert-code.zip)

 * [詳情](https://zh-hk.wordpress.org/plugins/wpc-insert-code/#description)
 * [評價](https://zh-hk.wordpress.org/plugins/wpc-insert-code/#reviews)
 *  [安裝](https://zh-hk.wordpress.org/plugins/wpc-insert-code/#installation)
 * [開發](https://zh-hk.wordpress.org/plugins/wpc-insert-code/#developers)

 [支援](https://wordpress.org/support/plugin/wpc-insert-code/)

## 描述

This plugin makes it easy for you to add custom scripts to the head and footer sections
of your site. A theme can also add theme support to enable the insert of custom 
code (HTML, Javascript, and CSS) at the top of a page, above header, below header,
above content, and below content.

[Live Demo & Documentation](http://hallie.angiemakes.com/ad-spots/)

## 螢幕截圖

[⌊Insert Code⌉⌊Insert Code⌉[

Insert Code

## 安裝

 1. Uzip the `wpc-insert-code.zip` folder.
 2. Upload the `wpc-insert-code` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _WP Canvas – Insert Codes_.

## 常見問題

  Installation Instructions

 1. Uzip the `wpc-insert-code.zip` folder.
 2. Upload the `wpc-insert-code` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _WP Canvas – Insert Codes_.

  How do I add theme support

// Enable support for custom code to be inserted on various sections of theme
 add_theme_support(‘
wpc-insert-code’, array( ‘top-of-page’, ‘above-header’, ‘below-header’, ‘above-content’,‘
below-content’ ) );

    ```
    <!-- add lines of code in the appropriate section of your theme -->
    <?php do_action( 'wpc_insert_code_top_of_page' ); ?>
    <?php do_action( 'wpc_insert_code_above_header' ); ?>
    <?php do_action( 'wpc_insert_code_below_header' ); ?>
    <?php do_action( 'wpc_insert_code_above_content' ); ?>
    <?php do_action( 'wpc_insert_code_below_content' ); ?>
    ```

## 評價

There are no reviews for this plugin.

## 貢獻者及開發者

“Insert Code by Angie Makes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

 *   [ Chris Baldelomar ](https://profiles.wordpress.org/cbaldelomar/)

[將 Insert Code by Angie Makes 外掛本地化為台灣繁體中文版。](https://translate.wordpress.org/projects/wp-plugins/wpc-insert-code)

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

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

## 修改日誌

### Version 1.2

 * rebranded

### Version 1.1

 * removed static declaration on none static members

### Version 1.0

 * Plugin released. Everything is new!

## 其它

 *  Version **1.2**
 *  Last updated **9 年之前**
 *  Active installations **900+**
 *  WordPress version ** 3.9.1 or higher **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wpc-insert-code/)
 * Tags
 * [html](https://zh-hk.wordpress.org/plugins/tags/html/)[insert HTML](https://zh-hk.wordpress.org/plugins/tags/insert-html/)
   [insert javascript](https://zh-hk.wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://zh-hk.wordpress.org/plugins/tags/insert-js/)
 *  [進階顯示](https://zh-hk.wordpress.org/plugins/wpc-insert-code/advanced/)

## 評分

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/wpc-insert-code/reviews/)

## 貢獻者

 *   [ Chris Baldelomar ](https://profiles.wordpress.org/cbaldelomar/)

## 支援

有話想說？需要協助？

 [檢視支援論壇](https://wordpress.org/support/plugin/wpc-insert-code/)