Tagged Questions
6
votes
4answers
506 views
How can I get stats for what 3rd-party sites have embedded our iframe widget?
Say we've produced a widget for other sites to use, like so:
<iframe src="http://example.com/whatever.php" frameBorder="0" width="200px" height="300px" scrolling="no"></iframe>
The ...