How do I ask users to provide me link for their youtube videos -


is way ask users link tube videos site.

currently doing in below way,

i have text area field , page asks users copy code youtube site , paste iframe code in text area. way of doing things feel not correct there exists risk people might provide malicious scripts in text area , dont validation on field since optional field in form.

can suggest better way implementing feature ?

you should accept video id number, , validate matches ^\d*$.

you should build <iframe> tag in view.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -