Dzień dobry;
Strona jest pisana w zen cart
Oto mój kod:

<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id']));>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=recommend&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:40px"></iframe>

Po stornie przeglądarki otrzymuje:
dla pola href = http://qwerty111111111.pl/index.php?main_page=product_info&amp%3BcPath=11&amp%3Bproducts_id=230
dla = iframe_referer
<input type="hidden" autocomplete="off" name="iframe_referer" value="http://qwerty111111111.pl/index.php?main_page=product_info&amp;cPath=11&amp;products_id=230">

Link strony :
http://qwerty111111111.pl/index.php?main_page=product_info&cPath=11&products_id=230

Problem jest taki że jak kliknę znacznik polec to to niby pokazuje ze polecono na stronie ale na tablicy fb nic . Miał może ktoś podobny problem? Pierwszy raz takie coś robię i nie wiem co jest źle.