Dear Team,
Is there any restriction on your theme to add messenger button on home page as I was trying to add HTML codes which generated by Facebook page and it is not working. Even I have tried to installed the “insert header and footer cods” plugin but unsuccessful. Could you please advise for the same and I have tried to include below code.
<!– Load Facebook SDK for JavaScript –>
<div id=”fb-root”></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : ‘v10.0’
});
};
(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 = ‘https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<!– Your Chat Plugin code –>
<div class=”fb-customerchat”
attribution=”install_email”
page_id=”103449148067510″>
</div>