-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow iframe embedding of snippets #171
Comments
/bounty $40 |
|
@seveibar if I understand correctly, this should be a separate page for previews only. like there is a If so, can I provide a dropdown here, instead of copy url, with two separate buttons for share preview and share code/editor? |
@RohittCodes from the "view snippets" page, users can get the iframe url. I'd prefer not to change that button on the editor page for now, I have some other plans for it |
💡 @mrudulpatil18 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @mrudulpatil18 has been awarded $40! 🎈🎊 |
Will require serving PreviewContent from a URL
the route could be something like
/preview?snippet_id=...
No other page context except PreviewContent, automatically scaled to iframe size
The text was updated successfully, but these errors were encountered: