這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

TweetPost

外掛說明

TweetPost is a multiuser plugin which allows wordpress publishers to automatically tweet their new
posts to their Twitter account. Tweets consist of a message (“New post from @user”) including a
reference to the author’s Twitter name, the title of the post, and a shortened link to the
post from bit.ly or su.pr.

It can also be used to add Twitter’s new Tweet Button to your posts.

Currently, the TweetPost consists of the following features.

  • Compatible with Twitter’s OAuth API
  • Connect a “global” Twitter account to post
  • Specify a Bit.ly or Su.pr login and API key to associate with the site
  • Adds a “Twitter” property to user details, so users can manage their own Twitter name
  • Automatically submits the permalink to bit.ly and adds that to the tweet
  • Adds a reference to the author’s Twitter account in the tweet
  • Fits the tweet into Twitter’s 140-character limit.
  • Adds a Tweet button to posts
  • Button can be floated left or right

License

This Twitter Poster plugin and WordPress Plugin Framework are being developed under the GNU General Public License, version 2.

GNU General Public License, version 2

安裝方式

  1. Unzip the archive file.
  2. Verify the name of the unzipped folder to be “tweetpost”
  3. Upload the “tweetpost” folder to the root of your WordPress “plugins” folder.
  4. Activate the “tweetpost” plugin in your website’s plugin administration page.
  5. Navigate to the “Settings” ~ “TweetPost” administration page, to add account info.

常見問題集

Do I have to register my blog with Twitter?

Yes. Due to details of Twitter’s implementation of the OAuth protocol, it is necessary to register your blog as a Twitter API consumer application. It’s silly, but fortunately it’s not difficult to do.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈TweetPost〉的開發相關工作。

參與者

將〈TweetPost〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3

  • Fixed a bug that caused admin notice to display even after the plugin is configured
  • Added button style property to config

1.2

  • Bug fixes with Twitter auth
  • Bug fixes related to updating old settings

1.1

  • Completely rewired the options page to use WP’s Settings API
  • Options are now stored in a single array instead of individual settings strings
  • All UI showing/hiding moved to javascript
  • Added settings icon
  • Added Twitter’s new Tweet Button

1.0

  • Added support for Twitter’s OAuth API.
  • Removed support for Twitter’s (now defunct) Basic API.
  • Added messaging for missing config

0.8

  • Default URL to permalink when shortener fails. Now uses su.pr’s new simpleshorten API.

0.7

  • Fixed a bug in the regular expression for Su.pr URLs

0.6

  • Added support for Su.pr url shortening

0.5

  • Added a customizable “intro text” to each tweet

0.4

  • Fixed future_to_publish event

0.3

*Initialization settings had erroneous preference names

0.2

  • Fixes a bad path in Javascript for validating settings

0.1

  • Initial version