I have set up a Google Cloud project and enabled the YouTube API, I have then followed the documentationn to generate a googleapi link like so:
I have a simple question that hopefully has a simple answer, how do I include this into my website so it will show what I have requested through the API link?
I have tried to put it in the SRC of an iFrame and cannot find any alternative solutions online.
The response from the iFrame is:
www.googleapis.com refused to connect.The console also returnns:
Refused to display 'https://www.googleapis.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.Appreciate this is has a very high chance of me looking silly but hopefully will save someone else in the future too!