This magento module is for the websites which intends to create a social publicity of their product or services through social
networking sites. There are mainly four social networking sites included in this module for this purpose. This includes Facebook,
Twitter, Linkedin, and Googleplus. This module will be available in the product details page of the magento site. Here the users can share a product url in their social networking site account. This can improve the traffic to a site and socialize a site.
Feature List:
1. Sharing the url of the product from a website to the social networking sites.
2. No API is used for this module.
3. While clicking the page will appear as a pop up window so that the main site do not need to be reloaded.
4. No jquery scripts are used in this module.
5. An admin panel for selecting the social networking site used for sharing, and to enable or disable it.
Installation Instructions :
1. Extract the zipped file to a location in your system.
2. Copy the contents to your project exactly as the given path in the package.
3. When copying the images in the skin, do not change the name of the file.
4. After everything is copied in to the exact location in your project, edit the view.phtml from the following path, ..project/app/design/frontend/base/default/template/catalog/product/view.phtml
5. Write this following code where you need to place the module, <?php echo $this->getChildHtml('share') ?>
6. Reload your website and you can see your Social Media Share module in the product detail page.