Feature Request: Embedding Boards and Cards Similar to Trello #500

Open
opened 2026-02-04 19:57:45 +03:00 by OVERLORD · 2 comments
Owner

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
Trello card

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 ![Trello card](https://github.com/plankanban/planka/assets/3820354/e0d216c0-abf1-40e1-b745-aca37d32efcd)
OVERLORD added the enhancement label 2026-02-04 19:57:45 +03:00
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#500