Search the Community
Showing results for tags 'social sharing'.
-
Hello. Once, my social sharing module , or better say just the Facebook share button, stopped to work. It just writes: 403 Forbidden. I tried: - restart module - update the module - uninstall and delete - delete and copy old one which was OK. - try to set the file and directory permition to 775 And nothing worked. Does anybody know that to do to get it work? Google and other work OK.
-
Estoy trabajando con la versión 1.6 de prestashop con el tema default. He colocado un botón para instagram en el módulo social sharing que solo viene con facebook, twitter, pinterest y google originalmente. El botón ya se me ve en la pagina de cada producto pero no he podido programar la función correcta que me genere el link para compartir con instagram. El archivo que contiene las funciones que me generan esos links para compartir(facebook, twiter, pinterest, google) es socialsharing.js que se encuentra en \modules\socialsharing\js este sería el código, que ya esta programado y funciona, de la función para pinterest function socialsharing_pinterest_click(image_url) { window.open('http://www.pinterest.com/pin/create/button/?media=' + encodeURIComponent(image_url) + '&url=' + encodeURIComponent(location.href), 'sharerpinterest', 'toolbar=0,status=0,width=660,height=445'); } y aqui iría el código necesario para que funcione para instagram. Aquí solo copie el de pinterest he hice un pequeño cambio en la URL solo por probar pero evidentemente no funciona. Así que, ¿Cual seria la función correcta para que trabaje bien? function socialsharing_instagram_click(image_url) { window.open('http://www.instagram.com/p/create/button/media=' + encodeURIComponent(image_url), + '&url=' + encodeURIComponent(location.href),'shareinstagram', 'toolbar=0,status=0,width=660,height=445'); }
- 6 replies
-
- social sharing
-
(and 2 more)
Tagged with:
-
When I click on the facebook share button, the product does not appear in the popup window (see attached screen capture). If I nevertheless continue then a post appear on Facebook with no picture and underneath "302 found" All other social sharing work fine (google+, twitter etc.. all fine, just facebook not working) The funny thing is that it was working fine about a week ago! Anyone else has the same problem? And most importantly, anyone knows how to fix this?
-
Bonjour, J'y suis depuis ce matin et je n'y arrive pas... Mes boutons "partager sur les réseaux sociaux", "envoyer à un ami" et "imprimer" sont sous le descriptif de mon produit alors que je voudrais qu'ils soient sous l'image. J'ai réussi à déplacer les boutons sociaux sous le bouton "commander" mais pas "envoyer à un ami" ni "imprimer". Je les voudrais au moins au même endroit. A l'aide ! Prestashop 1.6.1 En local Voir fichier joint
- 1 reply
-
- social sharing
- boutons
-
(and 3 more)
Tagged with:
-
Hi, The social sharing buttons and the add to wishlist are not working on my ps 1.6 installation. I guess something is wrong with the theme i am using. Any ideas on how to fix? See: http://goo.gl/WxpCsw
- 4 replies
-
- prestashop 1.6
- product page
-
(and 2 more)
Tagged with:
-
Hola, Tengo un problemilla con el modulo de redes sociales en página del producto (socialsharing) de prestashop 1.6. Instale una plantilla y el aspecto de los botones es este: No consigo ver como se modifica, para ponerlo como esta en la plantilla de serie de prestashop 1.6. La versión de prestashop es la 1.6.0.9 y tengo todos los modulos y plantilla del theme actualizados. Alguien me puede iluminar?
- 5 replies
-
- redes sociales
- sharing
-
(and 3 more)
Tagged with:
-
Hola, estoy teniendo algunos problemas con el módulo llamado "Social Sharing" v1.2.7 Los botones no me funcionan, de hecho no aparece ninguna ventana. Primero pensé que se debía al tema que estoy usando, pero no, porque funciona perfectamente en mi localhost, pero mi localhost no tiene plugins actualizados, o sea, tiene la versión 1.6.0.9 tal cual la bajé. Luego pensé que era el plugin y cambié a la versión 1.2.6 (la de mi localhost) y seguía fallando. Por último activé firebug y me arrojó estos errores: ReferenceError: sharing_url is not defined ReferenceError: sharing_name is not defined Estuve comparando código de mi localhost y de mi sitio web, pero no encontré errores =/ Aquí pueden ver el error directamente: http://drcollector.com.mx/mx/figma/8-figma-link.html
- 2 replies
-
- social sharing
- prestashop
- (and 3 more)
-
Bonjour, le Social sharing v1.2.2 n'est pas disponible dans les traduction, est-ce normal? Je changerais bien le "share" de facebook Merci!
- 2 replies
-
- translation
- traduction
-
(and 3 more)
Tagged with:
-
Noticed this on a customers site: When you go to share one of their products (http://www.mountainmansmokedproducts.com/sauces-seasonings/19-hot-sauce.html) on Facebook the product title comes across wrong. Where is Facebook getting the title from?
-
Hallo liebe Prestashop Bastler, wir betreiben einen Prestashop und ich würde gerne selbst ein wenig "basteln" und einen Social Plugin Code von Sharethis.com, google+ oder facebook selbst in die Product.tpl schreiben. Leider habe ich bislang keinen Erfolg. Hat jemand zufällig eine Idee oder vielleicht den gleichen Wunsch. Ich weiß, es gibt Module, aber ich bastel gerne und vielleicht geht es ja auch ohne ein kostenpflichtiges Modul. Grüße Andi