Open GoogleCodeExporter opened 9 years ago
Update: I think I've officially lost hope. Right now, with the popularity of
Facebook, it is really important to have like buttons that will take people to
specific images in a gallery. My coding skills are pretty bad - I thought I had
figured out how to integrate like buttons with Galleriffic, but I have failed
miserably... it is not working... Facebook won't pick up the url with the hash
mark and I can't switch out the og:image and og:title tags in the head per
image.
Is there anyone out there with the same need/problem/interest? I can't be alone
in this!
Thanks.
like button code example:
<iframe
src="http://www.facebook.com/plugins/like.php?href=INSERTURLHERE&layout=standard
&show_faces=true&width=450&action=like&font&colorscheme=light&height=80"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:450px; height:80px;" allowTransparency="true"></iframe>
Original comment by club...@gmail.com
on 15 Apr 2011 at 8:58
[deleted comment]
Hi there
kind of a late reply. Just had the same issue. For me it was a very simple fix.
I had an ">" missing at the end of the a-tag like this: <li><a class="thumb"
href="path/to/image.jpg" </a></li>
For sure it must be like this: <li><a class="thumb"
href="path/to/image.jpg"></a></li>
Original comment by mailpete...@googlemail.com
on 12 Oct 2014 at 1:52
Original issue reported on code.google.com by
club...@gmail.com
on 15 Apr 2011 at 12:01