Comments widget
The main thread the count counts. Comments →
A live count of comments is a strong engagement signal on listing pages and meta rows. Vuukle exposes a one-line tag you can drop in anywhere.
Render any element with the attribute data="vuukle-count". Vuukle replaces its contents with the current comment count for the article on that page (or for the article identified by its articleId if you set one).
<span data="vuukle-count"></span>That’s the whole API. The element can be a <span>, <a>, <div> — anything. The contents get swapped at load time.
<p>Comments: (<span data="vuukle-count"></span>)</p>Renders as: “Comments: (23)“
<a href="#vuukle-comments" data="vuukle-count"></a>Renders the count, clickable, jumps to the comments section.
<article class="card"> <h3>Article title</h3> <p class="meta"> <span data="vuukle-count"></span> comments </p></article>Vuukle finds every element with data="vuukle-count" on the page and updates them all on initial load.
In the Vuukle WordPress plugin settings, toggle Show comment count on listings under Settings → Vuukle. The plugin replaces the native WP comments_number() output automatically — you don’t need to add any HTML yourself.
See the Blogger install guide — it includes the template patch that replaces Blogger’s native count with Vuukle’s.
Comments widget
The main thread the count counts. Comments →
JavaScript install
Universal install snippet. JS install →