Cada código de botón tendrá que tener su propia URL única.
se refieren a: http://developers.facebook.com/docs/reference/plugins/like/
yo uso php para lograrlo, tirando de todos los URL relativos necesarios de una base de datos , de enlace y redactar retorno al param-href datos en el HTML5 como el código del botón .
Puede establecer manualmente estos enlaces o configurar un sistema dinámico como lo hice yo.
html5 código de botón.
<div class="fb-like" data-href="'.$thepage[link1].'" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="tahoma" style="margin-left: auto; margin-right: auto; text-align: center;"></div>
<div class="fb-like" data-href="'.$thepage[link2].'" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="tahoma" style="margin-left: auto; margin-right: auto; text-align: center;"></div>
<div class="fb-like" data-href="'.$thepage[link3].'" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="tahoma" style="margin-left: auto; margin-right: auto; text-align: center;"></div>
botón XFBML
<fb:like href="http://anotherfeed.com?link=1" send="true" width="450" show_faces="true"></fb:like>
<fb:like href="http://anotherfeed.com?link=2" send="true" width="450" show_faces="true"></fb:like>
<fb:like href="http://anotherfeed.com?link=3" send="true" width="450" show_faces="true"></fb:like>
no marca esta pregunta por favor. Me tomé el tiempo para publicar la respuesta, esta es una buena pregunta. –