Welcome to mirror list, hosted at ThFree Co, Russian Federation.

iframeWidget.htm « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60ea682d56a5ebf8d9031b1c0bf7e716f633f7b0 (plain)
1
2
3
4
5
6
7
<html>
<body>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
<h3 style="color:#143974">Embedding the Piwik Country widget in an Iframe</h3>
<div id="widgetIframe"><iframe width="500" height="350" src="http://piwik.org/demo/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=1&period=day&date=yesterday&disableLink=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

</body></html>