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

Short URL FE

설명

This plugin is based on Prasanna SP 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 or 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 before activating the plugin. You must abide by them after activating the plugin.
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

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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Short URL FE”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

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

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

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

변경이력

1.0.0

  • Initial public release.