CSS
-
Hello,
I need help with moving the messenger icon to the left of our N icon on our webpage. Right now Messenger is blocking our N icon plugin. Thank you!
Below is the messenger supplied plugin code:
<!– Messenger Chat Plugin Code –>
<div id=”fb-root”></div><!– Your Chat Plugin code –>
<div id=”fb-customer-chat” class=”fb-customerchat”>
</div><script>
var chatbox = document.getElementById(‘fb-customer-chat’);
chatbox.setAttribute(“page_id”, “103432028546622”);
chatbox.setAttribute(“attribution”, “biz_inbox”);
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>`
The page I need help with: [log in to see the link]
- The topic ‘CSS’ is closed to new replies.