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

QuoteMedia Tools

描述

QuoteMedia Tools provides short codes to integrate real-time stock quotes and charts into WordPress posts.

Stock Quotes

[stockquote symbol="MSFT"]

Generates a real-time stock quote formatted like so (MSFT 23.10 +6.7%).

Stock Charts

[stockchart symbol="MSFT"]

Generates a 3-month price chart for the ticker symbol “MSFT”.

The stock chart short code can also contain additional parameters to help customize the chart:

  • float to designate the CSS float parameter on the chart. For example, [stockchart symbol="MSFT" float="right"] will float the chart right. Default: “left”.
  • padding to designate the CSS padding on the chart. For example, [stockchart symbol="MSFT" padding="10px 0 0 0"] will add 10px to the top. Default: “0 10px 10px 10px”.
  • scale to designate the timeframe that the chart shows. For example, [stockchart symbol="MSFT" scale="1y"] will show a one-year chart. Default: “3m”.
  • width to designate the chart’s width. For example, [stockchart symbol="MSFT" width="500"] will show a chart with a 500px width. Default: “250”.
  • height to designate the chart’s height. For example, [stockchart symbol="MSFT" height="100"] will show a chart with a 100px height. Default: “150”.

螢幕截圖

  • Stock Quote & Chart in Action

安裝

  1. Upload quotemedia_tools.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add your QuoteMedia Webmaster ID in the plugin’s settings page.
  4. Use the short codes in posts to show real-time stock quotes and charts.

常見問題

How do I obtain a QuoteMedia Webmaster ID?

QuoteMedia can be reached by calling (877) 367-5970 or by e-mailing contactus@quotemedia.com. If you’re so inclined, mention that you were referred by this WordPress plugin. The costs for QuoteMedia API access varies depending on usage, so you’ll have to call them for more information.

Are you affiliated with QuoteMedia?

No, I developed a website utilizing QuoteMedia’s API and thought it would be nice to have a WordPress plugin to make things easier. I plan on adding functionality to the plugin based on requests or based on my future requirements during my day job.

Where can I find more information?

Visit the official website for this plugin for additional documentation or help.

評價

There are no reviews for this plugin.

貢獻者及開發者

“QuoteMedia Tools” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 QuoteMedia Tools 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Initial Release