<head>
<meta property="og:title" content="Spaceballs"/>
</head>
<body>
<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/en_US/all.js#xfbml=1&appId={{your app id}}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="movie-info">
<h1>Spaceballs</h1>
<h3>Sci-Fi, Spoof, Comedy</h3>
<div class="fb-like"></div>
</div>
<div>
<div id="review-1">
<div>The crappiest movie I ever saw.</div>
<div class="fb-like" data-href="http://example.com/Spaceballs/Review/1"></div>
</div>
<div id="review-2">
<div>Some people just don't get Mel Brooks, but if you do this movie will likely cause stack overflows in your data processors.</div>
<div class="fb-like" data-href="http://example.com/Spaceballs/Review/2"></div>
</div>
</body>
hrefattribute. You can't avoid that. – Júlio Santos Jan 16 '12 at 8:43hrefattribute can be likened to 10<img>tags with the samesrcattribute. Why don't you make your first like button have the current URL as itshrefattribute, and each review's like button have their respective review's URL as thehref? – Júlio Santos Jan 16 '12 at 9:06