Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
How do I share a gallery on Facebook and have a photo come up on the post itself? I marked the Embed Open Graph Protocal for Facebook button. All that apparently shows on my facebook post (which I didn't post yet because it would not be good without a photo) is the title of the gallery.
I put the share buttons on the page (which I can't get off now!) and the linkedin button works with an image preview, but not on Facebook....
I see this in the facebook debugger -- The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags. That must be where I assign a photo, and this is how it reads on the page code --
<meta property="og:url" content="<?php echo currentPageLocation(); ?>/" />
so I wonder how that line of code should read, to show a thumbnail on facebook?
Thank you
Last edited by slimblock (2015-12-11 02:43:13)
Offline
Never mind, it suddenly appeared on the debugger page, and now on facebook.
Last edited by slimblock (2015-12-11 02:53:28)
Offline
Pages: 1