Open-graph meta data tags introdution

Open-graph elements are meta tags that contain extra meta data of a webpage open-graph is used by Facebook to create website cards for urls shared on it's platform  cards contain website image thumbnail and as well as title, description, type and url open-graph meta tags have a property attribute containing a property prefixed by "og:"

For example;

<meta property="og:image"  content="image-url">

Comments

Popular posts from this blog

JavaScript introduction to variables

How to resume a suspended web audio api context

how to dump a postgresql database using from the terminal

How to get user's ip address in JavaScript

How to set content disposition headers for express nodejs apps