Requirements:
Steps:
You can use the plugin in two ways, to generate different lists of stocks in different places.
Specify a list of symbols in the options page
To use this approach, simply enable the widget, or manually insert the following code where you want the quotes to appear:
<?php get_stock_quote(); ?>
Specify a list of symbols in the php function within your WordPress template
To use this option, call the same function with the symbols as a parameter:
<?php get_stock_quote("^DJI,^IXIC,^GSPC,NOVL,ko,pfe,intc"); ?>This approach is not currently supported with the widget.




