nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Add og:image:alt meta property to views and models #113

Closed gibmax closed 1 year ago

gibmax commented 4 years ago

Hello, I need help adding og:image:alt, og:image:width, og:image:height properties to views and models. I tried adding "og:image:alt" to _metadata for the model and it is not working. Thanks!

yakky commented 4 years ago

@gibmax thanks for your input

Managed support for all the image properties will be added via #114

In the meantime, you can add support for extra image attributes via custom tags support https://django-meta.readthedocs.io/en/latest/extra_tags.html

protoroto commented 1 year ago

@yakky @gibmax I'll close this as support for these features was added