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> 

site : http://themadeconomy.blogspot.in

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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -