Can I Iframe javascript?
-
This javascript creates an intereactive stock chart widget. Can I use Iframe to embed it and if so, how? I haven’t had any luck so far, just a blank page.
<script type="text/javascript" src="https://s3.amazonaws.com/tradingview/tv.js"></script> <script type="text/javascript"> var tradingview_widget_options = {}; tradingview_widget_options.width = 986; tradingview_widget_options.height = 500; tradingview_widget_options.symbol = '$SPX'; tradingview_widget_options.interval = 'W'; tradingview_widget_options.toolbar_bg = '#E4E8EB'; tradingview_widget_options.allow_symbol_change = true; new TradingView.widget(tradingview_widget_options); </script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can I Iframe javascript?’ is closed to new replies.