right
actually this image is not displayed (unless Javascript is inactive) so not a big deal
Offline
Bonjour,
Thank you all for piwigo and all the stuff coming with.
I'm working on a site, [url]http://www.jilophotos.fr/[/url ] on which I added this plugin. Everything is displayed as I want but no 'like' or '+1' is recorded.
Clicking on the fb like opens the pop-up window to connect, but once validated, no like is added.
Thanks for any light ...
Fred.
It works for me...
Offline
Thanks for your reply.
It works for you : do you mean that you successfully clicked the like button on the site ? If so, I still have 0 like ...
Any clue ?
Fred
I didn't see your URL (it's late)
I mean on my website it works
on your site it doesn't work on album page (try with another theme) but it works on the photo
ps: don't try to see the counters, I remove the likes after the test :)
Offline
I don't know if this is a bug but when I use the twitter button on my picture pages and it post to my twitter and you click on the link to picture on your twitter account it returns a bad request and a missing picture identifier.
Offline
mistic100 wrote:
on your site it doesn't work on album page (try with another theme) but it works on the photo
Bonjour mistic100
I'm sorry but it doesn't work either on albums and photos. This site http://www.jilophotos.fr is displayed with the theme "Stripped & Columns", which I modified, but your plugin doesn't work with the default "elegant" theme.
I tried to desactivate every plugins but the social buttons, with the same result ...
Of course, piwigo, plugins and server are up to date.
I will integrate the buttons directly in a functions file.
Have a good day :-)
Fred
cyberthrills wrote:
I don't know if this is a bug but when I use the twitter button on my picture pages and it post to my twitter and you click on the link to picture on your twitter account it returns a bad request and a missing picture identifier.
It's a bug because the url is not encoded ...
Offline
cyberthrills wrote:
I don't know if this is a bug but when I use the twitter button on my picture pages and it post to my twitter and you click on the link to picture on your twitter account it returns a bad request and a missing picture identifier.
Same issue.
To Pintrest: Link to the image is not working. The image itself is showing.
Last edited by EdwinKort (2013-03-19 21:17:58)
Offline
could you both provide links ?
I never had these issues
Offline
mistic100 wrote:
could you both provide links ?
I never had these issues
You are probably using question_mark_in_url = false ?
https://twitter.com/share?url={$SOCIALBUTT.share_url}
should be
https://twitter.com/share?url={$SOCIALBUTT.share_url|@urlencode}
because if url contains ? or & it might not be interpreted correctly ...
Offline
mistic100 wrote:
could you both provide links ?
I never had these issues
When trying to tweet an image, this is the resulting tweet-message:
20130306-001 | voorugezien.nl http://www.voorugezien.nl/picture.php via @edwinkort
When posting to Pintrest:
20130306-001 (from a href=http://www.voorugezien.nl/picture.php?/44806/category/668voorugezien.nl/a)
the '<' and '>' seem to be missing in the text.
Last edited by EdwinKort (2013-03-21 14:06:34)
Offline
Hi,
One more friendly suggestion. I think it may be useful to add the open graph meta tags for Facebook and Google buttons so they can identify the key points of the page for the photo pages. I've used them before on other websites with the Facebook like/share and Google +1 but have not tested in depth.
https://developers.facebook.com/docs/op … g-objects/
Regards,
-Justin
Offline
I have suggestion if it`s possible.
I can see in menu most watched pictures, it would be nice also to see most shared pictures.
Offline
Hi mistic,
Can you please include the open graph tags? It is important for all social sharing though, not just for the buttins in this plugin. Maybe it will be better in a separate plugin, or integrated into the next Piwigo update?
http://ogp.me/
Offline