Removing 'Facebook Comments Plugin' link at bottom of posts

Hey Guys,

I just installed Facebook comments on my website but there is a link at the bottom stay says ‘Facebook Comments Plugin’ and this links to the Facebook developer’s website. Is there anyway to remove this? You can see an example at the bottom of the following post on my site:

https://www.consultparv.com/2015/07/20/new-copywriting-positions-available/

Thanks for your help.

Hi There,

Please add the following code to Theme Options CSS

._2pi3 {
display: none;
}

Hope it helps

Hi There,

Sorry for the confusion!

The Facebook social plugins render inside an iframe, meaning you have no access to it with JS/CSS from your domain. Plus, changing how the social plugins look (apart from the configuration options they specifically offer for that purpose) is not even allowed.

Regards!

Don’t worry about it, thanks for the quick response :smile:

Hi There,

Thanks for understanding. If the page loaded inside the iFrame is not in the same domain as the parent frame, then it’s not possible using JavaScript or CSS.

This is a security feature implemented on web browsers to prevent XSS (Cross site scripting).

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.