Landing page setup in infusionsoft. My URL is https://yz225.infusionsoft.com/app/page/landing-page
in bottom two comment box showing. can anyone suggest me how i can fix this.
I was using this code:
<script src="//s3.amazonaws.com/novaksolutions/free/facebook-comments.js"></script>
<script>
jQuery(document).ready(function(){
addFacebookComments('776260852423468', 'https://yz225.infusionsoft.com/app/page/landing-page', 10, 'light');
});
</script>
I am trying to hide one comment but not hide.
table.bodyContainer table { display:none; }
Please suggest me how i can fix issue from infusionsoft.
Thanks