Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5706

Opt-out Iframe incomplete

$
0
0

@Weissseit wrote:

Hi,

today I had to renew the HTML code for the Opt-out Iframe. So I copied the Iframe code from Administration > Privacy to my website. As result the Iframe became visible, but all other content below became invisible. After some investigation I discovered that in the code the closing tag was missing:

<iframe
        style="border: 0; height: 200px; width: 600px;"
        src="https://piwik.mydomain/index.php?module=CoreAdminHome&action=optOut&language=de&backgroundColor=&fontColor=&fontSize=&fontFamily="
        >

So I added the closing tag:

<iframe
        style="border: 0; height: 200px; width: 600px;"
        src="https://piwik.mydomain/index.php?module=CoreAdminHome&action=optOut&language=de&backgroundColor=&fontColor=&fontSize=&fontFamily="
        >
</iframe>

Then it worked, and all the content below became again visible.

I suppose this is a bug and can be solved easily.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5706

Trending Articles