Trello
Trello Board
Embedding Public Trello Boards
Start with a public board, at a URL like this:
https://trello.com/b/nC8QJJoZ/trello-development
Chop off the last / and everything after it to get this:
https://trello.com/b/nC8QJJoZ
If you tack on a .png (i.e. https://trello.com/b/nC8QJJoZ.png), you get something that an be used as the src for an img tag, like this:

If you tack on a .html (i.e. https://trello.com/b/nC8QJJoZ.html), you get something that can be used as the src for an iframe tag, like this:
If you tack on a .js (i.e. https://trello.com/b/nC8QJJoZ.js), you get something that can be used as the src for a script tag, like this:
If you wanted to make a link to your board from github (or something else that accepts markdown), you could use something like this:
[](https://trello.com/b/nC8QJJoZ)
Embedding Public Trello Cards
Start with a card on a public board, at a URL like this:
https://trello.com/c/OKVduwHL/1096-markdown-in-card-comments
Chop off the last / and everything after it to get this:
https://trello.com/c/OKVduwHL
If you tack on a .png (i.e. https://trello.com/c/OKVduwHL.png), you get something that an be used as the src for an img tag, like this:

If you tack on a .html (i.e. https://trello.com/c/OKVduwHL.html), you get something that can be used as the src for an iframe tag, like this:
If you tack on a .js (i.e. https://trello.com/c/OKVduwHL.js), you get something that can be used as the src for a script tag, like this:
If you wanted to make a link to your card from github (or something else that accepts markdown), you could use something like this:
[](https://trello.com/c/OKVduwHL)
GitHub example
Embedding boards/cards in GitHub













