Import javascript(?) / doesn’t shown
-
Hello,
I’d like to create template for import with that sort of code below:
<blockquote><!– TradingView Widget BEGIN –>
<div class=”tradingview-widget-container”>
<div class=”tradingview-widget-container__widget”></div>
<div class=”tradingview-widget-copyright”><span class=”blue-text”>Analiza techniczna dla PERPUSDT</span> od TradingView</div>
<script type=”text/javascript” src=”https://s3.tradingview.com/external-embedding/embed-widget-technical-analysis.js” async>
{
“interval”: “1m”,
“width”: 425,
“isTransparent”: false,
“height”: 450,
“symbol”: “BINANCE:PERPUSDT”,
“showIntervalTabs”: true,
“locale”: “pl”,
“colorTheme”: “light”
}
</script>
</div>
<!– TradingView Widget END –></blockquote>But also with some modifications – I mean, insert variables in that code based on xls file. To make every post having unique widget.
The problem is that, when I import template with that code below, the output (the published post) doesnt contain the code betweeen { }.
Please help with that,
Thanks
The topic ‘Import javascript(?) / doesn’t shown’ is closed to new replies.