(Go: >> BACK << -|- >> HOME <<)

Skip to content
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

og:image meta tag doesn't carry the scheme #15

Open
usamah82 opened this issue Jul 29, 2017 · 0 comments
Open

og:image meta tag doesn't carry the scheme #15

usamah82 opened this issue Jul 29, 2017 · 0 comments
Labels

Comments

@usamah82
Copy link
Contributor

Most probably a quick fix, but I didn't have time to create a PR.

Basically at:

meta_tags[:image] = CONFIG[:host] + @article.image_url if @article.image_url.present?

meta_tags[:image] = CONFIG[:host] + @article.image_url if @article.image_url.present?

causes the og:image meta tag to not carry the scheme (http vs https), making FB scraper complain of mixed scheme / content issue.

@thej thej added the bug label Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants