Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the report settings, you will now see a section called "Web View". Please expand this selection



  2. Deselect the checkbox that reads "Hide URL Bar"
  3. Since URL is a required field, please use a dummy URL at this point. In my scenario, I added http://google.com
  4. Once your URL is added, in the report preview you will see a button called "Upload a file"



  5. Click on "Upload a File", followed by selecting the "file_name.html" of the html document you created in Step 1
  6. Once the file has been uploaded, it will automatically populate an URL



  7. Please copy this URL from next to the Upload Button, and paste it in the Web View settings for the property "URL". This wil replace "http://google.com"
  8. Select the checkbox called "Hide URL Bar"
  9. You now have a Stock Ticker Web Portal that will provide live stock ticker information


Example CXO Catalog


Image Added

HTML script:

<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/symbols/NYSE-AME/" rel="noopener" target="_blank"><span class="blue-text">AME Quotes</span></a> by TradingView</div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-single-quote.js" async>
{
"symbol": "AAPL",
"width": "100%",
"locale": "en"
}
</script>
</div>
<!-- TradingView Widget END -->