Counter video

January 2012 WordPress Theme
GK User
Fri Apr 18, 2014 1:30 am
Greetings.
as the hit counter works of the videos on the main page,
I put a sample image attached
all marked 0
User avatar
Senior Boarder

GK User
Fri Apr 18, 2014 6:57 pm
Hello,

In WordPress version of the theme it is not a hit counters (as WordPress doesn't store in the core version the hits amount) so this elements displays a comments amount for the specific links.
User avatar
Administrator

GK User
Thu May 01, 2014 4:49 am
as I can do to check facebook comments
in code editor
remove all code for comments and add the facebook


eje:
<h3>Deja un comentario</h3>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script><div class="fb-comments" data-href="<?php the_permalink(); ?>" data-width="570" data-num-posts="10"></div>
User avatar
Senior Boarder

GK User
Mon May 05, 2014 9:50 am
I afraid that it won't be possible, because the facebook comments counter is connected with a specific page - the page where the comments are displayed. So in your case it will display the same comments amount for all items.
User avatar
Administrator


cron