Answers:
你当然可以。检查以下链接:
将此视为示例卡:
https://trello.com/c/NIRpzVDM
您可以使用以下方法将卡链接为照片:
<img src="https://trello.com/c/NIRpzVDM.png" />
您可以按以下方式嵌入iframe:
<iframe src="https://trello.com/c/NIRpzVDM.html"></iframe>
您还可以执行将卡写入页面的javascript:
<script src="https://trello.com/c/NIRpzVDM.js"></script>
这写出一些HTML使用 document.write("<html content>")
另一种方法是请求卡的JSON
https://trello.com/c/NIRpzVDM.json
所有这些都可以通过板子使用。
https://trello.com/b/nC8QJJoZ.png
https://trello.com/b/nC8QJJoZ.html
https://trello.com/b/nC8QJJoZ.js
https://trello.com/b/nC8QJJoZ.json
.html
在电路板末端使用。也许这可能很快就会改变,因为我刚刚通过iframe功能(即YMMV)报告了一个漏洞。
.png
工作的人吗?无法在Safari或Chrome中获取图片...
Trello除了使用iframe外,还具有REST公共API,您可以将其用于您的网站。您可以将其设置为主题以匹配您的站点,并具有比仅浏览另一个站点的窗口更多的控制权。您可以在以下网站上找到有关可编程网络的更多信息:http : //www.programmableweb.com/api/trello
GET https://trello.com/c/somecardid.png 410 (Gone)
和Refused to display 'https://trello.com/c/somecard' in a frame because it set 'X-Frame-Options' to 'DENY'.
我的控制台