We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a minor enhancement, but it makes sharing the dev center on social look more polished. Three small things:
Replace:
<meta property="og:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_fb.png"> With:
<meta property="og:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_fb.png">
And replace: <meta name="twitter:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_tw.png">
<meta name="twitter:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_tw.png">
with
NOTE: These two images are slightly different aspect ratios -- specific to the platform.
And finally, change: <meta name="twitter:card" content="summary"> to: <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary_large_image">
^ this last one will make tweets about the dev center appear like this:
instead of this:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's a minor enhancement, but it makes sharing the dev center on social look more polished. Three small things:
Replace:
<meta property="og:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_fb.png">
With:
And replace:
<meta name="twitter:image" content="https://algorithmia.com/developers/images/logos/AlgorithmiaLogo_tw.png">
with
NOTE: These two images are slightly different aspect ratios -- specific to the platform.
And finally, change:
<meta name="twitter:card" content="summary">
to:
<meta name="twitter:card" content="summary_large_image">
^ this last one will make tweets about the dev center appear like this:
instead of this:
The text was updated successfully, but these errors were encountered: