Hi
Below is the code I am using on my website. In my office, all the systems are connected to WiFi. Now, my issue is that only one system is allowing us to appreciate it and get count 1. If the Other system tries to click on it, it still shows 1 count.
Till lunchtime, more than 15 users clicked on the applause button with different systems and the same wifi but still showed a count of 1.
Then I tested with mobile and it's showing count 2. it means it's not allowing with the same wifi more than 1 time.
Is anyone getting this issue?
<!DOCTYPE html>
<html>
<head>
<!-- add the button style & script -->
<link rel="stylesheet" href="https://unpkg.com/applause-button/dist/applause-button.css" />
</head>
<body>
<div style="margin-top: 100px"><applause-button style="width: 58px; height: 58px;"/></div>
<!-- add the button! -->
<script type="text/javascript" src="https://unpkg.com/applause-button/dist/applause-button.js"></script>
</body>
</html>
Hi
Below is the code I am using on my website. In my office, all the systems are connected to WiFi. Now, my issue is that only one system is allowing us to appreciate it and get count 1. If the Other system tries to click on it, it still shows 1 count.
Till lunchtime, more than 15 users clicked on the applause button with different systems and the same wifi but still showed a count of 1.
Then I tested with mobile and it's showing count 2. it means it's not allowing with the same wifi more than 1 time.
Is anyone getting this issue?