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

erdoganoksuz/applause-button

 
 

Repository files navigation

Applause Button

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;

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 83.3%
  • CSS 15.0%
  • HTML 1.7%