javascript - Facebook like button not working, suddonly showing zero -
my blog had 101 likes, when saw now, showing 0 likes, , when click on button, not updating.
the java script being used button this,
<div class="fb-like" data-href="http://themadeconomy.blogspot.com" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true"></div>
can try change data-href attribute match blogs address? :
data-href="http://themadeconomy.blogspot.in" instead of :
data-href="http://themadeconomy.blogspot.com" more facebook button here
Comments
Post a Comment