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
Post a Comment