add ref_src (#3532)

This commit is contained in:
Samuel Newman 2024-04-13 12:44:37 +01:00 committed by GitHub
parent 9fb20915e8
commit 4c95ec2ec4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 4 deletions

View file

@ -242,7 +242,7 @@ function Snippet({thread}: {thread: AppBskyFeedDefs.ThreadViewPost}) {
}
function toShareUrl(path: string) {
return `https://bsky.app${path}`
return `https://bsky.app${path}?ref_src=embed`
}
/**