Skip to content

Widget shortcodes

JavaScript anchors

HTMLWidget
<div id="vuukle-comments"></div>Comments
<div id="vuukle-emote"></div>Emotes
<div id="vuukle-newsfeed"></div>Newsfeed
<div class="vuukle-subscribe"></div>Newsletter subscribe
<div class="vuukle-sharebar"></div>ShareBar (horizontal)
<div class="vuukle-sharebar-vertical"></div>ShareBar (vertical, sticky)
<span data="vuukle-count"></span>Live comment count (any element with data="vuukle-count" works)

Blogger shortcodes

Place inside the Vuukle HTML/JavaScript widget in Layout:

ShortcodeWidget
[vuukle-emote]Emotes
[vuukle-subscribe]Newsletter
[vuukle-sharebar-top]ShareBar above the post
[vuukle-sharebar-bottom]ShareBar below the post

Endless-mode anchors

When endlessMode: true, append a unique index to each anchor:

<div class="vuukle-sharebar-{INDEX}"></div>
<div id="vuukle-emote-{INDEX}"></div>
<div id="vuukle-comments-{INDEX}"></div>

And call window.newVuukleWidgets({ elementsIndex: '{INDEX}', ... }) per article.

See infinite scroll install.

Was this page helpful?
Help us improve — drop a note or open the dashboard.