Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.03 KB

og-image-generator

You can generate dynamic Open Graph Images that you can embed in your <meta> tags for blog posts.

Open Graph Image

Open Graph is an internet protocol that was originally created by Facebook to standardize the use of metadata within a webpage to represent the content of a page.

Within it, you can provide details as simple as the title of a page or as specific as the duration of a video. These pieces all fit together to form a representation of each individual page of the internet. For more detail you can view this link.

To use open graph image protocol, you can put <meta> tag in the <head> of your webpage.

It looks

<head>
  <meta property="og:image" content="http://examplewebsite.com/image.png" />
</head>

Example

og-image

TODO

  • Custom CSS Properties
  • PWA Support
  • New Social Accounts
  • and more...