BlueGreen91
Member
I've tried following the response made by Chris D here:
But our bsky embeds still show entirely blank when doing this. We are on XF 2.2. Can anyone please let us know what we're doing wrong?
URL: https://bsky.app/
Match URLs: #^https://bsky\.app/profile/(?P<id>./post/.)$#siU
Embed template: <!-- oEmbed - template unused -->
oEmbed URL scheme: https://bsky.app/profile/{$id}
'Use 'Match URLs' as PCRE regular expressions' is checked
Thank you so much!
XF 2.2 Thread 'Bluesky and Oembed?'
I'm trying to add oembed for Bluesky to my BB code media sites in XenForo using the info from https://docs.bsky.app/docs/advanced-guides/oembed
Bluesky wants the whole url passing through to it's oembed endpoint.
Is there a way to do this with the XF setup for oembed? I can't figure out how to tell it to apply this to urls like
Bluesky wants the whole url passing through to it's oembed endpoint.
Is there a way to do this with the XF setup for oembed? I can't figure out how to tell it to apply this to urls like
https://bsky.app/profile/*/post/*
but then have {$id}
set to that whole url?- kirsty
- bluesky oembed
- Replies: 9
- Forum: XenForo development discussions
But our bsky embeds still show entirely blank when doing this. We are on XF 2.2. Can anyone please let us know what we're doing wrong?
URL: https://bsky.app/
Match URLs: #^https://bsky\.app/profile/(?P<id>./post/.)$#siU
Embed template: <!-- oEmbed - template unused -->
oEmbed URL scheme: https://bsky.app/profile/{$id}
'Use 'Match URLs' as PCRE regular expressions' is checked
Thank you so much!