HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list of embed code and the user can select the news or any kind of video click them and view it in my site, so i have done till storing the embedcode in DB and plays in the frontend as well when clicked , my questions is it doesnt fit to the place where i put thm , i used datalist and a label to just retrieve and display the code and it plays, any advices to complete it,
thanks for your time,