Title: Short URL FE
Author: José María Ferri Azorín
Published: <strong>2022年2月25日</strong>
Last modified: 2022年2月25日

---

プラグインを検索

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

![](https://ps.w.org/short-url-fe/assets/icon-128x128.png?rev=2684925)

# Short URL FE

 作者: [José María Ferri Azorín](https://profiles.wordpress.org/jmferri/)

[ダウンロード](https://downloads.wordpress.org/plugin/short-url-fe.zip)

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

 [サポート](https://wordpress.org/support/plugin/short-url-fe/)

## 説明

This plugin is based on **[Prasanna SP Tiny URL](https://wordpress.org/plugins/tiny-url/)**
plugin and uses some of its code.

This plugin shows a short URL for each of your blog posts after post content (in
FrontEnd). Short URLs are great for sharing your posts on micro-blogging sites like
twitter, identi.ca etc., This plugin sends current post or page URL to [v.gd](https://v.gd)
or [TinyURL.com](https://tinyurl.com) and gets a short URL for the same. Then it
shows that Short URL after post content. You can select which users can see short
URL textbox: “All users”, “Regitered users” or “Registered users that can edit the
post/page”. User can just click on the box to select URL, or click on a Copy button
to Copy the Short URL to clipboard. You can also show Short URLs for pages by selecting
_Show Short URL FE on pages_ option in plugin settings page.

**Note:** Please read V.gd [terms of use](https://v.gd/terms.php) before activating
the plugin. You must abide by them after activating the plugin.
 **Note:** Please
read TinyURL’s [terms of use](https://tinyurl.com/#terms) before activating the 
plugin. You must abide by them after activating the plugin. TinyURL is a trademark
of TinyURL, LLC

#### How to style the output?

You can add a class for textbox and a class for button on Short URL FE plugin options
page.

The output of this plugin is wrapped in a `<p>` tag with class `short-url-fe`. Use
this class and, optionally, your classes to style them.
 Example,

    ```
    /* this change background color for area where plugin is shown */
    .short-url-fe {
        background-color: #ccc;
        padding: 4px;
        border-radius: 4px;
    }
    /* Assuming you added a class 'mytextbox' for textbox, this adjusts textbox style */
    .short-url-fe .mytextbox {
        width: min(20rem, 70%);
        box-shadow: 2px 2px 4px 1px #ccc inset;
        padding: .5rem 4px;
    }
    /* and assuming you added a class 'mycopybutton' for button, this adjusts button style */
    .short-url-fe .mycopybutton {
        background-color: lightblue;
        color: darkblue;
    }
    ```

## スクリーンショット

 * [[
 * Plugin showing short URL for a blog post
 * [[
 * Short URL with Copy button
 * [[
 * Short URL FE options page

## インストール

 1. Upload the `short-url-fe` folder to the `/wp-content/plugins/` directory
 2. Activate the Short URL FE plugin through the ‘Plugins’ menu in WordPress
 3. Plugin will automatically add short URLs for blog posts

## FAQ

### Does it show short URLs for pages as well?

Yes, it does. But, you need to enable this feature on Short URL FE plugin options
page.

### Copy button is not showing up next to short URL textbox. Why?

Make sure you’ve selected **Show Copy URL button** in Short URL FE options.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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

貢献者

 *   [ José María Ferri Azorín ](https://profiles.wordpress.org/jmferri/)

“Short URL FE” は2ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/short-url-fe/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Short URL FE” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/short-url-fe)

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

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

## 変更履歴

#### 1.0.0

 * Initial public release.

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **4年前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.0またはそれ以降 **
 *  検証済み最新バージョン: **5.9.13**
 *  PHP バージョン ** 7.0またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/short-url-fe/)、[Spanish (Chile)](https://cl.wordpress.org/plugins/short-url-fe/)、
   [Spanish (Spain)](https://es.wordpress.org/plugins/short-url-fe/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/short-url-fe)
 * タグ
 * [short link](https://ja.wordpress.org/plugins/tags/short-link/)[short url](https://ja.wordpress.org/plugins/tags/short-url/)
   [shortlink](https://ja.wordpress.org/plugins/tags/shortlink/)[shorturl](https://ja.wordpress.org/plugins/tags/shorturl/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/short-url-fe/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/short-url-fe/reviews/#new-post)

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

## 貢献者

 *   [ José María Ferri Azorín ](https://profiles.wordpress.org/jmferri/)

## サポート

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

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