Gents,
I want to add the facebook like box on my homepage but since yesterday it doesn't show up anymore.
The two scripts you need for the likebox were added in a html block on the homepage and that was working
But now it doesn't , can anyone please help me out?
The code part1 :
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/nl_NL/all.js#xfbml=1&appId=468494829836926";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
The code part 2:
<div class="fb-like" data-href="https://www.facebook.com/pages/Community4business/483758851648865?ref=ts&fref=ts" data-send="true" data-layout="box_count" data-width="450" data-show-faces="true"></div>
The error who shows up when adding the code part 2 :
Cannot modify header information - headers already sent by (output started at /home/communi5/public_html/inc/classes/BxDolPageViewAdmin.php:99) in /home/communi5/public_html/inc/classes/BxDolSession.php on line
URL : www.community4business.com
Grtz HAns