I recently integrated the Facebook social plugin comments on my website and encountered a dilemma. When embedding it, a script generated an iFrame containing the text "Facebook social plugin" along with the Facebook logo positioned at the bottom (refer to the image attached below).
After inspecting the element using Firebug, I attempted to hide it by setting its class to display:none;
in my CSS file. Unfortunately, this method did not work, possibly due to it being within its own iFrame. Is there a way to disable this text using CSS, jQuery, or any alternative solution?
Your help would be greatly appreciated!