livezilla floating button einbinden

gerhard

Gut bekanntes Mitglied
15. November 2010
161
0
hallo liebes forum!
ich bin schon seit gestern dabei den livezilla chat einzurichten als floating button, aber irgendwie komm ich da nicht wie gewünscht weiter...
wenn ich die header_custom.tpl in den body tag <p>hallo welt!</p> reinschreibe, steht das da, ich kanns formattieren, alles...
wenn ich aber folgenden code reinlade, sieht man gar nix...
liegt das an dem ganzen scriptzeug, das dabei ist??

HTML:
<!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT)  --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT)  --><div id="livezilla_tracking"  style="display:none"></div><script  type="text/javascript">
/* <![CDATA[ */
var script =  document.createElement("script");script.async=true;script.type="text/javascript";var  src =  "http://hanf-hanf.at/livesupport/server.php?acid=05d41&request=track&output=jcrpt&fbpos=10&fbml=0&fbmt=0&fbmr=0&fbmb=0&fbw=34&fbh=166&fbshx=5&fbshy=5&fbshb=5&fbshc=696969&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);
/* ]]> */
</script><noscript><img   src="http://hanf-hanf.at/livesupport/server.php?acid=05d41&amp;request=track&amp;output=nojcrpt&amp;fbpos=10&amp;fbml=0&amp;fbmt=0&amp;fbmr=0&amp;fbmb=0&amp;fbw=34&amp;fbh=166&amp;fbshx=5&amp;fbshy=5&amp;fbshb=5&amp;fbshc=696969"  width="0" height="0" style="visibility:hidden;" alt=""  /></noscript><!-- http://www.LiveZilla.net Tracking Code  --><div style="display:none;"><a  href="javascript:void(window.open('http://hanf-hanf.at/livesupport/chat.php?acid=d5ac5','','width=590,height=760,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"  class="lz_fl"><img id="chat_button_image"  src="http://hanf-hanf.at/livesupport/image.php?acid=83970&id=4&type=overlay"  width="34" height="166" style="border:0px;" alt="LiveZilla Live Chat  Software" /></a></div><!-- http://www.LiveZilla.net  Chat Button Link Code -->

was mach ich falsch?bitte um hinsweise
vielen dank!!
 

reddwarf

Sehr aktives Mitglied
1. Oktober 2009
1.561
5
AW: livezilla floating button einbinden

Hallo,

ich habs bei mir in der footer_custom drin, und zwar so:

<div id="social_panel"><!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><a href="javascript:void(window.open('*****/livezilla/chat.php','','width=590,height=580,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="https://******/livezilla/image.php?id=05&amp;type=inlay" width="41" height="112" border="0" alt="LiveZilla Live Help"></a><!-- LiveZilla Live Chat, Live Support, Ticket System and Customer Support Software for your website Chat Button Link Code --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
var script = document.createElement("script");script.type="text/javascript";var src = "https://******/livezilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="******/livezilla/server.php?request=track&amp;output=nojcrpt" width="0" height="0" style="visibility:hidden;" alt=""></noscript><!-- LiveZilla Live Chat, Live Support, Ticket System and Customer Support Software for your website Tracking Code --><br>



In der CSS Datei dann noch die Positionierung und schon klappt es mit dem Floating Button.

Gruss Mario
 

gerhard

Gut bekanntes Mitglied
15. November 2010
161
0
AW: livezilla floating button einbinden

danke mario!
vielen dank!
hat PERFEKT funktioniert!
1000 dank!!!!!