PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

[MODULE] Share on Social Network // Partage sur les Réseaux Sociaux - eng

14 replies to this topic
#1
Nommam

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1687 posts
Here a small module for share your product page on social network ( facebook, buzz, myspace, twitter .... )

You can download the version Beta0.2 using the service of addinto.com here
You can download the version Beta0.3 using the service of addthis.com here

Run on V1.1 and 1.2.4 of prestashop, don't work on V1.0

Enjoy ;)

Attached Files



#2
ZuZu

    PrestaShop Apprentice

  • Members
  • PipPip
  • 68 posts
Hi,

Can I add other social networks also?

Thanks!

#3
Nommam

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1687 posts
ask this feature at addthis.com or addinto.com !

#4
jolvil

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 2706 posts
Thanks to "share" this module ;-)

#5
viktorsundberg

    PrestaShop Apprentice

  • Members
  • PipPip
  • 25 posts
Excellent module, thanks a lot!
www.viktorsundberg.se

#6
brisa

    PrestaShop Newbie

  • Members
  • Pip
  • 17 posts
Hi
How do i move the box? I am using ipnotik theme and the share buttons go behind my image.
Where's the css?

#7
jou

    PrestaShop Newbie

  • Members
  • Pip
  • 11 posts
Is there a way to link this with my addthis account?

#8
Nommam_le_retour

    PrestaShop Apprentice

  • Members
  • PipPip
  • 57 posts
This feature is not developed in this module.

if you have the doc gives me, i look

#9
mark2

    PrestaShop Apprentice

  • Members
  • PipPip
  • 75 posts
Hi,

Thanks for creating the module. A small improvement is to move the javascript call into the footer. This means that if the addthis server is slow to respond (which it sometimes is) the rest of the page is not blocked waiting for the javascript to load and execute.

Something like this in the sharesocialnetwork.php

    function hookFooter($params)
{
global $smarty;
return $this->display(__FILE__, 'footer.tpl');
}


then in footer.tpl (this code is removed from the sharesocialnetwork.tpl)

<!-- AddThis Button BEGIN -->
[removed][removed]
<!-- AddThis Button END -->

Regards, Mark

#10
meksi

    PrestaShop Apprentice

  • Members
  • PipPip
  • 39 posts

From 1255580865:

Here a small module for share your product page on social network ( facebook, buzz, myspace, twitter .... )

You can download the version Beta0.2 using the service of addinto.com here
You can download the version Beta0.3 using the service of addthis.com here

Run on V1.1 and 1.2.4 of prestashop, don't work on V1.0

Enjoy ;)


thank you very muchh :)

#11
jjsales

    PrestaShop Newbie

  • Members
  • Pip
  • 6 posts
Thanks for the sharing. It's worked!

#12
AMBER

    PrestaShop Apprentice

  • Members
  • PipPip
  • 31 posts
Can this module be use on 1.3.1 too?

#13
highwaykind

    PrestaShop Newbie

  • Members
  • Pip
  • 16 posts
Thanks! (@Amber - works fine here on 1.3.3)

#14
Dhen Bagoez

    PrestaShop Newbie

  • Members
  • Pip
  • 21 posts
Thanks, works fine on my Prestashop 1.4

#15
nicolo

    PrestaShop Newbie

  • Members
  • Pip
  • 8 posts
Hello,
i'm new user of prestashop, can you just tell me how do I code the call to this addthis module ?
I've tried to add this following code to my product.tpl page : {include file="$tpl_dir./sharesocialnetwork.tpl"}
but it doesn't work, my prodcut page doesn't display its content anymore.
Thx for your help, I thought that adding HTML (+JS) code to TPL pages would have been much easier than that :)
Nico