The EA Stock Ticker is a straightforward, reliable web part for showing a stock price.
|
Resulting HTML:
Install
Run the following in an elevated SharePoint Management Shell:
Add-SPSolution c:\installs\StockTicker.wsp
Install-SPSolution StockTicker.wsp -WebApplication http://sp -GacDeployment
Then enabled the "StockTicker" site collection feature in the site collection where you want to use it.
Then add the Stock Ticker webpart to a page (in the Custom menu).
Add-SPSolution c:\installs\StockTicker.wsp
Install-SPSolution StockTicker.wsp -WebApplication http://sp -GacDeployment
Then enabled the "StockTicker" site collection feature in the site collection where you want to use it.
Then add the Stock Ticker webpart to a page (in the Custom menu).
Update
To update this feature after receiving a new version, run the following in an elevated SharePoint Management Shell:
Update-SPSolution StockTicker.wsp -LiteralPath c:\installs\StockTicker.wsp -GacDeployment
Update-SPSolution StockTicker.wsp -LiteralPath c:\installs\StockTicker.wsp -GacDeployment
Uninstall
To uninstall this feature, run the following in an elevated SharePoint Management Shell:
Uninstall-SPSolution StockTicker.wsp
Remove-SPSolution StockTicker.wsp
Uninstall-SPSolution StockTicker.wsp
Remove-SPSolution StockTicker.wsp