This is for the home page, correct?
It appears to find a featured image:
get_featured_og() : wp_get_attachment_image_src(43471, "thumbnail") = http://www.endtime.com/wp-content/uploads/irvin2-150x150.jpg
Since your content appears to have a lot of leading CSS / JavaScript, you may want to check the “Content Begins at First Paragraph” option.
js.
Thread Starter
cfwd
(@cfwd)
Yes, it is a homepage. It is not showing the featured image in the post to fb…it shows another image I don’t want.
I did check “Content begins at first paragraph” but nothing changed.
The og description keeps pulling this code instead of a meta description or something more useful:
#pb_slideshow_slider-1.nivoSlider { height: 425px; margin-bottom: 10px;}.nivoSlider { margin-right: auto; margin-left: auto; }.nivo-directionNav a { background:url(‘http://www.endtime.com/wp-content/plugins/slideshow/layouts/slider/default/arrows.png’)…
This is the featured image you have defined, and this is the one NGFB is using: http://www.endtime.com/wp-content/uploads/irvin2-150×150.jpg
I see your home page is identifying as “is_singular() = true”. Let me check into that…
js.
Thread Starter
cfwd
(@cfwd)
Yeah, that’s the image I want but when it posts to fb it picks another one.
Could be that your image is too small.
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.endtime.com
For the description, download and the latest DEV version from http://downloads.wordpress.org/plugin/nextgen-facebook.zip.
I’ve added code to strip out stylesheets, so that should fix the description.
Thanks,
js.
Thread Starter
cfwd
(@cfwd)
right as I was about to try it the site developer pulled the plugin because of a login to wp-admin conflict. Good news though is that once I increased the size of the photo it started working. Also, the description showed up as it was supposed to…. don’t’ know why. Well, thanks for trying 😉