Search code examples
iframefacebook-iframe

Hide Facebook Like Box content which is comes from IFRAME


I just need to hide highlight part.

I use Facebook 'Like Box' in my home page which is comes from Iframe. but what i want is that need to hide or remove highlighted part which is mention in image.

Please help me as soon as possible. I really need it.

Thanks in advance.


Solution

  • You cannot touch what is in the iframe because of the same-origin restriction and Facebook doesn't make that part optional (the Like Box requires the Like button to always show).

    You might get the result you want with the Activity Feed plugin instead: https://developers.facebook.com/docs/reference/plugins/activity/

    EDIT: Sorry, the Activity Feed isn't the same feed as the Like Box stream. In fact, I don't think Facebook offers another plugin with that feature. If you really want that section gone from your page, the only thing I can think of is placing the iframe in a div with "overflow: hidden;" and with the iframe "position: relative; top: -63px;"