0

So I have an admin panel, and I want to include Piwik via an iframe which I host on a subdomain, I have tried <iframe src="http://domain.domain.me" width="100%" height="100%"></iframe>

But it doesn't work. It gives me a blank page. I think it has some sort of protection, do you know if it's possible to find a workaround this?

jleft
  • 3,457
  • 1
  • 23
  • 35

1 Answers1

1

Your answer is in the doc Piwik doc

Core972
  • 4,065
  • 3
  • 31
  • 45
  • I upvoted your answer because the link points straight to the point and you just started giving answers, but including some quotes (if not forbidden to quote by licence etc) and an explanation is what makes the answer really worth upvoting. – Daniel W. Apr 08 '14 at 14:09
  • I'm pretty new here. thank you for the advice I'll be more careful now. – Core972 Apr 08 '14 at 19:29