-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do you use bluesky.min.html? #5
Comments
This is a work in progress and I haven't decided on a format yet. At the moment, it takes an AT Protocol URI but this will certainly change in the future to accommodate custom servers. I will almost definitely remove the iframe from the You can experiment with the current iframe if you're curious, with the caveat that it shouldn't be relied upon as it will certainly stop working at some point in the foreseeable future. <iframe data-s9e-mediaembed="bluesky" allowfullscreen="" loading="lazy" onload="let c=new MessageChannel;c.port1.onmessage=e=>this.style.height=e.data+'px';this.contentWindow.postMessage('s9e:init','*',[c.port2])" scrolling="no" style="border:0;height:600px;max-width:600px;width:100%" src="https://s9e.github.io/iframe/2/bluesky.min.html#at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3kkrqzuydho2v"></iframe> |
Following up on this, I've just uploaded a new experimental iframe for Bluesky in the <iframe data-s9e-mediaembed="bluesky" allowfullscreen="" loading="lazy" onload="let b=new MessageChannel;b.port1.onmessage=a=>{a=a.data;'resize'===a.method&&(a=+a.height)&&(this.style.height=a+'px')};this.contentWindow.postMessage('s9e:init:3','*',[b.port2])" scrolling="no" style="border:0;height:600px;max-width:600px;width:100%" src="https://s9e.github.io/iframe/3/bluesky.min.html#at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3kkrqzuydho2v#embed.bsky.app"></iframe> |
what to append after bluesky.min.html# ?
how do I view a post with this?
The text was updated successfully, but these errors were encountered: