Title: Easy Retweet
Author: Sudar Muthu
Published: <strong>2009년 7월 20일</strong>
Last modified: 2016년 12월 10일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/easy-retweet.svg)

# Easy Retweet

 작성자: [Sudar Muthu](https://profiles.wordpress.org/sudar/)

[다운로드](https://downloads.wordpress.org/plugin/easy-retweet.3.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/easy-retweet/#description)
 * [평가](https://ko.wordpress.org/plugins/easy-retweet/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/easy-retweet/#installation)
 * [개발](https://ko.wordpress.org/plugins/easy-retweet/#developers)

 [지원](https://wordpress.org/support/plugin/easy-retweet/)

## 설명

Easy ReTweet is a WordPress Plugin, which let’s you add Tweet this buttons for your
WordPress posts.

### 사용방법

There are three ways you can add the retweet button. Automatic way, manual way and
using shortcodes

#### Automatic way

Install the Plugin and choose the type and position of the button from the Plugin’s
settings page. You can also specifically enable/disable the button for each post
or page from the write post/page screen.

#### Manual way

If you want more control over the way the button should be positioned, then you 
can manually call the button using the following code.

    ```
    if (function_exists('easy_retweet_button')) echo easy_retweet_button();
    ```

#### Using shortcodes

You can also place the shortcode [easy-retweet] anywhere in your post. This shortcode
will be replaced by the button when the post is rendered.

### Development

The development of the Plugin happens over at [github](https://github.com/sudar/easy-retweet).
If you want to contribute to the Plugin, fork the [project at github](https://github.com/sudar/easy-retweet)
and send me a pull request.

If you are not familiar with either git or Github then refer to this [guide to see how fork and send pull request](http://sudarmuthu.com/blog/contributing-to-project-hosted-in-github).

If you are looking for ideas, then you can start with one of the following TODO 
items 🙂

### TODO

The following are the features that I am thinking of adding to the Plugin, when 
I get some free time. If you have any feature request or want to increase the priority
of a particular feature, then let me know.

 * Add Google Analytics tracking to shortcodes and template function
 * Add tracking of tweet button clicks

### 지원

 * If you have found a bug/issue or have a feature request, then post them in [github issues](https://github.com/sudar/easy-retweet/issues)
 * If you have a question about usage or need help to troubleshoot, then post in
   WordPress forums or leave a comment in [Plugins’s home page](http://sudarmuthu.com/wordpress/easy-retweet)
 * If you like the Plugin, then kindly leave a review/feedback at [WordPress repo page](https://wordpress.org/extend/plugins/easy-retweet/).
 * If you find this Plugin useful or and wanted to say thank you, then there are
   ways to [make me happy](http://sudarmuthu.com/if-you-wanna-thank-me) 🙂 and I
   would really appreciate if you can do one of those.
 * Checkout other [WordPress Plugins](http://sudarmuthu.com/wordpress) that I have
   written
 * If anything else, then contact me in [twitter](http://twitter.com/sudarmuthu).

### 번역

The Plugin currently has translations for the following languages.

 * Belorussian (Thanks FatCow)
 * Spanish (Thanks Carlos Varela)
 * Brazilian Portuguese (Thanks Marcelo)
 * German (Thanks Jenny Beelens)
 * Bulgarian (Thanks Dimitar Kolevski)
 * Lithuanian (Thanks Nata)
 * French (Thanks Brian Flores)
 * Romanian (Thanks Alexander Ovsov)
 * Hindi (Thanks Love Chandel)
 * Irish (Thanks Vikas Arora)
 * Danish (Thanks Jorgen)

The pot file is available with the Plugin. If you are willing to do translation 
for the Plugin, use the pot file to create the .po files for your language and let
me know. I will add it to the Plugin after giving credit to you.

### Readme Generator

This Readme file was generated using [wp-readme](http://sudarmuthu.com/wordpress/wp-readme),
which generates readme files for WordPress Plugins.

## 스크린샷

[⌊General Settings⌉⌊General Settings⌉[

General Settings

[⌊Twitter button Settings page⌉⌊Twitter button Settings page⌉[

Twitter button Settings page

[⌊Enable/Disable button in the write post/page page⌉⌊Enable/Disable button in the
write post/page page⌉[

Enable/Disable button in the write post/page page

## 설치

Extract the zip file and just drop the contents in the wp-content/plugins/ directory
of your WordPress installation and then activate the Plugin from Plugins page.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Sudar Muthu ](https://profiles.wordpress.org/sudar/)

“Easy Retweet”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/easy-retweet/contributors)
님께 감사드립니다.

[자국어로 “Easy Retweet”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/easy-retweet)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/easy-retweet/)는, [SVN 저장소](https://plugins.svn.wordpress.org/easy-retweet/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/easy-retweet/)
을 [RSS](https://plugins.trac.wordpress.org/log/easy-retweet/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### v0.1 (2009-07-13)

 * 초기 릴리즈

#### v0.2 (2009-07-20)

 * Added option to add/remove button in archive pages.

#### v0.3 (2009-07-21)

 * Added support for translation.

#### v0.4 (2009-07-22)

 * Added option to add/remove button in home page.

#### v0.5 (2009-07-24)

 * Added option to edit the text that is displayed in the button.

#### v0.6 (2009-07-26)

 * Prevented the JavaScript file from getting included in admin pages.

#### v0.7 (2009-07-27)

 * Added an option to add text that can be added as Prefix to the Twitter message
   used for retweet.

#### v0.8 (2009-07-28)

 * Added support for shortcode to retweet button.

#### v0.9 (2009-07-31)

 * Fixed an issue with generated JavaScript. Thanks Dougal (http://dougal.gunters.
   org/).

#### v1.0 (2009-08-02)

 * Added option to enter your own Bit.ly username and api key.
 * Added option to sepcify your own attributes like rel or target to the retweet
   link.

#### v1.1.0 (2009-08-05)

 * The shorturls generated using your API key, will be linked with your account.
 * Printing js using PHP, for better performance of JavaScript.

#### v1.2.0 (2009-08-18)

 * Removed hard coded Plugin path to make it work even if the wp-content path is
   changed.

#### v1.3.0 (2009-08-19)

 * Added the ability to enable/disable button on per page/post basics.

#### v1.4.0 (2009-10-15)

 * Added the ability to enable/disable button on per page/post basics, event if 
   template function is used.

#### v1.5 (2010-01-02)

 * Ability to specify custom message for twitter instead of the post title.
 * Also added Belorussian Translations (Thanks FatCow).

#### v1.6 (2010-03-27)

 * Added Spanish Translations (Thanks Carlos Varela).

#### v2.0 (2010-11-29)

 * Added support for official Tweet button

#### v2.1 (2010-12-05)

 * Fixed issue with the support for official twitter button

#### v2.2 (2011-01-23)

 * Fixed issue with permalink for official twitter button

#### v2.3 (2011-01-23)

 * Added Brazilian Portuguese translation

#### v2.4 (2011-05-11)

 * Added German translations

#### v2.5 (2011-05-20)

 * Added support for twitter intents and bit.ly pro accounts

#### v2.6 (2011-05-21)

 * Reworded the domain text in the settings page.

#### v2.7 (2011-09-05)

 * Enabled custom Bit.ly Pro domains (By Michelle McGinnis) and added Bulgarian 
   and Lithuanian translations

#### v2.8 (2011-11-13)

 * Added French translations

#### v2.9 (2012-03-13)

 * Added translation support for Romanian

#### v2.9.1 (2012-07-23) (Dev time: 0.5 hour)

 * Added translation support for Hindi

#### v2.9.2 (2012-11-07) (Dev time: 0.5 hour)

 * Added translation support for Irish

#### v3.0 (2013-06-03) – (Dev time: 1 hour)

 * Added support for Google Analytics tracking

#### v3.0.1 (2013-06-11) – (Dev time: 0.5 hour)

 * Added Danish translations

#### v3.0.2 (2014-06-19) – (Dev time: 0.5 hour)

 * Tweak: Removed old PHP4 compatible code
 * Tweak: Make it compatible with Easy Digital Downloads plugin. (Issue #5)

#### v3.0.3 (2015-01-29) – (Dev time: 0.5 hour)

 * Fix: utm_medium parameter is not appended to the url properly. (Issue #7)

#### v3.0.4 (2015-07-26) – (Dev time: 0.5 hour)

 * Fix: Fixed issue custom retweet text. (Issue #8)

#### v3.1 – (2016-02-14) – (Dev time: 1 hour)

 * New: Add support for latest Twitter buttons
 * New: Removed support for old bit.ly buttons
 * Fix: Fix warnings and add checks for defaults
 * Fix: Use capability instead of user level
 * Tweak: Removed PHP4 compatible code

#### v3.1.1 – (2016-04-20) – (Dev time: 0.5 hour)

 * Fix: Fixed a PHP warning notice in Add New Post/page screen. (Issue #9)

## 기초

 *  버전 **3.1.1**
 *  최근 업데이트: **10년 전**
 *  활성화된 설치 **60+**
 *  워드프레스 버전 ** 4.4 또는 그 이상 **
 *  다음까지 시험됨: **4.7.35**
 *  언어
 * [English (US)](https://wordpress.org/plugins/easy-retweet/), [German](https://de.wordpress.org/plugins/easy-retweet/),
   그리고 [Romanian](https://ro.wordpress.org/plugins/easy-retweet/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/easy-retweet)
 * 태그:
 * [posts](https://ko.wordpress.org/plugins/tags/posts/)[retweet](https://ko.wordpress.org/plugins/tags/retweet/)
   [tweet](https://ko.wordpress.org/plugins/tags/tweet/)[twitter](https://ko.wordpress.org/plugins/tags/twitter/)
 *  [고급 보기](https://ko.wordpress.org/plugins/easy-retweet/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/easy-retweet/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/easy-retweet/reviews/)

## 기여자

 *   [ Sudar Muthu ](https://profiles.wordpress.org/sudar/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/easy-retweet/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://sudarmuthu.com/if-you-wanna-thank-me)