Dynamic Facebook Open Graph tags possible?
问题 I'm dynamically changing my <meta property="og:image" content="#"> and <meta property="og:title" content="#"> tags using jQuery (below). When I view the code via 'inspect' in Chrome, the tags have successfully been changed. HTML: <meta property="og:title" content="#"> <meta property="og:image" content="#"> jQuery: $("meta[property='og:title']").attr("content", data.name); $("meta[property='og:image']").attr("content", data.thumbnail.url); But the Facebook debugger tool is still showing