Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not allowing with same wifi more then 1 time #97

Open
Naren-hybreeder opened this issue Mar 7, 2023 · 2 comments
Open

It's not allowing with same wifi more then 1 time #97

Naren-hybreeder opened this issue Mar 7, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Naren-hybreeder
Copy link

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>
@ColinEberhardt
Copy link
Owner

Hi, the applause button prohibits multiple claps for the same IP address. This was put in place to stop someone repeatedly clicking the button and over-inflating the clap count.

It sounds like your network results in everyone having the same external IP.

@ColinEberhardt ColinEberhardt added the question Further information is requested label Mar 7, 2023
@Naren-hybreeder
Copy link
Author

@ColinEberhardt Thank you for your response....

I have to add an applause button in my post and that post I have to share with internally. I have more than 500 employees in my office.

All the systems are connected with the same wifi (I believe) they are sure they have the same IP.

Any idea how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants