I am getting a string from database and echo it with php. There is a youtube link in this string and after i echo it i want it to be clickable. Also i want to get the youtube code which is at the end of the link. How can i make it?
Example text: This video is very interesting. Watch it at https://www.youtube.com/watch?v=kkLTxsAhURw. I loved it!
Thank you.