I have a Personal Plan on wordpress.com. I try to insert a DataStudio report in my web page, with the code shown below.
<iframe width="600" height="338" src="https://datastudio.google.com/embed/reporting/1ASFCkRvzhHmT_kPLlT8npwKlJNS88ezz/page/hRet" frameborder="0" style="border:0" allowfullscreen></iframe>
I can see the report working in the editor html preview, but not in the page preview and of course not even if I publish it. I am quite sure the iframe from DataStudio is working as I tested it from JSFiddle.com. I am suspecting wordpress bans publishing iframes? I have tested with shortcode [embed]
and the same thing happens.
There is no reference to the iframe in the webpage, not even the box...+ Thanks in advance for your help.