So, I’m a complete newbie when it comes to all this. I set up a Youtube to Bluesky connection that can post whenever a new video goes live, but I can’t figure out how to get it to post a video thumbnail. The code I currently have is:
{
"collection":"app.bsky.feed.post",
"repo":"*****.bsky.social",
"record":{
"$type":"app.bsky.feed.post",
"text":"New Video!",
"facets":[
{
"index":{
"byteStart":0,
"byteEnd":11
},
"features":[
{
"$type":"app.bsky.richtext.facet#link",
"uri":"https://youtu.be/ 1. Video ID"
}
]
}
],
"createdAt":"2025-03-14T12:00:00.000Z"
}
}
Could someone smarter than me help me out?