Bluesky embed

Need support or have a suggestion on how to improve the site? Post it here.
User avatar
CardsofSTL
All Hail the GDT Master
Posts: 66770
Joined: April 26 11, 6:06 am
Location: Columbus, OH

Re: Bluesky embed

Post by CardsofSTL »

ghostrunner wrote:
June 17 25, 6:22 pm
@TheoSqua i think you mentioned on the old domain you might be able to do this after the update. Did you get a chance to try it?
Theo is traveling right now but this is on the agenda to get done.

User avatar
ghostrunner
GOAT
Posts: 30629
Joined: April 18 06, 9:40 pm

Re: Bluesky embed

Post by ghostrunner »

CardsofSTL wrote:
June 17 25, 7:00 pm
ghostrunner wrote:
June 17 25, 6:22 pm
@TheoSqua i think you mentioned on the old domain you might be able to do this after the update. Did you get a chance to try it?
Theo is traveling right now but this is on the agenda to get done.
Nice

User avatar
TheoSqua
Next Gen Wart
Posts: 8947
Joined: April 22 06, 6:53 pm
Location: St. Louis
Contact:

Re: Bluesky embed

Post by TheoSqua »

Not yet, dealing with some personal stuff that has wrecked my plans. Hopefully I can look into this in the next week or two. I'm really hoping that July is an easy month.

User avatar
TheoSqua
Next Gen Wart
Posts: 8947
Joined: April 22 06, 6:53 pm
Location: St. Louis
Contact:

Re: Bluesky embed

Post by TheoSqua »

https://bsky.app/profile/bleachernation.bsky.social/post/3lv7roqfb662r

User avatar
TheoSqua
Next Gen Wart
Posts: 8947
Joined: April 22 06, 6:53 pm
Location: St. Louis
Contact:

Re: Bluesky embed

Post by TheoSqua »

It's gonna take mroe work to get this working. The extension it needs to pass in the YAML required phpbb 3.3.2 and we are currently on 3.3.0.

I tried reverse engineering it (see above post) but there is something in the XML parser that i'm missing to get the phpbb emulator to render the JSON from the bluesky app. If I could find another site using the plugin I could probably steal their code, but I haven't figured it out yet.

I tried downloading the source plugin used here https://github.com/s9e/phpbb-ext-mediae ... me-ov-file and the whole forum crashed.

So this will be a bit more work to accomplish than I had hoped.

User avatar
TheoSqua
Next Gen Wart
Posts: 8947
Joined: April 22 06, 6:53 pm
Location: St. Louis
Contact:

Re: Bluesky embed

Post by TheoSqua »

ok so i upgraded the forum to 3.3.15 to get this working and apparently 3.3.15 broke bluesky specifically: https://www.phpbb.com/customise/db/exte ... pic/250843

And downgrading the forum is extremely difficult. So i think we'll need to wait for a 3.3.15 fix before we can install this. Or i'll need to find another way to generate the phpbb.

The problem is that bluesky doesn't support iframed/scripted embeds, they have a tool that passes in a JSON object and the host site has to render. I don't have an easy way to do that on phpbb - so we need to use a rendering solution like what you linked to and that has a bunch of dependencies that I don't control.

User avatar
GeddyWrox
Caught you a delicious bass
Posts: 14512
Joined: April 20 06, 8:43 pm
Location: Please use blue font for the sarcasm impaired.

Re: Bluesky embed

Post by GeddyWrox »

Man, what a pita. Thanks for all the hard work!!

User avatar
thrill
bronoun enthusiast
Posts: 30535
Joined: April 14 06, 10:45 pm
Location: barely online

Re: Bluesky embed

Post by thrill »

TheoSqua wrote:
August 1 25, 2:55 am

The problem is that bluesky doesn't support iframed/scripted embeds, they have a tool that passes in a JSON object and the host site has to render. I don't have an easy way to do that on phpbb - so we need to use a rendering solution like what you linked to and that has a bunch of dependencies that I don't control.
Oh for sure man, I totally get this. Yep. Checks out.

User avatar
ghostrunner
GOAT
Posts: 30629
Joined: April 18 06, 9:40 pm

Re: Bluesky embed

Post by ghostrunner »

TheoSqua wrote:
August 1 25, 2:55 am
ok so i upgraded the forum to 3.3.15 to get this working and apparently 3.3.15 broke bluesky specifically: https://www.phpbb.com/customise/db/exte ... pic/250843

And downgrading the forum is extremely difficult. So i think we'll need to wait for a 3.3.15 fix before we can install this. Or i'll need to find another way to generate the phpbb.

The problem is that bluesky doesn't support iframed/scripted embeds, they have a tool that passes in a JSON object and the host site has to render. I don't have an easy way to do that on phpbb - so we need to use a rendering solution like what you linked to and that has a bunch of dependencies that I don't control.
Thanks for trying Theo. Appreciate it. I'll check on it once in a while to see if there's an update.

User avatar
ghostrunner
GOAT
Posts: 30629
Joined: April 18 06, 9:40 pm

Re: Bluesky embed

Post by ghostrunner »

@TheoSqua I saw some chatter on this thread which came after your latest attempt. Wondered if it would help.

https://www.phpbb.com/customise/db/exte ... 1?start=30

The person most recently chiming in is on 3.3.15 and it seems like they got it working.

Post Reply