In my prestashop site i have implemented block social module and by default i can able to get facebook,twitter and rss social icons.How can i get addtional social icons such as google,pinterest and you tube.
How to get additional social icons in prestashop block social module
4.2k Views Asked by Rama Priya At
3
There are 3 best solutions below
0

You can use the social login module to add social icons for sharing as well as for login process from link below:
http://loginradius-social-plugins.s3.amazonaws.com/Prestashop/v1.5/sociallogin.zip
It is working good at my website.
you have to edit the blocksocial.php
this code i have added the google link
find a "getContent" method on your blocksocial.php in your module folder
and change it to
and after that find "hookDisplayFooter" method
and change it to
last you need to change the template file. if your template file override by your theme means find a "module" folder from the theme foler and find "blocksocial" folder and edit the blocksocial.tpl
if it is not override by your theme file means you can edit the blocksocial.tpl in you module folder
the changes should be