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://ru.wordpress.org/plugins/wpc-insert-code/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/wpc-insert-code/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/wpc-insert-code/#installation)
 * [Разработка](https://ru.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

## Установка

 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 или выше **
 *  Совместим вплоть до: **4.7.33**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/wpc-insert-code/)
 * Метки:
 * [html](https://ru.wordpress.org/plugins/tags/html/)[insert HTML](https://ru.wordpress.org/plugins/tags/insert-html/)
   [insert javascript](https://ru.wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://ru.wordpress.org/plugins/tags/insert-js/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/wpc-insert-code/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  2 5-звездный отзыв     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=1)

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/wpc-insert-code/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/wpc-insert-code/)