top of page
Crumpled Fabric

0

Display Views on Repeater

Click URL to copy

Apr 18, 2022

1 min read

WIX Ideas Team

Tags: wix dynamic page view counter Add view counter to wix Fieldkey Velo by Wix View Counter Dynamic Page Repeater JavaScript Functions
“Never let the fear of striking out keep you from playing the game.” – Babe Ruth

In the PART 1 of adding view counter to WIX website, we learned how to automatically increase views for each dynamic item.


In this tutorial, we will display these views on our WIX repeater.


The steps I took are pretty easy;


  1. Added text element to display the number of views on the repeater.

  2. Added eye icon as a symbol for views.

  3. Added the repeater onItemReady function to enable us see the number of views for each items.

  4. Added a formatView() function to enable us to format the view so that 1,000 views looks like 1K views and 1,000,000 views is displayed as 1M. Cool right?😎


📺 WATCH THE VIDEO

COPY CODE BELOW 👇🏽


Code



Leave a comment (1)

Thanks for leaving a comment🎉

Walter Odibi

Walter Odibi

Apr 18, 2022

Awesome Feature

This tutorial shows you how to display views on your Wix repeater.

📺WATCH VIDEO HERE https://www.youtube.com/watch?v=Iz7SdaCSdXg

Reply

Walter Odibi

Walter Odibi

January 20, 2000

RELATED TUTORIALS 🚀

Tabbed Navigation using Wix Menu

Tabbed Navigation using Wix Menu

Easily change tabs on your tab element using Wix menu

bottom of page