I'm putting a javascript on a website, I also need to add an open graph tag above the tag of the page. Is there a way to add the code there using document.write or any other javascript method rather than asking the user to add it by himself which is not easy for a person without html knowledge.
Thanks.