scdavis74 Posted January 29, 2020 Share Posted January 29, 2020 Is it possible to embed a Trello board or at least a Trello card onto a Squarespace page? Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 Use Code Block, and this guide https://developers.trello.com/docs/boards The easiest way to embed a Trello board on your site is to include the following code in Code Block: <blockquote class="trello-board-compact"> <a href="{url to board}">Trello Board</a> </blockquote> <script src="https://p.trellocdn.com/embed.min.js"></script> <blockquote class="trello-board-compact"> <a href="{url to board}">Trello Board</a> </blockquote> <script src="https://p.trellocdn.com/embed.min.js"></script> Now when the page loads, the script will find that card, and replace it with a fancy embedded version. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.