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

Include image dimensions for Open Graph protocol #24

Open
hvelarde opened this issue Feb 17, 2016 · 0 comments
Open

Include image dimensions for Open Graph protocol #24

hvelarde opened this issue Feb 17, 2016 · 0 comments

Comments

@hvelarde
Copy link
Member

Best practice is to do something like this:

<meta property="og:image" content="http://example.com/rock.jpg" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />

See: http://ogp.me/#structured

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant