Skip to content

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts

License

Notifications You must be signed in to change notification settings

rodrigoalcarazdelaosa/applause-button

 
 

Repository files navigation

Applause Button

Backers on Open Collective Sponsors on Open Collective

A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts.

Minimal example

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;

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 17.0%
  • HTML 4.0%