How to make a person authorized by Instagram in an iframe?
-
I am authorized on the Instagram site, but when I insert the site through an iframe, it gives me that I am not authorized, how can I use js or iframe to make sure that if a person is authorized, then he remains authorized?
It's okay with YouTube, here's a problem with Instagram. Maybe window.open can be shoved into some div block?
<iframe src="https://www.instagram.com/kaylee.bryant/" width="100%" height="600px"> </iframe>
JavaScript Hannah Mays, Jul 17, 2019 -
No way, this is impossible purely technically. If Instagram logs out in the frame, then nothing can be done here.Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!