open graph plugin ignoring set image
Posted: 19 Jun 2015, 01:56
I downloaded your plugin today and I'm using it on Joomla 3.4.x
I'm not sure why its doing this but...
My homepage has an image rotator on it and I want to set the open graph image to the first image (cover of a book)
I set this image in open graph plugin but you ignore it and choose another image. The image you chose produces an error in facebook object debugger and resorts to one of the other images in the rotator.
If I enter the url manually on facebook (like I were going to share it on my timeline) facebook offers up 3 images from the rotator (just not the one I want).
You can view the site: themanpuzzle.com
The image I want is here: themanpuzzle.com/images/slideshow/cover-the-man-puzzle.png
The og:image property should read:
<meta property="og:image" content="http://www.themanpuzzle.com/images/slid ... puzzle.png" />
What you're generating is this:
<meta name="og:image" content="http://www.themanpuzzle.com/images/book ... -cover.jpg" />
How can I get your software to use the image I want?
thanks!
Pete
I'm not sure why its doing this but...
My homepage has an image rotator on it and I want to set the open graph image to the first image (cover of a book)
I set this image in open graph plugin but you ignore it and choose another image. The image you chose produces an error in facebook object debugger and resorts to one of the other images in the rotator.
If I enter the url manually on facebook (like I were going to share it on my timeline) facebook offers up 3 images from the rotator (just not the one I want).
You can view the site: themanpuzzle.com
The image I want is here: themanpuzzle.com/images/slideshow/cover-the-man-puzzle.png
The og:image property should read:
<meta property="og:image" content="http://www.themanpuzzle.com/images/slid ... puzzle.png" />
What you're generating is this:
<meta name="og:image" content="http://www.themanpuzzle.com/images/book ... -cover.jpg" />
How can I get your software to use the image I want?
thanks!
Pete