Title: In Page Script
Author: Phuc Pham
Published: <strong>07.09.2015</strong>
Last modified: 07.09.2015

---

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

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://s.w.org/plugins/geopattern-icon/in-page-script.svg)

# In Page Script

 Від автора [Phuc Pham](https://profiles.wordpress.org/svincoll4/)

[Завантажити](https://downloads.wordpress.org/plugin/in-page-script.0.1.zip)

 * [Деталі](https://uk.wordpress.org/plugins/in-page-script/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/in-page-script/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/in-page-script/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/in-page-script/#developers)

 [Підтримка](https://wordpress.org/support/plugin/in-page-script/)

## Опис

This plugin helps to add scripts into the header (before close tag </HEAD>) or the
footer (before close tag </BODY>).

 * Add header/footer scripts for all pages
 * Add header/footer scripts for individual page
 * Add header/footer scripts for Order Received page (Woocommerce)
 * Allows filter to support custom post types

Although this plugin has been created to add these scripts only, there is no limit
to add other things on the page such as META tags, STYLESHEET/CSS tags, HTML tags…

## Скріншоти

 * [[
 * Screenshot

## Встановлення

 1. Download and unzip the plugin into your WordPress plugins directory (usually /wp-
    content/plugins/).
 2. Activate the plugin through the ‘Plugins’ menu in your WordPress Admin.
 3. Edit pages to input the header/footer script. You can also input the script under
    Settings -> In Page Script.
 4. Support Woocommerce Order Received page.

## Часті питання

  How to use this plugin for custom post types

You may want to use this filter from functions.php: **ips_post_type**

For ex:

    ```
    add_action('init', 'init_ips_plugin');
    function init_ips_plugin(){
        add_filter('ips_post_type', 'filter_ips_post_type');
    }
    function filter_ips_post_type($post_types){
        // replace custom_post_type with yours
        return array('page', 'custom_post_type');
    }
    ```

## Відгуки

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

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

“In Page Script” — проект з відкритим вихідним кодом. В розвиток плагіну внесли 
свій вклад наступні учасники:

Учасники

 *   [ Phuc Pham ](https://profiles.wordpress.org/svincoll4/)

[Перекладіть “In Page Script” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/in-page-script)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/in-page-script/), перегляньте
[сховище SVN](https://plugins.svn.wordpress.org/in-page-script/) або підпишіться
на [журнал розробки](https://plugins.trac.wordpress.org/log/in-page-script/) за 
допомогою [RSS](https://plugins.trac.wordpress.org/log/in-page-script/?limit=100&mode=stop_on_copy&format=rss).

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

#### 0.1

 * Add header/footer scripts for all pages
 * Add header/footer scripts for individual page
 * Add header/footer scripts for Order Received page (Woocommerce)
 * Allows filter to support custom post types

## Мета

 *  Версія **0.1**
 *  Останнє оновлення **11 років тому**
 *  Активних встановлень **100+**
 *  Версія WordPress ** 3.0.1 або вище **
 *  Tested up to **4.3.34**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/in-page-script/)
 * Позначки
 * [footer script](https://uk.wordpress.org/plugins/tags/footer-script/)[Google Analytics script](https://uk.wordpress.org/plugins/tags/google-analytics-script/)
   [header script](https://uk.wordpress.org/plugins/tags/header-script/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/in-page-script/advanced/)

## Оцінки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/in-page-script/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/in-page-script/reviews/)

## Учасники

 *   [ Phuc Pham ](https://profiles.wordpress.org/svincoll4/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/in-page-script/)

## Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

 [ Пожертвувати на розвиток плагіна ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QZUJY7DR3JYWS&lc=VN&item_name=In%20Page%20Script%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)