[EC-CUBE]facebookいいねボタンとOPGの設置
●EC-CUBEでもOGPタグといいねボタンの設置を設置する
http://2inc.org/blog/2012/02/08/1186/
そのまま引用させていただいてます~。
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"><!--{assign var=detail value="`$smarty.const.TOP_URLPATH`products/detail.php"}--> <!--{if $smarty.server.PHP_SELF==$detail}--> <meta property="og:title" content="<!--{$arrProduct.name|escape}-->" /> <meta property="og:type" content="product" /> <meta property="og:image" content="<!--{$smarty.const.HTTP_URL}-->upload/save_image/<!--{$arrProduct.main_list_image}-->" /> <meta property="og:site_name" content="<!--{$arrSiteInfo.shop_name|h}-->" /> <meta property="og:url" content="<!--{$smarty.const.HTTP_URL}-->products/detail.php?product_id=<!--{$arrProduct.product_id}-->" /> <meta property="og:description" content="<!--{$arrProduct.main_list_comment}-->" /> <meta property="fb:app_id" content="あなたののapp_id" /> <!--{/if}--><div id="fb-root"></div> <script type="text/javascript" src="https://connect.facebook.net/ja_JP/all.js"></script> <script type="text/javascript"> FB.init({ appId : "あなたのapp_id", status : true, cookie : true, xfbml : true, channelURL : "<!--{$smarty.const.HTTP_URL}-->products/detail.php?product_id=<!--{$arrProduct.product_id}-->", oauth : true }); </script><fb:like href="<!--{$smarty.const.HTTP_URL}-->products/detail.php?product_id=<!--{$arrProduct.product_id}-->" send="false" width="367" show_faces="true" font="arial"></fb:like>