Skip to content

OkanBilal/og-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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...

About

๐ŸŒ A tool that generates Open Graph images that you can embed in your meta tags for the blog posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published