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

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# Insert Code by Angie Makes

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

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

 * [Detalii](https://ro.wordpress.org/plugins/wpc-insert-code/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/wpc-insert-code/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/wpc-insert-code/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/wpc-insert-code/#developers)

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

## Descriere

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/)

## Capturi ecran

[⌊Insert Code⌉⌊Insert Code⌉[

Insert Code

## Instalare

 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_.

## Întrebări frecvente

  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' ); ?>
    ```

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Insert Code by Angie Makes” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

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

[Tradu „Insert Code by Angie Makes” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/wpc-insert-code)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/wpc-insert-code/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/wpc-insert-code/), sau 
abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/wpc-insert-code/)
prin [RSS](https://plugins.trac.wordpress.org/log/wpc-insert-code/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

### Version 1.2

 * rebranded

### Version 1.1

 * removed static declaration on none static members

### Version 1.0

 * Plugin released. Everything is new!

## Meta

 *  Versiunea **1.2**
 *  Ultima actualizare **Acum 9 ani**
 *  Instalări active: **800+**
 *  Versiune WordPress ** 3.9.1 sau mai recentă **
 *  Testat până la **4.7.35**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/wpc-insert-code/)
 * Etichete
 * [html](https://ro.wordpress.org/plugins/tags/html/)[insert HTML](https://ro.wordpress.org/plugins/tags/insert-html/)
   [insert javascript](https://ro.wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://ro.wordpress.org/plugins/tags/insert-js/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/wpc-insert-code/advanced/)

## Evaluări

 5 din 5 stele.

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

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/wpc-insert-code/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/wpc-insert-code/)