Page 2 of 3

Re: Bluesky embed

Posted: June 17 25, 7:00 pm
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.

Re: Bluesky embed

Posted: June 17 25, 7:46 pm
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

Re: Bluesky embed

Posted: June 23 25, 10:09 pm
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.

Re: Bluesky embed

Posted: July 31 25, 7:23 pm
by TheoSqua
https://bsky.app/profile/bleachernation.bsky.social/post/3lv7roqfb662r

Re: Bluesky embed

Posted: July 31 25, 7:44 pm
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.

Re: Bluesky embed

Posted: August 1 25, 2:55 am
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.

Re: Bluesky embed

Posted: August 1 25, 6:22 am
by GeddyWrox
Man, what a pita. Thanks for all the hard work!!

Re: Bluesky embed

Posted: August 1 25, 7:43 am
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.

Re: Bluesky embed

Posted: August 1 25, 8:17 am
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.

Re: Bluesky embed

Posted: September 17 25, 1:29 pm
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.