Friday, April 19th, 2024

Stock Chart Widget

The Shareschart Widget is a free and sophisticated charting tool that can be simply included into any website. Simply copy and paste the embed code into your website’s HTML code. Change the watermark and wording on the chart to match your brand.

Ideal for use on websites, blogs, and forums when a quick and free solution is required. Cutting and copying pre-made iframe code is all it takes to get things working.
In as little as 30 seconds, you can have stunning charts on your site.

copy and paste the codes below to any page in your website

<div class=”tradingview-widget-container”>
<iframe onload=”setIframeHeight(this)”
id=”chart-container”
src=”https://widget.shareschart.com/chart-widget.html” height=”600px” width=”100%”></iframe>
</div>
<script>
function setIframeHeight(ifrm) {
var result = {“watermark”:”your image url here”,
“logotext”:”your text here”};
var height = ifrm.contentWindow.postMessage(JSON.stringify(result), “*”);
}
</script>

** to change the watermark, simply change the URL under “watermark” and “logotext” to your preferred logo and text.