Fri. Apr 25th, 2025
1 min read

This tutorial is going to show you how to manage social-media sharing icons on the product details pages of your Magento template.

The social-media sharing icons are added to the templates with the help of the world’s largest sharing platform AddThis Toolbox.

 

35

 

 

In order to manage the icons on your product pages:

  1. Connect to your FTP via your favourite FTP client or using the File manager of your hoting control panel.
  2. Open the directory where your maganto files are stored (public_html, www etc).
  3. Go to app\design\frontend\default\theme###\template\ajax\catalog\product folder where theme### is the name of your particular theme folder.
  4. Open a file called view.phtml in any code editor.
  5. Find the following code between lines 63-71:

 

 

 

<div class="share bordercolor"><!-- AddThis Button BEGIN -->

<div class="addthis_toolbox addthis_default_style ">
                <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
                <a class="addthis_button_tweet"></a>
                <a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
                <a class="addthis_counter addthis_pill_style"></a>
            </div>
            <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f419f410efe76d3"></script>
        </div>
April 2025
M T W T F S S
« Jun    
 123456
78910111213
14151617181920
21222324252627
282930