Hello,
For ELEMENTS, is there a way to add a visitor counter like the one I had on RW Classic?
Example:
Thank you for your reply.
Regards,
Michel
Hello,
For ELEMENTS, is there a way to add a visitor counter like the one I had on RW Classic?
Example:
Thank you for your reply.
Regards,
Michel
Hi @Mic
Your code sample didnāt come through, however can you post a link to your old RW Classic site so we can take a look and tell you where that visitor counter should go?
Thank you for your reply Daniel
The link is:https://www.bergeraustralien.ch
The counter is in the footer.
Best regards,
Michel
Sent from my iPhone
Thank you for your reply Daniel The link is:https://www.bergeraustralien.ch The counter is in the footer. Best regards, Michel
Hi @Mic,
Thanks for the link. That counter is a simple script include:
<script type="text/javascript" src="//compteur.websiteout.com/js/2/0/24441/0"></script>
Thereās two easy ways to add it:
On one page
Add a Custom Component (the + next to Custom in the components list), drag it onto the page where you want the counter script, then open the Component Editor and paste the script into the Template box.
On every page
Click the cog at the top right (Site Settings), open the Template tab, and paste the same script just before </body>.
Cheers