Title: EZ SHORTCURL Shortcodes to Fetch and Parse External Content
Author: Eli
Published: <strong>2012年12月3日</strong>
Last modified: 2017年12月16日

---

プラグインを検索

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

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

# EZ SHORTCURL Shortcodes to Fetch and Parse External Content

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

[ダウンロード](https://downloads.wordpress.org/plugin/shortcurl.zip)

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

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

## 説明

Use the shortcode “remote_get” with the parameter “url” to insert the content from
that url into your page or post. You can also use parameters like start and stop(
or end) to parse out a specific part of the content that you wish to display.

Now you can also wrap any content in the “preg_replace” shortcode to manipulate 
it into the desired format. Tricky stuff, but very powerful, if you know what you’re
doing.

Updated December 16th

## インストール

 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.

## FAQ

  Installation Instructions

 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.

  What do I do after I activate the Plugin?

Use the shorcode remote_get with a url parameter on a page or post to bring in external
content.

  What does a example of the shortcode look like?

[remote_get url=”https://wordpress.org/plugins/shortcurl/stats/” start='<div class
=”block-content”‘ stop=’!– block-content–‘ length=”-1″ replace=”=’/extend” with=”
=’https://wordpress.org/extend” replace2=”%2Fextend%2F” with2=”http%3A%2F%2Fwordpress.
org%2Fextend%2F”]

## 評価

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

### 󠀁[Super!!](https://wordpress.org/support/topic/super-2681/)󠁿

 [guibmx1](https://profiles.wordpress.org/guibmx1/) 2022年10月29日

for higher than php7.2 you need to change le last line of /wp-content/plugins/shortcurl/
index.php old: add_action('widgets_init', create_function('', 'return register_widget("
SHORTCURL_Widget_Class");')); new: add_action('widgets_init', function(){return 
register_widget("SHORTCURL_Widget_Class");});

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

### 󠀁[BRILLIANT Plugin!](https://wordpress.org/support/topic/brilliant-plugin-319/)󠁿

 [JohnStaples](https://profiles.wordpress.org/johnstaples/) 2019年4月21日

This is a BRILLIANT plugin! It does exactly what it promises with no muss no fuss!
THANK YOU for this gem!

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

### 󠀁[Very useful](https://wordpress.org/support/topic/very-useful-743/)󠁿

 [truckracing](https://profiles.wordpress.org/truckracing/) 2016年9月3日

Very good job , is very useful in my project !

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

## 貢献者と開発者

EZ SHORTCURL Shortcodes to Fetch and Parse External Content はオープンソースソフトウェア
です。以下の人々がこのプラグインに貢献しています。

貢献者

 *   [ Eli ](https://profiles.wordpress.org/scheeeli/)

[“EZ SHORTCURL Shortcodes to Fetch and Parse External Content” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/shortcurl)

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

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

## 変更履歴

#### 3.17.49

 * Fixed more Undefined index Notices.

#### 3.17.29

 * Fixed multiple Undefined index Notices.

#### 3.16.29

 * Added a Shortcode Widget with pop-out position options.

#### 3.14.34

 * Replaced the SESSION code with the use of GLOBALS for broader compatibilty.

#### 3.14.53

 * Fixed the “with” parameter in to remote_get function to accempt empty string.
 * Decoded HTML Entities in the URL parameter to improve the handling of GET variables
   in the URL String.
 * Improved the error messages by adding what URL triggered the error.

#### 3.04.26

 * Added a shortcode for str_replace simple string manipulation.
 * Added support for arrays in preg_replace shortcode.
 * Added an alternate shortcode for running preg_replace on another shortcode vs.
   on the results of another shortcode.

#### 1.3.03.25

 * Added a shortcode for preg_replace to further manipulate content.

#### 1.3.03.15

 * Fixed error handling on line 71 to report the whole curl error on the admin pages.

#### 1.2.12.06

 * Fixed call to plugin_row_meta.

#### 1.2.12.05

 * Added 24 hour caching to speed up page loads.
 * Added admin_notices if fatching or parsing produces any errors.

#### 1.2.12.01

 * First versions uploaded to WordPress.

## メタ

 *  バージョン **3.17.49**
 *  最終更新日 **8年前**
 *  有効インストール数 **90+**
 *  WordPress バージョン ** 2.7またはそれ以降 **
 *  検証済み最新バージョン: **4.9.29**
 *  言語
 * [English (US)](https://wordpress.org/plugins/shortcurl/)
 * タグ
 * [curl](https://ja.wordpress.org/plugins/tags/curl/)[preg_replace](https://ja.wordpress.org/plugins/tags/preg_replace/)
   [shortcode](https://ja.wordpress.org/plugins/tags/shortcode/)[wp_remote_get](https://ja.wordpress.org/plugins/tags/wp_remote_get/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/shortcurl/advanced/)

## 評価

 5つ星中5つ星

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

[レビューを追加](https://wordpress.org/support/plugin/shortcurl/reviews/#new-post)

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

## 貢献者

 *   [ Eli ](https://profiles.wordpress.org/scheeeli/)

## サポート

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

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

## 寄付

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

 [ このプラグインに寄付 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8VWNB5QEJ55TJ)