A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts.
The applause button is a custom element that can be added directly to the page. Here is a minimal example:
<head>
<!-- add the button style & script -->
<link rel="stylesheet" href="dist/applause-button.css" />
<script src="dist/applause-button.js"></script>
</head>
<body>
<!-- add the button! -->
<applause-button style="width: 58px; height: 58px;"/>
</body>
The above will render an applause button, persisting claps and clap counts.
For more information, visit the project website;
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]