i had some problems. if you press like' button it is showing like for all products not for just one which i want to like it. how can i fix it?
Quote:
Originally Posted by PhilJ
Anyone wanting to easily add a Facebook 'Like' button...
In skin/smart_template/custom/common.tpl
At the end, insert...
Code:
<meta property="og:title" content="{$product.producttitle|default:$product.product|escape}" />
<meta property="og:site_name" content="{$config.Company.company_name}" />
<meta property="og:image" content="{$product.image_url|default:$product.tmbn_url}" />
Then in skin/smart_template/customer/main/product_details.tpl
After...
Code:
<div class="ask-question">
{include file="customer/buttons/button.tpl" button_title=$lng.lbl_ask_question_about_product style="link" href="javascript: return !popupOpen(xcart_web_dir + '/popup_ask.php?productid=`$product.productid`')"}
</div>
Insert...
Then run cleanup.php
Source | Demo
I don't have a Facebook account, so I can't test it personally 
|