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
#192 added metadata, but there are some issues with it that mean shares aren’t quite right.
You can debug the open graph metadata using the facebook linter. For example: https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fiatistandard.org%2Fen%2Fnews%2Fsubmit-bids-for-iati-data-use-fund%2F
There are a couple of warnings shown. The protocol is missing from og:url, and the base URL is missing from the og:image.
og:url
og:image
The text was updated successfully, but these errors were encountered:
Similarly, the twitter card validator shows that the twitter:image needs to be an absolute URL.
twitter:image
Sorry, something went wrong.
Fixed in #367.
#367 has now been deployed (which is great) but it didn’t quite fix the problem.
Looks good on twitter:
…but the image used in this facebook example still doesn’t show, because it’s too small. Perhaps social_share_image_url should be a bit bigger?
social_share_image_url
Provided og:image URL, https://iatistandard.org/media/images/duf1.width-320.jpegquality-60.png was not valid because it did not meet the minimum size constraint of 200px by 200px.
No branches or pull requests
#192 added metadata, but there are some issues with it that mean shares aren’t quite right.
You can debug the open graph metadata using the facebook linter. For example:
https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fiatistandard.org%2Fen%2Fnews%2Fsubmit-bids-for-iati-data-use-fund%2F
There are a couple of warnings shown. The protocol is missing from
og:url
, and the base URL is missing from theog:image
.The text was updated successfully, but these errors were encountered: