SwissUpLabs Logo

Social Suite configuration

  1. Basic Setup
  2. API Creation
  3. General configurable options

Basic Setup

  1. Navigate to System > Configuration > Templates-Master > Social Suite and enable extension for any store you need.
  2. Set Up New Facebook Application
  3. Set Up New Google Application
  4. You will need to edit some template files:
    • Code listed below should be added to phtml file in order to display social buttons at PRODUCT PAGE. For example app/design/frontend/[package]/[theme]/template/catalog/product/view.phtml

      <?php echo $this->getLayout()->createBlock('core/template')->setTemplate('tm/socialsuite/facebook_like/like.phtml')->toHtml(); ?>
      
    • Code listed below should be added to phtml file in order to display social buttons at CATEGORY PAGE. For example app/design/frontend/[package]/[theme]/template/catalog/product/list.phtml

      <?php echo Mage::helper('socialsuite')->getCategoryLikeButton($_product) ?>
      

After you configure an extension you can check:

Edit this Page