Skip to content

Using Gamifiera Apps Standalone ​

Most of Gamifiera's widgets can be used as standalone elements outside their typical widget context. This guide gives exampels on how to integrate various Gamifiera widgets independently by including the corresponding HTML div elements in your application. By doing so, you can leverage the functionality of each widget separately, tailored to your specific needs.

Attribute Widget Standalone ​

html
<div class="gmf-widget-customer-attribute-editor"></div>

Achievements List ​

html
<div id="gmf-achievement-list" data-display-mode="list"></div>

Quest List ​

html
<div class="gmf-widget-quest-list"></div>

My Content ​

html
<div id="gmf-my-content"></div>

Ordered Product list ​

html
<div class="gmf-ordered-product-list"></div>

Community Feed ​

html
<div class="gmf-social-feed"></div>

Notifications ​

html
<div class="gmf-notifications"></div>