Title: In Page Script
Author: Phuc Pham
Published: <strong>Setyembre 7, 2015</strong>
Last modified: Setyembre 7, 2015

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# In Page Script

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

[I-download](https://downloads.wordpress.org/plugin/in-page-script.0.1.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/in-page-script/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/in-page-script/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/in-page-script/#installation)
 * [Development](https://tl.wordpress.org/plugins/in-page-script/#developers)

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

## Deskripsyon

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…

## Mga Screenshot

[⌊Screenshot⌉⌊Screenshot⌉[

Screenshot

## Pag-install

 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.

## FAQ

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

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “In Page Script” ay open source software. Ang mga sumusunod na tao ay nag-ambag
sa plugin na ito.

Mga Contributor

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

[Isalin ang “In Page Script” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/in-page-script)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/in-page-script/), 
i-check ang [SVN repository](https://plugins.svn.wordpress.org/in-page-script/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/in-page-script/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/in-page-script/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Bersyon **0.1**
 *  Huling na-update **11 taon ang nakalipas**
 *  Mga aktibong installation **90+**
 *  Bersyon ng WordPress ** 3.0.1 o mas bago **
 *  Sinubukan hanggang **4.3.34**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/in-page-script/)
 * Mga Tag
 * [footer script](https://tl.wordpress.org/plugins/tags/footer-script/)[Google Analytics script](https://tl.wordpress.org/plugins/tags/google-analytics-script/)
   [header script](https://tl.wordpress.org/plugins/tags/header-script/)
 *  [Advanced View](https://tl.wordpress.org/plugins/in-page-script/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng mga review](https://wordpress.org/support/plugin/in-page-script/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/in-page-script/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](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)