By default, Google hides the created tags and, therefore, the call button.
To display the call button, add the following lines of code when creating the tag:
< div id="LiveGuideGoogleTagManager" >
< script >
var hiddenDiv = document.getElementById('LiveGuideGoogleTagManager').parentElement;
hiddenDiv.style.visibility = null;
hiddenDiv.style.display = null;
< /script >
< !-- Netop Live Guide Call Button Tag -->
PASTE THE LIVE GUIDE BUTTON CODE FROM THE ADMINISTRATION CONSOLE (SETUP > CODE BUILDER)
< !-- Netop Live Guide Call Button Tag -->
< /div >
Comments
0 comments
Please sign in to leave a comment.