Hello,I whould like to put a script widget on my website.
If i put in the header.php file, it will be behind the menu and not above.
where should i inser this embed code to work properly?
<!-- 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" rel="noopener" target="_blank"><span class="blue-text">Financial Markets</span></a> by TradingView</div> {
"symbols": [
{
"title": "S&P 500",
"proName": "INDEX:SPX"
},
{
"description": "Dow jones",
"proName": "DJ:DJI"
}
],
"theme": "dark",
"isTransparent": false,
"displayMode": "adaptive",
"locale": "en"
}
</script>
</div>
<!-- TradingView Widget END -->
Comments