Pebbles Counter Help


Get Counting with the Pebbles Counter Page!

This page will show you how to use the Pebbles counter for your own needs. It's a simple, responsive webpage with some scripts to manage the buttons.

Here's how to call the page and customize your own counters.

This example link will display a Counter page with the title "HealthCounter" and two counter controls labeled "Michael" and "Travis."
https://www.engineofwar.com/pebbles.html?banner=HealthCounter&1=Michael&2=Travis

The Root URL (https://www.engineofwar.com/pebbles.html) stays the same and points to the main Pebbles counter page.  Everything after the question mark (?) are arguments passed to the page. Each argument has two parts, and is separated by he ampersand (&):

Key: Which come before the equals (=) sign.  Identifies the counter index. You can have up to 6 counters.
Value: Which come after the equals (=) sign.  The title displayed for the counter (e.g., "Michael", "Travis"). Spaces are currently not allowed in values.

Optional "banner" argument: The "banner" argument allows you to change the top left text on the page (e.g., "HealthCounter").

I hope you find this useful!