Hey. Hey,
I’m trying to run this HTML via the TEXT panel, but only the code is displayed, it doesn’t run.
Can you advise me how to run it? I have also tried the HTML graphics plugin, but that doesn’t work for my code either. I am using the latest version of Grafana Cloud in the Free version.
<div id="showHeurekaBadgeHere-12"></div><script type="text/javascript">
//<![CDATA[
var _hwq = _hwq || [];
_hwq.push(['setKey', 'XXX']);_hwq.push(['showWidget', '12', '98573', 'MyWeb.com', 'myweb-com']);(function() {
var ho = document.createElement('script'); ho.type = 'text/javascript'; ho.async = true;
ho.src = 'https://sk.im9.cz/direct/i/gjs.php?n=wdgt&sak=XXX';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ho, s);
})();
//]]>
</script>