I'm using fb like in my page, after clicking on it the widget looks like it was clickec and the counter show 1as expected, but after refreshing the page the like widget returns to it's original state - not clicked and no like counter. The url seems to be grabbed correctly when I view it in the facebook debug tool, so it's not an og: meta issue and facebook does recognize this page correctly. I tried to check it with fb link_stat tool and the data seemed to be correct -
Any clue or direction for this issue? We had those like buttons (fbml version) work nicely in the past but it seem not to work for more then a month now.
this is the like widget code -
<div class="fb-like" data-href="http://107.21.224.181/recommendation/201" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
http://107.21.224.181/recommendation/201
- Yan Berk