Rails 3 中的用户视频嵌入
我正在使用 Rails 3 构建一个应用程序,允许用户提交视频。我希望能够简单地接受用户的视频 URL,并使用它,我的应用程序将生成适当的嵌入代码(取决于视频源)。是否有一个已经存在的适合此类内容的好库?如果已经存在某些内容,我宁愿不必在这里重新发明轮子并编写自己的正则表达式/脚本来嵌入视频。
想想 tumblr 是如何工作的……你只需粘贴视频的网址,它就会自动嵌入它。
谢谢!
I am building an app using Rails 3 that allows users to submit videos. I would like to be able to accept simply the video URL from the user and using this, my app will generate the appropriate embed code (depending on the video source). Is there a good library for something like this that already exists? I'd rather not have to reinvent the wheel here and write my own regex/scripts to embed the videos if something already exists.
Think of how tumblr works...you just paste in the url of the video and it embeds it all automatically.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会研究 embedly api 它可能能够解决您的问题。
I would look into the embedly api it may be able to address your problem.