This is a WordPress plugin. It retrieves your blog's stock value from www.alexadex.com. NOTE: Make you go to www.alexadex.com and ensure that your blog is being tracked first. There's nothing worse than advertising to your users that your blog is worthless. :)
INSTALLATION INSTRUCTIONS:
Download and uncompress the plugin. This will create a blogbling directory with all the files needed for the plugin.
Upload the blogbling directory to your blog's plugins directory. The final destination on most systems should be /wp-content/plugins/.
Go to the Wordpress Admin Plugin menu. If installed correctly, you should see the deactivated plugin ready to activate. Activate the plugin
Go to Options/Alexadex. Make sure the options are set the way you want them to. There are 5 tokens you can place in the message that will be replaced by the plugin:
<!--price--> = price per share of the stock price <!--totalShares--> =Total Shares. <!--sharesOutstanding--> = shares outstanding. <!--style--> = style sheet to use. <!--url--> = your domain name
In the display text, the style sheet is set but I override it. Strip out all the style="" in the sample text if you want to just use a style sheet.
Finally: Somewhere in your theme's sidebar put the code: <?PHP if (function_exists('alexadex_output')) echo alexadex_output();?>