이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Tiny URL

설명

This plugin shows Tiny URL for each of your blog posts after post content. Tiny URLs are great for sharing your posts on micro-blogging sites like twitter, identi.ca etc., This plugin sends the URL of current post or page to TinyURL.com and gets a Tiny URL for the same. Then it shows that Tiny URL after post content. User can just click on the box to select URL, or click on Copy button to Copy the Tiny URL to clipboard. You can also show Tiny URL for pages by selecting Show Tiny URL on pages option in plugin settings page.

Note: Please read TinyURL’s terms of use before activating the plugin. You must abide by them after activating the plugin. TinyURL is a trademark of TinyURL, LLC

Demo: See demo of this plugin here – Tiny URL WordPress plugin demo

Support: Please post your support questions at Tiny URL plugin support forum

Visit this page for more WordPress Plugins from the developer.

How to style the output?

The output of this plugin is wrapped in <p> tag. Use .tiny-url CSS class to style it
Example,

.tiny-url {
color: #FF0000;
}

How to change the style of Copy button?

Use CSS class .tiny-url-button to change it’s style.
Example:

.tiny-url-button {
background: #123456;
color: #654321;
}

스크린샷

  • Plugin showing Tiny URL for a blog post
  • Tiny URL with Copy button
  • Tiny URL options page

설치

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

FAQ

Where can I get help from?

Post your questions or report issue in the support forum. You can directly contact the developer using this contact form.

Does it show Tiny URLs for pages as well?

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

Copy button is not showing up next to Tiny URL. Why?

Make sure you’ve selected Show Copy URL button in Tiny URL options.

Copy URL to clipboard is not working

This function requires flash. Make sure the flash player is installed in your system

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Tiny URL”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Tiny URL”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.4

  • Enqueue ZeroClipboard js files only if the copy to clipboard option is enabled.
  • Moved inline jQuery script to a new file ZeroClipboardMain.js

1.3.3

  • Fixed an XSS vulnerability caused by an older version of the ZeroClipboard. Updated ZeroClipboard.swf and ZeroClipboard.js.
  • Correctly enqueue the minified version of ZeroClipboard.js

1.3.2

  • Security update: Validate input for Copy button text
  • Moved JavaScript out of the input field. So, if the JavaScript if disabled in the client’s browser, the HTML will still be valid.

1.3.1

  • Removed unnecessary JavaScript from footer and using just onClick="this.focus(); this.select();" to select Tiny URL on mouse click.

1.3

  • Added option to copy URL to clipboard with a single mouse click
  • Code enhancements

1.2.1

  • Fixed the issue of select Tiny URL script not being loaded on pages when Tiny URL is enabled for pages.

1.2

  • Added option to show Tiny URL for pages as well. This will be disabled by default. User has to enable this on plugin settings page

1.1

  • Added option to change Tiny URL title (Tiny URL for this post:). You can change this in Tiny URL options page on WP-Admin

1.0

  • Initial public release.