Clapping Hands Logo

Applause

Applause is a fun little script that randomly highlights awesome sites, people, or projects—like a rotating applause board. It's simple, colorful, and designed to bring attention to things worth celebrating.

You can easily embed it into any page, and it'll handle the rotation automatically based on the group you assign. Whether it's for community links, mutual love, or just showing support—it fits right in.

How It Works

Just include the script and it will randomly display one item from your configured list every time the page loads.

By default, it places the applause at the bottom center of the page. However, you can also control where it appears by adding a placeholder element like this:

<div id="applause-placeholder"></div>
<script src="https://applause.brebs.net/applause.js" defer></script>

Want Your Own?

If you'd like to create your own version, just grab a copy of this javascript and reach out if you need some assistance.

Examples of Implementation

Basic usage (with default group):

<script src="https://applause.brebs.net/applause.js" defer></script>

Using a specific group (e.g. omg):

<script src="https://applause.brebs.net/applause.js?group=omg" defer></script>

Adjusting size :

<script src="https://applause.brebs.net/applause.js?width=90" defer></script>

<script src="https://applause.brebs.net/applause.js?group=omg&width=90" defer></script>

Change Log

2025-07-01: This was just a quick concept to see if I could create something like what I used and could then be used across all my sites and hosted by myself. Not that there was anything wrong with the other one but honestly it is fun sometimes to create little projects like this. There is so many other things that I could do now that I have the basic structure but this works for what I need so this might be all it ever is.