Hello,
I would like to know how to integrate the entire trello board into HTML iFrame.
Thanks.
AS
That's weird - Can you share a quick snapshot, mean time, i will also research to your use case to go closer
Hi @Anand Sathy
Can you refer the below reference will help you to fix,
https://developer.atlassian.com/cloud/trello/guides/embedding/embedding-boards/
Alternatively you can try this:
Hi - I hope that you are Doing good !!
Trello board into an HTML iframe, you can use the Trello board's URL as the source for the iframe
-> <title>Trello Board Integration</title>
-> <iframe src="https://trello.com/b/YourBoardID" frameborder="0" width="100%" height="1000px"></iframe>
This way also you can give a try - which will help visitors to view and interact with the entire Trello board directly within your webpage
Happy to help any further !!
Thank you very much and have a fantastic day!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Whenever I embed it in HTML, all of the cards show up as white boxes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.