sphinxext-opengraph icon indicating copy to clipboard operation
sphinxext-opengraph copied to clipboard

Sphinx extension to generate unique OpenGraph metadata

Results 23 sphinxext-opengraph issues
Sort by recently updated
recently updated
newest added

So, in my site my pages have consistent metadata with fields like `title`. I'd love to have these automatically also populate the `og:title` field. Any suggestions on how this could...

enhancement

Closes #53. Adds full support for image, video, and audio og tags: - [x] Relative path support for images - [ ] Relative path support for video and audio -...

The `ogp_site_url` field is the only one strictly required by this extension, but I find that folks often forget to set it nonetheless. On many CI/CD systems, there are often...

Not sure if this is possible, but if it is, then adding support for and changing the `og:locale` based on the translated version of the documentation would be nice if...

enhancement

Fix support for automatically getting the `ogp_site_url` in RTD environments and in all environments by using the canonical URL that RTD configures in Sphinx (`html_baseurl`) Closes #55.

Full support for image, video and audio tags, with: - Alt text - Automatic MIME type detection - Width/Height settings - Relative file paths when using field lists to set...

enhancement

~~Getting `og:url` automatically in RTD using `html_baseurl` doesn't work.~~ We probably want to use `html_baseurl` when `ogp_sire_url` isn't set regardless of if we are in an RTD environment. It might...

enhancement

Hi, Currently, the package on pypi does not have a LICENSE nor tests. As I'm creating a port for FreeBSD, those would be very valuable. I've taken the liberty to...

relative markdown links work on GitHub but not on PyPI