Skip to Main Content

Best Practices

FavIcon

Admin Note: FavIcons should be put in the Look & Feel --> JS/CSS Code area before your <style> tags.

<link rel="shortcut icon" href="http://lgimages.s3.amazonaws.com/data/imagemanager/36597/favicon.png" type="image/vnd.microsoft.icon" />

LibChat Side Tab

Admin Note: LibAnswers JavaScript should be put in the Look & Feel --> JS/CSS Code area before your <style> tags.

<div id="libchat_eef3cf1f264a3a569d426d6e8b76a839"></div><script type="text/javascript" src="//v2.libanswers.com/load_chat.php?hash=eef3cf1f264a3a569d426d6e8b76a839"></script>

CSS Code to <style> chat side widget to push down.

/**change the position of the chat widget**/

#lcs_slide_out-5563 {

    top: 200px;

}

LibGuides Code Tips

  1. Always always make sure to close opening <style> tags and <div> tags. Otherwise, page breaks or seems to disappear.
  2. Do not use any code that includes calls to Jquery. See the link below for more details.