Deskripsyon
The WordPress shortcode plugin allows you to pull in the latest stock price from within your post.
Simply surround the stock symbol by the shortcode: stockquote and you are all set!
For example, to insert the latest quote for INDUSINDBK, simply put:
[stockquote]INDUSINDBK[/stockquote]
inside your post.
Note: This only works for stocks listed in the Indian National Stock Exchange (NSE)
Pag-install
This section describes how to install the plugin and get it working.
e.g.
- Upload
stockviz.php, option.php and the images folder
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use settings to format the output
FAQ
- How does it work?
-
A http call is made to StockViz.biz and the resulting JSON is formatted and displayed within your post.
Mga Contributor at Developer
Ang “StockViz” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “StockViz” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0.1
- minor bug fixes
1.0
-
Initial version.