Title: Insert Code by Angie Makes
Author: Chris Baldelomar
Published: <strong>17.05.2014</strong>
Last modified: 10.05.2017

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 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://uk.wordpress.org/plugins/wpc-insert-code/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/wpc-insert-code/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/wpc-insert-code/#installation)
 * [Розробка](https://uk.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' ); ?>
    ```

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“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/) або
підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/wpc-insert-code/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/wpc-insert-code/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

### Version 1.2

 * rebranded

### Version 1.1

 * removed static declaration on none static members

### Version 1.0

 * Plugin released. Everything is new!

## Мета

 *  Версія **1.2**
 *  Останнє оновлення **9 років тому**
 *  Активних встановлень **900+**
 *  Версія WordPress ** 3.9.1 або вище **
 *  Tested up to **4.7.33**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/wpc-insert-code/)
 * Позначки
 * [html](https://uk.wordpress.org/plugins/tags/html/)[insert HTML](https://uk.wordpress.org/plugins/tags/insert-html/)
   [insert javascript](https://uk.wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://uk.wordpress.org/plugins/tags/insert-js/)
 *  [Розширений перегляд](https://uk.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/)