文件名称:meteor-oembed:为您的Meteor.js应用添加oEmbed支持
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-04 06:46:23
JavaScript
iframely:流星 该软件包通过oEmbed代理API向Meteor添加了嵌入代码支持。 代理是可配置的,您可以使用 (带有API密钥),我们或任何其他代理。 包括实施自己的。 快速演示: : iframely:oembed可以将oEmbeds缓存在数据库中。 该包还允许您选择自定义用于渲染的模板(特别是如果URL是link类型并且仅包含标题,描述和缩略图)。 安装 meteor add iframely:oembed 用法 {{>oembed}} 模板上下文应该是具有url属性的对象。 配置 配置oembed渲染小部件和oEmbed api端点: Meteor.startup(function() { // Optional client-side template. If not specified - default widget used. If
【文件预览】:
meteor-oembed-master
----versions.json(1KB)
----lib()
--------client()
--------settings.js(513B)
--------server()
----package.js(758B)
----LICENSE(1KB)
----README.md(3KB)
----.versions(489B)
----.gitignore(8B)