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

Twitter Link Shortcut

설명

This plugin hopes to make linking to Twitter profiles easier in WordPress posts and pages.

It’s the result of typing Twitter usernames far too often in my blog posts and having to go back and link to them later, typing out http://www.twitter.com/username.

The plugin uses a basic shortcode:

[twitter]

to wrap around Twitter user names.

The plugin will then output the username with a link to their profile, displaying the standard @username format.

In addition, the links can be styled via your sites CSS, using the .twitshort selector.

Usage

  1. Once it’s installed a quicktag/button labled “twitter” will display in your post/page edit toolbar. Clicking the link will insert the [twitter] and [/twitter] shortcode into your post/page. Simply insert the Twitter user’s name between the two short codes and the plugin will take care of the rest.
  2. You can also insert the shortcode manually around the Twitter username you wish to link to.

Example: [twitter]jdblundell[/twitter]

스크린샷

  • The shortcode used within a post.
  • An example of how the output is displayed (with CSS customization)
  • Showing the twitter link within the edit post/page toolbar.

설치

  1. Upload ‘twitlinkshortcode’ directory to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Why the heck do I need this?

You may not. But it was a handy shortcut for me, and hopefully you’ll find it handy as well.

So I have to type out the shortcode everytime I use it?

No, in version 1.0.0 that was required, but with version 1.0.1 that’s no longer necessary. A link should appear in your quicktag toolbar labled as “twitter” that will insert the shortcodes for you.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Twitter Link Shortcut”(을)를 번역하세요.

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

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

변경이력

1.0.3

Removed whitespace within PHP file to repair RSS validation errors.

1.0.2

Error in the code kept the WordPress Post Preview function from working properly. Corrected code to ensure full compatibility.

1.0.1

Added a quicktag link within the post/page toolbar. The link inserts the twitter shortcode into the post, without the need to manually type the code.

1.0.0

This is the initial release.