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 🙄🙄
1 Réponse
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).