Mô tả
This plugin allow insert Tweet Button on your blog or site. The button can be customized in the settings page. Tweet Button can be positioned a the top, bottom of content. You can use text shortcut <!--wp_twitterbutton-->
and PHP function wp_tweetbutton();
for manual insert.
Features
- Easy install
- Panel for easy configuration
- Config Button Style
- Config Language of Button
- Config Your Twitter Account
- Config Related Account
- Config Tweet text
- Config display locations (entries, pages, home page)
- Config position in content (before, after, none)
- Text shorcut:
<!--wp_twitterbutton-->
- PHP Function:
wp_tweetbutton();
Manual usage of WP-TweetButton:
For include into post content use: <!--wp_twitterbutton-->
For include in your template use: <?php wp_twitterbutton(); ?>
For more information visit plugin website
Cài đặt
This section describes how to install the plugin and get it working.
- Upload folder
wp-tweetbutton-plus
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure plugin into ‘Settings’ -> ‘WP-TweetButton Plus’ menu
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WP-TweetButton Plus” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WP-TweetButton Plus” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2
- Fixed url encode for title
1.1
- Renamed to WP-TweetButton Plus
- Fix minor bugs
1.0
- First version