Quark - Social Media Counters

Support desk for Multipurpose Quark Theme
GK User
Mon Jul 06, 2015 7:42 am
What code should be in the module "social media counter" - in the original version?
In the installation manual is the code from the "Shipping".
User avatar
Fresh Boarder

GK User
Mon Jul 06, 2015 7:50 am
Hi,
this is "demo" code
<div class="gk-cols" data-cols="3">
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-fb"></i><strong><span data-sr="enter bottom" data-count="15477">0</span><span>likes</span></strong></a>
</div>
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-twitter"></i><strong><span data-sr="enter bottom" data-count="6633">0</span><span>followers</span></strong></a>
</div>
<div class="gk-text-center gk-social-counter">
<a href="#" class="inverse"><i class="gkicon-gplus"></i><strong><span data-sr="enter bottom" data-count="1408">0</span><span>followers</span></strong></a>
</div>
</div>


As you can see it's just fake numbers, not real content, so you have to update manually, or replace with extra script.
User avatar
Platinum Boarder


cron