Sharing images on Facebook - Description
LihiL
Joined: 2013-11-16
Posts: 13 |
Posted: Sat, 2013-11-16 17:47 | |||
Hi guys. Whenever I press the Like/Share on Facebook button, on a single image page, the image link is being posted to Facebook with a attached ")" to the description. For example, if my image name is "Image" and the description is "Desc", the results on Facebook will be: Image, Desc) . If I don't write a description, all I get on Facebook is the name of the image and then ")". I'm attaching an example below. How can I get rid of the ")"? Thanks!
|
||||
Posts: 27300
Hard to tell what module you are using.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 13
Oh, sorry.
I'm using Facebook Like > http://codex.galleryproject.org/Gallery3:Modules:facebook_like
Posts: 27300
Ok, now what position is it?? sidebar or page top or n something different?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 13
It's on the sidebar.
Posts: 27300
find
<meta property=\"og:description\" content=\"$_description)\"/>
and remove the )
it is in facebook_like/helpers/facebook_like.theme.php
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team