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

Cache Tweets Widget

外掛說明

Cache Tweets Widget is a simple plugin widget that collects the tweets feed from twitter’s search API provided with a hashtag or any keyword.

It is cached to avoid rate limit with twitter.

Now You can fetch the user tweets of any user with their username.

Make sure you provide the Application Credentials created with Twitter.

螢幕擷圖

  • screenshot-1.(png) shows the screenshot of how the widget looks like once it is installed.

  • screenshot-2.(png) shows the screenshot of how the widget looks like before it is installed.

安裝方式

  1. Unzip the compressed file that you downloaded from WordPress repository or any place where you downloaded.

  2. Upload Cache Tweets Widget folder to the /wp-content/plugins/ directory

  3. Activate the plugin through the ‘Plugins’ menu in WordPress

  4. Now go to “Widgets” in “Appearances” and drag and drop the widget to any place you want.

常見問題集

Where to find the Consumer Key, Secret, Access Token and Secret?

You have to create an application on Twitter at (http://dev.twitter.com), and copy the consumer key, secret, access token and secret at the places that are required.

Is it vulnerable to add my credentials with your widget?

Obviously No. You’re saving your credentials in your own wordpress site and we never get your credentials.

Do I have to fill all the details in the widget?

Yes, it is recommended to fill all the details for better results.

Can I add a url link at the place of hashtag or keyword?

Yes you can, but while adding the url, make sure you don’t use http:// before it.

For example: Instead of http://example.com, you have to type as example.com

Can I type both hashtag and Username ?

Yes, you can have both hashtag and username, But which ever you selected from the textbox will be used to fetch the tweets.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

=
Initial submit to WP Repository

23 June 2015

Added the functionality to fetch tweets from any particular user with twitter username.

Now You can select any option to get tweets either from search hashtag or from a username.

Added fetch users_timeline api request to get user tweets along with the search tweets api.