将 YouTube 视频添加到网络应用程序
我正在开发一个小部件,它实际上允许用户添加 YouTube 视频,不同的用户应该能够添加不同的视频。例如,如果用户 A 可以添加“x”视频,他只需复制并粘贴该视频,用户 B 就可以添加“y”视频。我提供了一个文本框来粘贴 YouTube 视频链接。我在前端使用jquery。
I am developing a widget which actually allows user to add youtube videos, different users should be able to add different videos. For Example if user A can add say "x" video, he just need to copy and paste it and user B can add say "y" video. I am providing a textbox to paste the you tube video link. I am using jquery at the front end.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jQuery 创建 iframe 并将源设置为 youtube 视频 url。
像这样:
You can use jQuery to create a iframe and set the source to the youtube video url.
like this: