1. How I can show facebook connect on a single page (CMS or blog for example) ?
You just need to add a line of code to the tpl file of the page where you want to add the facebook connect:
{hook h='socialConnectSpm'}
2. How I can show facebook share button on a single page (CMS or blog for example) ?
You just need to add a line of code to the tpl file of the page where you want to add the facebook share button:
{hook h='facebookshareSPM'}
3. How I can show facebook like button on a single page (CMS or blog for example) ?
You just need to add a line of code to the tpl file of the page where you want to add the facebook like button:
{hook h='facebooklikeSPM'}
4. How I can show facebook widget on a single page (CMS or blog for example) ?
You just need to add a line of code to the tpl file of the page where you want to add the facebook widget:
{hook h='facebookwidgetSPM'}
5. How I can show facebook comments on a single page (CMS or blog for example) ?
You just need to add a line of code to the tpl file of the page where you want to add the facebook comments:
{hook h='facebookcommentsSPM'}