Show HN: Embed live-ish follower counts

gather.buzz

2 points by rrr_oh_man 13 hours ago

Cheers HN!

I built gather.buzz to let myself (and maybe you?) embed live TikTok, Instagram, and YouTube follower counts into websites and apps. It’s simple, lightweight, and works even with profiles that aren't yours.

### Backstory

At several points in the last years I have needed access to live social media data, but I got tired of bloated, expensive, overengineered tools and API restrictions.

gather.buzz is my attempt to solve this with minimal setup and no unnecessary complexity.

### What it does

- Live updates: Display follower counts directly on your site as plain text, updated automagically every 24 hrs.

- Simple integration: Just copy-paste two small HTML snippet. If you've ever successfully added Google Analytics to a site, you are probably already overqualified for this.

- Platform support: TikTok, Instagram, and YouTube (more coming soon).

- Lightweight: Non-blocking, fast, and with minimal impact on Google Pagespeed.

### How it works

0. Go the the site and excuse the ugly design.

1. Pick a profile (= any public account).

2. Copy the embed code.

3. Paste it into your website or app. That’s it.

### Use cases

- Add live follower stats to blogs, ecommerce pages, or portfolios showcasing social proof.

- Create dashboards or dynamic UIs with live metrics. (I have an experimental integration with Looker right now...)

- Support for WordPress, Webflow, Shopify, and custom-built sites.

### Pricing

$1.99/month per profile.

Includes daily updates and AI-free support by actual humans (me).

### Roadmap

I’m working on:

- Faster updates. Smarter caching.

- Google Sheets and Zapier integrations.

- API access for developers.

Try it here: https://gather.buzz

Feedback is appreciated, especially if something breaks. If you prefer to keep it private you can find contact details in my profile. Thanks for checking it out!

rrr_oh_man 12 hours ago

If you just want to try it out quickly without login etc.:

Put

    <script src="https://gather.buzz/gb.min.js" defer></script>
into the <head> and

    <span class="follower-count" data-gpbid="xnzFVOpIXh"></span>
anywhere after <body>.