how to inject Facebook via iframe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
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