【发布时间】:2016-04-19 13:14:44
【问题描述】:
我正在做一个项目,其中一个关键点是将链接显示为嵌入内容。环顾四周后,我发现了 iframely。
他们的methods 之一就是使用embed.js,像这样:
iframely.load(containerElement, 'http://yoururl.here');
或者像这样:
<a href="http://yoururl.here" data-iframely-url>yoururl.here</a>
同时这样做,我得到一个“预览不可用。没有嵌入 API 访问”错误。
【问题讨论】:
标签: javascript html oembed