0

i want embed latest video from my YouTube channel. I want that if i put a new video in my channel then that video should show on my web page. Please help!

John
  • 2,820
  • 3
  • 30
  • 50

1 Answers1

0

Get the id of the latest uploaded video in a youtube channel (your channel in this case):

How to get the id of the latest uploaded video in a youtube channel

Send the id of it to database, update the related table's related row. Then embed it to your website:

How to embed YouTube videos in PHP?

Community
  • 1
  • 1