Title: YOURLS Link Creator
Author: Andrew Norcross
Published: <strong>2012年10月11日</strong>
Last modified: 2016年2月25日

---

プラグインを検索

![](https://ps.w.org/yourls-link-creator/assets/banner-772x250.png?rev=1080386)

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

![](https://ps.w.org/yourls-link-creator/assets/icon-256x256.png?rev=1081567)

# YOURLS Link Creator

 作者: [Andrew Norcross](https://profiles.wordpress.org/norcross/)

[ダウンロード](https://downloads.wordpress.org/plugin/yourls-link-creator.2.1.1.zip)

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

 [サポート](https://wordpress.org/support/plugin/yourls-link-creator/)

## 説明

Creates a YOURLS generated shortlink on demand or when saving posts.

Features:

 * Optional custom keyword for link creation.
 * Will retrieve existing URL if one has already been created.
 * Click count appears on post menu
 * Available for standard posts and custom post types.
 * Optional filter for wp_shortlink
 * Built in cron job will fetch updated click counts every hour.

## スクリーンショット

 * [[
 * Metabox to create YOURLS link with optional keyword field
 * [[
 * Example of a post with a created link and click count
 * [[
 * Post column displaying click count
 * [[
 * Settings page

## インストール

This section describes how to install the plugin and get it working.

 1. Upload `yourls-link-creator` to the `/wp-content/plugins/` directory.
 2. WordPress の「プラグイン」メニューからプラグインを有効化してください
 3. Navigate to the “YOURLS Settings” option in the Settings Menu.
 4. Enter your YOURLS custom URL and API key
 5. Enjoy!

## FAQ

  What’s this all about?

This plugin creates a shortlink (stored in the post meta table) for each post that
can be used in sharing buttons, etc.

  What is YOURLS?

YOURLS is a self-hosted PHP based application that allows you to make your own custom
shortlinks, similar to bit.ly and j.mp. [Learn more about it here](http://yourls.org/)

  How do I use the template tag?

Place the following code in your theme file (usually single.php) `<?php yourls_display_box();?
>`

  The delete function doesn’t remove the short URL from my YOURLS installation

This is a limitation with the YOURLS API, as there is not a method yet to delete
a link. The delete function has been added to the plugin to allow users to get the
updated URL that they may have changed in the YOURLS admin panel

## 評価

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

### 󠀁[Works great with no problems.](https://wordpress.org/support/topic/works-great-with-no-problems-2/)󠁿

 [absoblogginlutely](https://profiles.wordpress.org/absoblogginlutely/) 2018年8月
7日

Works fine on WordPress 4.9.8. Surprisingly I’ve not had anyone comment on my unusual
shortened url as it’s not a common domain and not the same as my blog name but people
click on it!

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

### 󠀁[Flawless and works perfectly](https://wordpress.org/support/topic/flawless-and-works-perfectly/)󠁿

 [neotrope](https://profiles.wordpress.org/neotrope/) 2018年5月8日

Still works after couple of years since switching on with YOURLS in May of 2016.
As of today still works with PHP 7.2 and WP Version 4.9.5.

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

### 󠀁[Just works](https://wordpress.org/support/topic/just-works-389/)󠁿

 [dhuyvetter](https://profiles.wordpress.org/dhuyvetter/) 2017年10月23日

Simple plugin that just works. Nice to have posts automagically create Yourls short
links.

 [ 14件のレビューをすべて表示 ](https://wordpress.org/support/plugin/yourls-link-creator/reviews/)

## 貢献者と開発者

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

貢献者

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)

[“YOURLS Link Creator” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/yourls-link-creator)

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

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

## 変更履歴

#### 2.1.1 – 02/25/2016

 * added `yourls_run_cron_jobs` filter to allow users to disable the cron job

#### 2.1.0 – 08/06/2015

 * added `yourls_after_url_save` action to post transitioning from future to publish(
   scheduled posts)

#### 2.0.9 – 08/03/2015

 * added `yourls_after_url_save` action to fire when the custom URL is generated
   and stored

#### 2.0.8 – 06/19/2015

 * added ability to set custom keyword prior to save
 * added `yourls_user_cap` filter for modifying default user capability
 * added `yourls_settings_cap` filter for modifying settings page capability
 * added `yourls_keyword_filter` filter for changing default keyword sanitation
 * added new legacy file to pick up old functions from Ozh’s plugin
 * added GitHub plugin updater support

#### 2.0.7 – 02/14/2015

 * fixed bug with post row actions missing on drafts
 * updated cron job scheduling

#### 2.0.6 – 02/13/2015

 * added scheduled posts to available post status
 * added `yourls_post_status` filter to modify these (although not sure why you’d
   want to)
 * added function to create a link when a post is moved from ‘scheduled’ to ‘publish’
   if one doesn’t exist (requires setting update)
 * added API status check sidebox to the settings page

#### 2.0.5 – 02/10/2015

 * fixed API URL construction to account for installs in a subfolder
 * added filter `yourls_strip_urls` to allow trailing slash removal (default is 
   false)

#### 2.0.4 – 02/09/2015

 * fixed API query args getting malformed before call
 * fixed content title sanitation encoding
 * forced POST method for API call and removed setting
 * added bulk import function for existing data
 * added `yourls_display_box` template tag to display front end box
 * added `get_yourls_shortlink` to return or echo the shortlink
 * added `wp_ozh_yourls_raw_url` to match previous plugin from Ozh

#### 2.0.3 – 02/05/2015

 * added API key field show / hide to (hopefully) account for Chrome being aggressive
   on the field
 * removed ‘future’ from array of post types to create items on save

#### 2.0.2 – 02/02/2015

 * fixed bug with creating link on post save

#### 2.0.1 – 02/01/2015

 * added post title submission to API call
 * added option for using POST method instead of GET method to address API permission
   issues
 * nonce ALL THE THINGS

#### 2.0.0 – 02/01/2015

 * COMPLETELY REFACTORED
 * updated UI to match current WP setup
 * rewrote javascript for better security
 * added post action row items for creating and updating counts
 * added check for possible 404 return on YOURLS server
 * a whole lot more

#### 1.09 – 02/21/2013

 * bugfixes related to certain hosting configurations
 * minor JS cleanup

#### 1.08 – 12/31/2012

 * change to allow scheduled posts to process URL call. props @ethitter

#### 1.07 – 12/24/2012

 * better sanitizing of personal YOURLS URL
 * code cleanup

#### 1.06 – 12/18/2012

 * included template tag for theme use. (See FAQs for usage)
 * added a ‘delete’ button for single links (See FAQs for details)
 * The YOURLS metabox will not appear until a post has been published.

#### 1.05 – 12/10/2012

 * added a conversion tool from Ozh’s plugin to this one

#### 1.04 – 12/09/2012

 * refactoring the wp_shortlink functionality

#### 1.03 – 12/04/2012

 * Bugfix for post type checking

#### 1.02 – 10/14/2012

 * Option for adding to specific post types
 * delay link creation until status is published
 * internationalization support

#### 1.01

 * Added option to create link on post save
 * code cleanup

#### 1.0

 * First release!

## メタ

 *  バージョン **2.1.1**
 *  最終更新日 **10年前**
 *  有効インストール数 **500+**
 *  WordPress バージョン ** 3.6またはそれ以降 **
 *  検証済み最新バージョン: **4.4.34**
 *  言語
 * [English (US)](https://wordpress.org/plugins/yourls-link-creator/)
 * タグ
 * [custom url](https://ja.wordpress.org/plugins/tags/custom-url/)[shortlink](https://ja.wordpress.org/plugins/tags/shortlink/)
   [yourls](https://ja.wordpress.org/plugins/tags/yourls/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/yourls-link-creator/advanced/)

## 評価

 5つ星中4.5つ星

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

[Your review](https://wordpress.org/support/plugin/yourls-link-creator/reviews/#new-post)

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

## 貢献者

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)

## サポート

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

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

## 寄付

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

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