Add Open Graph support #192
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#192
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment, sharing a link to an extension on social media or chat does not include any information through open graph.
Example of a link to an add-on shared on Telegram:
Add Open Graph support, with at least the following tags:
Global tags:
og:site_name
Extension details page:
og:title
: Page titleog:image
: Extension's featured imageog:image:alt
: Extension's taglineog:description
Extension's taglineog:url
Absolute URL (extension.get_absolute_url
)Apparently, X nowadays will fallback to OpenGraph so no need to add explicit
twitter
tags. We can see how it looks without them, otherwise we add it.seems like this change should also resolve #170?
Yes, once the current issues are fixed.
The above list of Open Graph tags have been implemented for detail pages, while keeping the fallback defaults for static pages. Example sharing previews:
I also think it fixes #170 as well.
Alternatively we can create a
og:image
placeholder for detail items and static pages that don't have a feature image, e.g. by making a pixel version of the dark placeholder image we currently use, or by creating a generic 'Blender Extensions' cover image that also works for static pages.@martonlente Thanks!
The cover image would be best, since it can be used as fallback for every page.
Similar to how we do it in Open Data:
This seems to be working now. Should the issue be closed? (just keeping the tracker organized)
Yes, I think the Open Graph support has been completed as outlined in the issue, and it should be safe to close it.