I try to add open graph object in my php site but having issue because i use jQuery append function to dynamically update all pages title & description but facebook opengraph object debugger not read this
$('head').append('<meta property="og:title" content="'+MetaData[0]['coup_meta_title']+'" />');
above is my code example