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

iframeWidget.htm « others « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b7c4261f1a8128f03d4f7ed4a7c246cafaee21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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://demo.piwik.org/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=1&period=month&date=2010-08-31&disableLink=1&token_auth=960d9a24b89ba4feb99be754c5aac15bx"
            scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>

</body>
</html>