Most Open Graph plugins add the tags even before the post is published, so I don’t think this would be a problem. You can check by enabling SEO Ultimate’s Open Graph module, and then creating a new post. Save as a draft, and hit the Preview button. Once you’re there, right-click on the page and view source. You’ll notice the Open Graph Meta Tags right there at the top, although the post hasn’t been published yet.
If I post and publicize at time of publish it does not pull the og information but if I repost 5-10 seconds later it does.
That may indeed happen sometimes. Jetpack’s Publicize module, much like other plugins you may use on your site, is triggered when a post’s status switches from draft
, pending
, or scheduled
, to published
. Depending on your site and the plugins you use, a lot of actions may happen at that exact moment. Sometimes, there are so many things happening at the same time that your site slows down a bit. You may see it yourself and have to wait a long time after clicking the Publish button.
In Jetpack, we try to help a bit by waiting until the very end of the publication process (shutdown
#) to trigger Publicize. Unfortunately, it looks like it may not be enough on your site. Your site is still a bit too slow when Facebook’s crawler accesses your site after receiving Publicize’s signal. Facebook eventually gives up before it can retrieve Open Graph Meta Tags.
We’ve considered delaying Publicize a bit more to avoid such issues, but we haven’t made any decision yet. When we do, we’ll make sure to post about on the Jetpack blog.
In the meantime, I’d recommend reviewing your plugins and making sure you deactivate any plugin you don’t need, and that may be hooked to the publication process.
You can also add a caching plugin as it may help improving your pages’ first loading time.
If Facebook seems to be able to grab text (the title and description of your posts) but not the images, you could check if your hosting provider offers the option to serve your images from a cookie-less, static instance. That would speed things for your images, maybe just enough for Facebook to be able to pick the image.
I hope this helps.