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

---

Søg plugins

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# In Page Script

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

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

 * [Detaljer](https://da.wordpress.org/plugins/in-page-script/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/in-page-script/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/in-page-script/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/in-page-script/#developers)

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

## Beskrivelse

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…

## Skærmbilleder

 * [[
 * Screenshot

## Installation

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

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“In Page Script” er open source-software. Følgende personer har bidraget til dette
plugin.

Bidragsydere

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

[Oversæt “In Page Script” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/in-page-script)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/in-page-script/), tjek
[SVN repository](https://plugins.svn.wordpress.org/in-page-script/), eller abonner
på [udviklerloggen](https://plugins.trac.wordpress.org/log/in-page-script/) via 
[RSS](https://plugins.trac.wordpress.org/log/in-page-script/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

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

 *  Version **0.1**
 *  Senest opdateret **11 år siden**
 *  Aktive installationer **100+**
 *  WordPress-version ** 3.0.1 eller højere **
 *  Testet op til **4.3.34**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/in-page-script/)
 * Tags
 * [footer script](https://da.wordpress.org/plugins/tags/footer-script/)[Google Analytics script](https://da.wordpress.org/plugins/tags/google-analytics-script/)
   [header script](https://da.wordpress.org/plugins/tags/header-script/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/in-page-script/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/in-page-script/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

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

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](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)