Title: In Page Script
Author: Phuc Pham
Published: <strong>7 سپتامبر 2015</strong>
Last modified: 7 سپتامبر 2015

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/in-page-script/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/in-page-script/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/in-page-script/#installation)
 * [توسعه](https://fa.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⌉⌊Screenshot⌉[

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/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/in-page-script/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/in-page-script/) مشترک شوید.

## گزارش تغییرات

#### 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+**
 *  نگارش وردپرس ** 3.0.1 یا بالاتر **
 *  آزمایش‌شده تا **4.3.34**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/in-page-script/)
 * برچسب
 * [footer script](https://fa.wordpress.org/plugins/tags/footer-script/)[Google Analytics script](https://fa.wordpress.org/plugins/tags/google-analytics-script/)
   [header script](https://fa.wordpress.org/plugins/tags/header-script/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/in-page-script/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](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)