Embed a live gold rate widget on your jewellery shop, blog, or finance website — completely free. One line of code, no registration required.
This is exactly what your visitors will see on your site
Copy and paste into your website's HTML
<!-- GoldRateToday.xyz Live Widget --> <iframe src="https://goldratetoday.xyz/widget.html" width="320" height="300" frameborder="0" scrolling="no" loading="lazy" title="Live Gold Rate Pakistan — GoldRateToday.xyz" style="border-radius:14px;overflow:hidden"> </iframe>
<!-- Gold Rate Script Widget --> <div id="grt-widget"></div> <script> (function(){ var d=document,i=d.createElement('iframe'); i.src='https://goldratetoday.xyz/widget.html'; i.width=320;i.height=300;i.frameBorder=0; i.scrolling='no';i.loading='lazy'; i.style.cssText='border-radius:14px;overflow:hidden'; d.getElementById('grt-widget').appendChild(i); })(); </script>