Title: The Insertr
Author: garethmorgans
Published: <strong>2019年12月12日</strong>
Last modified: 2026年3月5日

---

プラグインを検索

![](https://ps.w.org/the-insertr/assets/banner-772x250.png?rev=2211464)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/the-insertr/assets/icon-256x256.png?rev=2210871)

# The Insertr

 作者: [garethmorgans](https://profiles.wordpress.org/garethmorgans/)

[ダウンロード](https://downloads.wordpress.org/plugin/the-insertr.1.6.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/the-insertr/#description)
 * [レビュー](https://ja.wordpress.org/plugins/the-insertr/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/the-insertr/#installation)
 * [開発](https://ja.wordpress.org/plugins/the-insertr/#developers)

 [サポート](https://wordpress.org/support/plugin/the-insertr/)

## 説明

The Insertr allows marketers and site owners to dynamically insert words and phrases
into landing pages. Control your parameters using a shortcode and simple query string
in the page URL.

A fallback can be entered for cases where the URL does not contain the expected 
query string. Options are available for uppercase, lowercase and title case text.

Works with the block editor (Gutenberg), classic editor, and ACF shortcode fields.
Use the Insertr block in Gutenberg or the [insertr] shortcode anywhere shortcodes
are processed.

### Usage

**Block editor (Gutenberg):** Add the “Insertr” block from the block inserter (Text
category). Set the URL parameter (key), fallback text, and case in the block sidebar.

**Shortcode:** Add the following shortcode where you wish to insert a dynamic word
or phrase (classic editor, Shortcode block, or ACF shortcode fields):

[insertr key=”{urlParameter}” fallback=”{fallbackWord}”]

In the shortcode, the “key” option contains the URL parameter you’d like to use.

The “fallback” option contains the fallback word to be displayed if the URL does
not contain a query string using the URL parameter you’ve defined.

For example:

We’ll set the URL parameter to be “keyword” which we’ll assign a value for in the
URL. Our fallback word will be “PPC Agency” if the correct query string isn’t used.

[insertr key=”keyword” fallback=”PPC Agency”]

Our link for the page will use a query string with the parameter set above, “keyword”,
and the value we’d like to use – in this case we want to dynamically insert “digital
agency”.

herdl.com?keyword=digital%20agency

When this URL is used to visit our landing page, all instances of the shortcode 
will display “digital agency”. If the query string is not used, all instances of
the shortcode will display “ppc agency”.

For reference, “%20” is the URL encoded value for a space.

### Advanced Usage

You can use multiple shortcodes on the page to dynamically insert different words
and phrases. This will require you to use multiple query parameters that are separated
by an ampersand, “&”, as shown below.

For example:

[insertr key=”keyword” fallback=”PPC Agency”]

[insertr key=”other” fallback=”PPC Management”]

herdl.com?keyword=digital%20agency&other=digital%20experts

In the example above, the first shortcode will display “digital agency” and the 
second shortcode will display “digital experts”.

You can also set the letter case using an additional option in the shortcode for
uppercase, lowercase and title case. This will determine the letter case of the 
dynamically inserted words and also the fallback words.

For example:

[insertr key=”keyword” fallback=”PPC Agency” case=”upper”]

herdl.com?keyword=digital%20agency

This would display the inserted words in uppercase:
 “DIGITAL AGENCY”

[insertr key=”keyword” fallback=”PPC Agency” case=”lower”]

herdl.com?keyword=digital%20agency

This would display the inserted words in lowercase:
 “digital agency”

[insertr key=”keyword” fallback=”PPC Agency” case=”title”]

herdl.com?keyword=digital%20agency

This would display the inserted words in title case:

“Digital Agency”

## インストール

You can download the latest release as a `.zip` then head over to your site to install
this manually.

Once this plugin has been approved on the WordPress marketplace we will update the
repository with a link.

## FAQ

There are currently no frequently asked questions for this project.

## 評価

![](https://secure.gravatar.com/avatar/14eca0efbbced170321e24b4aa19e62f620e5b9b85e5c7eb03aa27c3fed4ae1c?
s=60&d=retro&r=g)

### 󠀁[Great for Dynamic Ads](https://wordpress.org/support/topic/great-for-dynamic-ads/)󠁿

 [garethmorgans](https://profiles.wordpress.org/garethmorgans/) 2020年2月6日

Using this on sites where I am running PPC campaigns to improve landing page experience

![](https://secure.gravatar.com/avatar/81fd927937835614bee3f2cda42e1b61c659986e75114d14b242c8945cf1aa63?
s=60&d=retro&r=g)

### 󠀁[Amazing Plugin!](https://wordpress.org/support/topic/amazing-plugin-1340/)󠁿

 [matmoses](https://profiles.wordpress.org/matmoses/) 2019年12月12日

Highly recommended, and well-built plugin. A must for any Google Ads manager!

 [ 2件のレビューをすべて表示 ](https://wordpress.org/support/plugin/the-insertr/reviews/)

## 貢献者と開発者

The Insertr はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献し
ています。

貢献者

 *   [ garethmorgans ](https://profiles.wordpress.org/garethmorgans/)
 *   [ Alex Blackham ](https://profiles.wordpress.org/b3none/)

[“The Insertr” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/the-insertr)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/the-insertr/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/the-insertr/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/the-insertr/)
を [RSS](https://plugins.trac.wordpress.org/log/the-insertr/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.6.0

 * Added: Gutenberg (Insertr) block for the block editor.
 * Added: Frontend-safe plugin detection for ACF and SEO integrations.
 * Changed: Plugin now works correctly when used on the frontend (shortcode and 
   block).
 * Compatibility: Shortcode and ACF support unchanged; block is additive for WordPress
   5.0+.

#### 1.5.2 – 2025-09-22

 * Changed: Updated plugin docs

#### 1.5.1 – 2025-09-01

 * Changed: Ensured compatibility checks for both free and pro versions of ACF and
   SEO plugins.
 * Changed: Removed nonce implementation as it was not needed.
 * Changed: Updated plugin documentation.
 * Changed: Organised code for better readability and maintainability.

#### 1.5.0 – 2025-08-29

 * Added: Enhanced security by validating and sanitising all user inputs.
 * Added: Implemented robust error handling and logging mechanisms.
 * Changed: Refactored code for improved readability and maintainability.
 * Added: Ensured compatibility with ACF.
 * Added: Support for shortcodes in SEO plugins like Yoast, Rank Math, AIOSEO, and
   SEOPress.
 * Changed: Updated documentation.

#### 1.4.0 – 2020-01-23

 * Added ability to specify fallback case with a default of lowercase.

#### 1.3.0 – 2019-12-19

 * Added ability to use shortcodes on ACF and Yoast SEO.

#### 1.2.0 – 2019-12-13

 * Removed redundant comments.

#### 1.1.0

 * Use the correct WordPress escaping and sanitisation functions.

#### 1.0.0 – 2019-12-09

 * Initial release.

## メタ

 *  バージョン **1.6.0**
 *  最終更新日 **6か月前**
 *  有効インストール数 **30+**
 *  WordPress バージョン ** 6.3またはそれ以降 **
 *  検証済み最新バージョン: **6.8.8**
 *  PHP バージョン ** 8.2.0またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/the-insertr/)
 * タグ
 * [ad manager](https://ja.wordpress.org/plugins/tags/ad-manager/)[ads](https://ja.wordpress.org/plugins/tags/ads/)
   [keyword](https://ja.wordpress.org/plugins/tags/keyword/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/the-insertr/advanced/)

## 評価

 5つ星中5つ星

 *  [  2 5-星レビュー     ](https://wordpress.org/support/plugin/the-insertr/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/the-insertr/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/the-insertr/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/the-insertr/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/the-insertr/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/the-insertr/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/the-insertr/reviews/)

## 貢献者

 *   [ garethmorgans ](https://profiles.wordpress.org/garethmorgans/)
 *   [ Alex Blackham ](https://profiles.wordpress.org/b3none/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/the-insertr/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://herdl.com/)