1
0
Atdalīts 0
Iet uz failu
Marcus Noble b6ecdc0b64 Added missing import 2022-01-20 11:39:37 +00:00
.dockerignore Initial release 2021-05-11 05:23:11 +01:00
Dockerfile Initial release 2021-05-11 05:23:11 +01:00
Makefile Fix relase task 2021-05-11 06:05:13 +01:00
README.md Initial release 2021-05-11 05:23:11 +01:00
go.mod Initial release 2021-05-11 05:23:11 +01:00
go.sum Initial release 2021-05-11 05:23:11 +01:00
index.html Use large image in twitter preview 2021-05-11 05:59:14 +01:00
logo.png Initial release 2021-05-11 05:23:11 +01:00
main.go Added missing import 2022-01-20 11:39:37 +00:00
svg.tmpl Fixed image overlap 2021-09-05 20:39:08 +01:00

README.md

OpenGraph-Image-Gen

Dynamically generate OpenGraph social share images

Available at https://opengraph.cluster.fun/

Example

<img src="https://opengraph.cluster.fun/opengraph/?siteTitle=Marcus%20Noble&title=OpenGraph-Image-Gen&tags=opengraph%2Cgolang%2Ctwitter%2Cshare%2Csocial&image=https%3A%2F%2Fmarcusnoble.co.uk%2Fimages%2Fmarcus.jpg&twitter=Marcus_Noble_&github=AverageMarcus&website=www.MarcusNoble.co.uk&bgColor=%23ffffff&fgColor=%23263943" />

Preview Image

Features

  • Dynamically generate a PNG image for use as an OpenGraph share image
  • Ideally sized for Twitter previews
  • All text elements configurable
  • Configurable colours
  • All text fields optional

Building from source

With Docker:

make docker-build

Standalone:

make build

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE