如何在xblock上嵌入网站?

时间:2015-11-23 08:22:45

标签: python json openedx

我是新手,正在开发一个在xblock上显示网站内容的项目。我想显示本网站的内容:decheck.it/codecheck/files?repo=bj4cc&problem=ch02/c02_exp_2_102

网站的大部分链接一般都与"codecheck.it/codecheck/files?repo="相似。我想知道是否有人知道我该怎么做以显示网站的内容? 我在embed vimeo.com上看到了一个例子,但我不确定网站是否相同:

 if hostname == 'vimeo.com':
            oembed_url = 'http://vimeo.com/api/oembed.json'

链接来自本教程here

由于

0 个答案:

没有答案