-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use absolute paths for og:image #43
Labels
bug
Something isn't working
Comments
Yes, I think so. sphinxext-opengraph should be able to resolve all paths to absolute paths. |
Came here to report this same issue, I observed it while trying to adopt the extension on the Read the Docs blog: readthedocs/blog#118
|
astrojuanlu
added a commit
to readthedocs/blog
that referenced
this issue
Jul 22, 2021
Robpol86
added a commit
to Robpol86/sphinxext-opengraph
that referenced
this issue
Nov 15, 2021
Always using absolute/full URLs for og:image as long as `config["ogp_site_url"]` is set. Fixes wpilibsuite#43
Robpol86
added a commit
to Robpol86/sphinxext-opengraph
that referenced
this issue
Nov 15, 2021
Always using absolute/full URLs for og:image as long as `config["ogp_site_url"]` is set. Fixes wpilibsuite#43
Daltz333
pushed a commit
to Robpol86/sphinxext-opengraph
that referenced
this issue
Nov 20, 2021
Always using absolute/full URLs for og:image as long as `config["ogp_site_url"]` is set. Fixes wpilibsuite#43
Daltz333
pushed a commit
that referenced
this issue
Nov 20, 2021
Always using absolute/full URLs for og:image as long as `config["ogp_site_url"]` is set. Fixes #43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Not sure if this is the best place to ask this)
I wanted the first image to use the image in our example gallery that is powered by sphinx-gallery.
This is on RTD.
This extension works very well on the gallery pages but the issue is that due to the relative paths that the gallery produces, open graph can't resolve the image path in previews.
E.g.,
I asked the people at Sphinx-Gallery if it was possible to work around this got this response:
sphinx-gallery/sphinx-gallery#707 (comment)
Is it possible to work around this via configuration in sphinxext-opengraph?
The text was updated successfully, but these errors were encountered: