I just build up a image portfolio with a single HTML page where all the pictures are dynamically loaded. Everything works great so far, except for the facebook META OG:IMAGE
$('li.open-pic').click(function(){ $('meta[name=og\\:image]').attr('content', newImageUrl); });