
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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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;”