how to inject Facebook via iframe | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

how to inject Facebook via iframe

how can we inject Facebook in iframe ?? i mean any way to add Facebook in a web page??? just like iframe 🙄🙄

5th Dec 2019, 2:26 PM
##JOY##
##JOY## - avatar
1 ответ
0
you mean include, not inject. <iframe src="https://www.facebook.com/" width="800" height="600" id="FacebookiFrame" name="FacebookiFrame" title="Facebook inline frame"> </iframe> something like this? edit: Facebook blocks attempts to include it in an iframe. the HTML is correct, it just won't work with Facebook (and some others).
25th Dec 2019, 3:02 AM
grdr