mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Feature Request: Embedding Boards and Cards Similar to Trello #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akinin on GitHub (May 7, 2024).
Dear Planka Development Team,
I hope this message finds you well. I am reaching out to propose the addition of a new feature to Planka that would allow for the embedding of boards and cards on external platforms, similar to the functionality available in Trello.
As it stands, Planka does not offer the capability to embed boards and cards on external websites or platforms. This functionality, available in Trello, proves extremely useful for integrating project management tools with other services and tools.
Proposal:
I suggest developing and implementing a feature that allows users to generate embeddable URLs for Planka boards and cards. This could be facilitated by adding an "Embed" option in the card or board menu, which would generate URLs for embedding. Example formats for these URLs could be:
For boards: https://planka.example.com/embed/board?id=${objectId}
For cards: https://planka.example.com/embed/card?id=${objectId}
Best regards,

Anton Akinin
@meltyshev commented on GitHub (May 7, 2024):
Hi! Thanks for this idea, it sounds very useful. We have some questions about how this should work. Should this be done through the ability to share a card, meaning when embedded on another site it'll be visible to everyone? If so, we need an ability to show a board to users without an account (same for a card) and we already have plans to add public boards in v2. Another option is to just display a card if you are already logged in and can see this card, then it's easier.
@akinin commented on GitHub (May 7, 2024):
In Trello, a feature has been implemented that displays the card if the user is authorized.
Your idea with public boards sounds very appealing, but at the same time, it's more complex to implement. I think many users would find either of the mentioned options useful.
Thank you for the quick response, and it's very nice to hear that you liked the idea.