开发者 | justin.kuepper |
---|---|
更新时间 | 2014年5月16日 19:38 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[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".quotemedia_tools.php
to the /wp-content/plugins/
directoryQuoteMedia 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.
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.
Visit the official website for this plugin for additional documentation or help.