Leitgedanken/msd2/tracking/piwik/misc/others/widget_example_lastvisits.html
2023-01-23 11:03:31 +01:00

12 lines
458 B
HTML

<html>
<body>
<p>Number of visits per week for the last 52 weeks</p>
<div id="widgetIframe">
<iframe width="800" height="450"
src="https://matomo.org/demo/index.php?module=Widgetize&action=iframe&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=1&period=week&date=last52&columns[]=nb_visits&disableLink=1"
scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</div>
</body>
</html>