我使用frame:
在我的网站中嵌入了一个来自我的频道的电影<iframe width="560" scrolling="auto" height="349" frameborder="0" src="http://www.youtube.com/embed/Vc5ppNtdYjI?rel=0"></iframe>
当用户点击影片时,它会在Youtube中打开,但不会在其频道的上下文中打开: http://www.youtube.com/watch?v=Vc5ppNtdYjI&feature=player_embedded
我希望它在其频道中打开: http://www.youtube.com/user/IsraelSciTech#p/a/u/0/Vc5ppNtdYjI
我可以添加一个iframe标记的属性,告诉它在频道中打开吗?