External Widget Installation
-
-
This isn’t possible on the wordpress.com platform as javascript isn’t allowed, https://wordpress.com/support/code/
- The topic ‘External Widget Installation’ is closed to new replies.
How do I add this widget to my site?
https://s3.tradingview.com/tv.js
new TradingView.widget(
{
‘width’: 980,
‘height’: 610,
‘symbol’: ‘NASDAQ:AAPL’,
‘interval’: ‘D’,
‘timezone’: ‘Etc/UTC’,
‘theme’: ‘light’,
‘style’: ‘1’,
‘locale’: ‘in’,
‘toolbar_bg’: ‘#f1f3f6’,
‘enable_publishing’: false,
‘allow_symbol_change’: true,
‘container_id’: ‘tradingview_c2f7d’
}
);
This isn’t possible on the wordpress.com platform as javascript isn’t allowed, https://wordpress.com/support/code/