I have empty og tag at first
<meta property="og:title" />
and after some function , I fill that og tag with specific text.
($("#popup_result").append(mode(answers_result)), $("meta[property='og\\:title']").attr("content", "I have: " + $(".trivia_final_result").text()))
}
Problem is that , after sharing it on facebook, new og tag content does not appear, but when I open inspect element it shows changed tag, in source code it is still empty.