When you paste a link into dlvr.it, we automatically scan the page and suggest images and text to go along with your post. It's designed to save you time — but if something looks off, this guide will help you understand what's happening and how to fix it.
How dlvr.it picks images from your link
dlvr.it scans the page as soon as you paste a URL and looks for the best available images. Here's what happens behind the scenes:
We check for Open Graph tags (like
og:image) in the page's HTML firstOnly the first 15 images that pass our quality check are considered
To qualify, an image must include a
widthorheightattribute and be at least 200×200px
Tip: Make sure your images are tagged correctly in HTML. A well-formatted image looks like this: <img src="link-to-your-image" width="600"/>
How dlvr.itchooses which image comes first
Not all images are treated equally. dlvr.it works through this priority order:
Open Graph & Twitter Card tags —
og:image,og:image:secure_url, andtwitter:imageare checked first. These tags exist specifically to control how your content appears when shared.Images inside article content — If no OG tags exist, we look inside
<article>tags or elements marked as the main body of the page.Everything else — If neither of the above is available, we scan the rest of the page for usable images.
We recommend following the Open Graph Protocol when setting up your site — it gives you direct control over how your content appears across ACME and other platforms.
How to check what your link actually shows
Not sure what's being pulled from your page? Run your URL through the Facebook Sharing Debugger. It's free, takes seconds, and shows you:
Which metadata is available on your page
Which image is being selected
How to force a refresh if you've recently made changes
Note: These tips apply to pages you own and control. If you're sharing a link to someone else's site, the images shown are determined by how that site is set up — there's no way to change them from your end.
Common issues and how to fix them
No preview image is appearing Your site may be blocking dlvr.it's scanner via firewall settings or robots.txt. To fix this, add an explicit exception to allow dlvr.it's bot through.
SSL certificate error If you see a FetchError: unable to verify the first certificate message, your site's SSL certificate chain is incomplete. Ask your website admin to update the SSL certificate to resolve this.
Preview is showing an outdated image Your link may be cached. Use the Facebook Sharing Debugger to force a refresh and pull the latest version.
Quick wins for better previews
A few simple changes to your site can make a big difference:
Add
og:title,og:description, andog:imagetags to every page
Place your
og:imagetag near the top of your<head>section
Use images that are at least 200×200px with width or height declared in the HTML
Make sure dlvr.it bot isn't blocked by your firewall or
robots.txtTest your links regularly using the Facebook Sharing Debugger
Still not working? Reach out to our support team — we're happy to help troubleshoot.