Browse Source

js chat

master
rdrew 1 year ago
parent
commit
1faff50fe7
  1. 25
      templates/landingpage/node--landing-page-paragraphs.html.twig

25
templates/landingpage/node--landing-page-paragraphs.html.twig

@ -93,7 +93,32 @@
{{ content.field_subject_librarians }} {{ content.field_subject_librarians }}
</div> </div>
<div class="right"> <div class="right">
<div class="lp-askus-block">
<!-- Place this div in your web page where you want your chat widget to appear. -->
<div class="needs-js">
<div class="dummy-widget">
<h3>Library Ask Us</h3>
<div class="textout window">JavaScript disabled or chat unavailable.</div>
<div class="textin window">Chat Is Unavailable</div>
</div>
</div>
<!-- Place this script as near to the end of your BODY as possible. --><script type="text/javascript">
(function() {
var x = document.createElement("script"); x.type = "text/javascript"; x.async = true;
x.src = (document.location.protocol === "https:" ? "https://" : "http://") + "ca.libraryh3lp.com/js/libraryh3lp.js?5343";
var y = document.getElementsByTagName("script")[0]; y.parentNode.insertBefore(x, y);
})();
</script>
</div>
<section class="helpme-text-block">
{{ content.field__help_me_text_block}} {{ content.field__help_me_text_block}}
</section>
</div> </div>
</section> </section>
</div> </div>

Loading…
Cancel
Save