Changeset 1265175
- Timestamp:
- 10/13/2015 07:19:57 PM (10 years ago)
- Location:
- inline-stock-quotes/trunk
- Files:
-
- 2 edited
-
inline-quotes.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inline-stock-quotes/trunk/inline-quotes.php
r1265165 r1265175 3 3 * Plugin Name: Inline Stock Quotes 4 4 * Plugin URI: http://elliottbernstein.com/inline-stock-quotes/ 5 * Description: Inline Stock Quotes is a WordPress plugin that allows users to use the [stock] shortcode to insert dynamically updating quotes into their posts. By default, quoted prices appear green when daily change is positive, white when neutral, and red when negative. The look is similar to what you'll find on business news sites like CNBC and Motley Fool!5 * Description: Inline Stock Quotes uses the [stock] shortcode to insert dynamically updating and easily customized stock quotes into post. 6 6 * Version: 0.1 7 7 * Author: Elliott Bernstein -
inline-stock-quotes/trunk/readme.txt
r1265165 r1265175 12 12 While creating or editing a post, simply type: 13 13 14 '[stock symbol="YOUR-SYMBOL-HERE"]' 14 `[stock symbol="YOUR-SYMBOL-HERE"]` 15 15 16 16 For example, to get a quote for Apple, type: 17 17 18 '[stock symbol="AAPL"]' 18 `[stock symbol="AAPL"]` 19 19 20 20 = Customizing the Quote Look =
Note: See TracChangeset
for help on using the changeset viewer.