组合视图 统一视图 树状图
讨论主题 [ 上一个 | 下一个 ]
toggle
German Tugores
how to embed youtube videos in portlet JSF + Icefaces 3
2012年4月20日 下午3:12
答复

German Tugores

等级: Junior Member

帖子: 33

加入日期: 2012年3月1日

最近的帖子

Hello community,

I'm trying to embed youtube urls to display the videos in a portlet using JSF with Icefaces but so far haven't been able to find a working solution for this. I need to display videos from youtube urls, not from a local server. Any suggestions would be appreciated, thanks.

Regards,
Germán
David H Nebinger
RE: how to embed youtube videos in portlet JSF + Icefaces 3
2012年4月20日 下午4:22
答复

David H Nebinger

等级: Liferay Legend

帖子: 4550

加入日期: 2006年9月1日

最近的帖子

So you can't just put the <embed /> tag directly into the page?

For the scuba diving cat, clicking on the 'embed' button gives you this:

1<iframe width="420" height="315" src="http://www.youtube.com/embed/bScOj4e0bOQ" frameborder="0" allowfullscreen></iframe>


There's no magic here, you just drop it on your page and it renders.

Or am I not getting what you're trying to accomplish?
German Tugores
RE: how to embed youtube videos in portlet JSF + Icefaces 3
2012年4月21日 上午10:24
答复

German Tugores

等级: Junior Member

帖子: 33

加入日期: 2012年3月1日

最近的帖子

Hi David,

Thank you, you are right the problem was I wasn't putting the "/embed" as part of the path to the youtube url on the src.. it's working fine now emoticon

Germán