I'm setting my open graph tags dynamically.
Example:
<meta property="og:image" content="http://eminegri.altervista.org/canvas/<?php echo $_GET["img"];?>"/>
It works: Facebook debugger catches the image and when I share the link, the image appears successfully!
But I've one problem: in the share window, the image doesn't appear. It appears only if I open the share window 3/4 times.
Does anyone know how can I fix it?