-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
open_graph / og:image not created #2454
Comments
I believe this has already fixed in #2348 , but not in the npm repo. |
hi noah, have you read the issue description? |
@kirkcameron Sorry, I missed that part. Fortunately, #2451 raises the similar issue and we are currently investigating, hope it could fix both. If you feel we close your issue incorrectly, please reopen it without hesitate. As I saw you create a new issue with more details, I suggest keep this one remain close and move discuss to the new one #2503 . |
great, thank you!
… Am 09.04.2017 um 15:08 schrieb Abner Chou ***@***.***>:
@kirkcameron Sorry, I missed that part. Fortunately, #2451 raises the similar issue and we are currently investigating, hope it could fix both.
If you feel we close your issue incorrectly, please reopen it without hesitate. As I saw you create a new issue with more details, I suggest keep this one remain close and move discuss to the new one #2503 .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
version: hexo 3.3.2
when using
hexo server
og:image meta tags are rendered properly
when using
hexo generate
og:image meta tags are not rendered at all
❗️ if og:image does not exist, facebook does not show article-photos anymore, which is really bad ❗️
more ideas about og:image:
it would be good to add
og:image:secure_url
to open_graph.js as it is wanted from facebook if the website is running with https:
❗️ as far as i can see, og:image is missing in the open_graph test case. ❗️
from my point of view open_graph (for images) should work in this order:
at the end it is important, that at least some picture is connected to the post/page via og:image ... could be even a hexo-logo as a final fallback.
The text was updated successfully, but these errors were encountered: