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

Simpul Tweets by Esotech

描述

Enables a widget that will pull a twitter feed feed via API by Twitter @UserName and display them.

Since Twitter updated to v1.1 OAUTH, Twitter Application credentials are now required to be registered to authorize use of the Twitter API.

Create an Application

More Details

安裝

  1. Upload the plugin folder into to the /wp-content/plugins/ directory or search “Simpul Tweets by Esotech” and install.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Appearance -> Widgets
  4. Drag the “Twitter” Widget into the Sidebar you want to use.
  5. Make sure to enter the Twitter Consumer Key, Consumer Secret, Access Token and Access Token Secret. Choose other options as you need them.

常見問題

How do I get my tweets to Display?

Look for “Twitter” under Appearance -> Widgets. Drag it into a sidebar, type your twitter name ex: esotech into tweets and choose the amount of tweets you wan’t to display. Click Save.

How does Caching Work?

Caching keeps a local copy of your tweets at the interval specified so you don’t have to constantly contact twitter. This saves on site load speed because you don’t have to make an external connection.

I am updating my widget settings, but nothing is changing, why?

Try disabling the cache, saving, refreshing the page where you widget displays, then turning cache back on. Cache saves data into wordpress, so updating settings won’t reflect until the next cache update.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Simpul Tweets by Esotech” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simpul Tweets by Esotech 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.0.0

  • Now works with OAUTH v1.1. Required Twitter Application credentials from dev.twitter.com. Configurable PER Widget so you can register multiple accounts. Including and using TwitterAPIExchange http://github.com/j7mbo/twitter-api-php

1.8.3

  • Fixed something due ot Twitter API change that broke links.

1.8.2

  • Class name is now simpul-tweets and ID is simpul_tweets as it should be.

1.8.1

  • Cache wasnt being passed instance, which stopped it from getting the proper number of tweets.

1.8.0

  • Added many new features including showing the date, setting the date format, linking the entire element to the tweet. Also update the cURL call because Twitter apparently removed the previous method to recieve the JSON feed. The Json feed now limits the amount of tweets given back as oppossed to a counter. It may allow for extra tweets beyond the basic 20 but has not been tested. Cleaned up some other bits of code and made defaults easier for the system to manage. Update License also to GPLv3+

1.6.0

  • Added Dynamic Title Element, Container Class, Tweet Element. Cleaned up code. Fixed before widget and after widget.

1.5.5

  • Changed header to h3.

1.5.4

  • More code cleanup.

1.5.3

  • Cleaned up cache code.

1.5.2

  • Fixed PEBKAC programmer bug.

1.5.1

  • Fixed a huge compatibility issue with SimpulFacebook.

1.5

  • Added caching.

1.0

  • First Upload