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

Track Kickstarter Project

外掛說明

Easly track your Kickstarter projects and show up stats in your blog with Track Kickstarter Project widget or [tf_track_project] shortcode.

Configuration

  1. Shortcode. Add into editor next shortcode: [tf_track_project url="{your project page URL from kickstarter}" descr="{Your project description}"]
  2. Widget. Use Track Kickstarter Project at widgets page. Options the same as shortcode.
  3. You can rewrite in your theme widget and shortode template – just copy it from the templates folder in plugin and put into track-kickstarter folder in your theme

Data getting from Kickstarter caching for 4 hours to prevent multiple requests to Kickstarter.

安裝方式

  1. Unzip the downloaded zip file.
  2. Upload the plugin folder into the wp-content/plugins/ directory of your WordPress site.
  3. Activate Track Kickstarter Project from Plugins page

使用者評論

2017 年 10 月 6 日
Of the three plugins that do this function, this was the only one I could get to work. It's very barebones, but does what it needs to. I added the following CSS to pretty it up a bit: .tf-tracker-item { float:left; width:25%; } .tf-tracker-value{ text-align: center; font-size: 1.5em!important; font-weight: bold; } .tf-tracker-label { display: block; width:100%; text-align: center; margin-top:-20px; }
閱讀全部 1 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release

1.0.1

  • Fix: template path for rewritten templates
  • Fix: misprint int CSS class names
  • Tweak: Increase caching time to 6 hours
  • Tweak: Widget options management refactoring