It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://lib.byu.edu/chat/?url=https%3A//www.turcentr.by

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>HBLL Chat</title>
  6.  
  7. <meta charset="utf-8">
  8. <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=1' />
  9.  
  10. <script src="https://media.lib.byu.edu/assets/js/jquery/jquery-1.9.1.js" type="text/javascript"
  11. charset="utf-8"></script>
  12. <script type='text/javascript' charset='utf-8'>document.domain = 'lib.byu.edu';</script>
  13.  
  14. <style type="text/css" media="screen">
  15. html {
  16. height: 100%;
  17. }
  18.  
  19. body {
  20. margin: 0;
  21. padding: 15px;
  22. background: #242527;
  23. height: 96%;
  24. }
  25.  
  26. #chat {
  27. width: 200px;
  28. float: left;
  29. margin-right: 15px;
  30. }
  31.  
  32. #chat * {
  33. font-family: "Source Sans Pro", "Lucida Grande", Helvetica, Arial, sans-serif;
  34. }
  35.  
  36. #chat h4 {
  37. font-size: 16px;
  38. font-weight: 600;
  39. color: #8b98a5;
  40. margin: 0 0 5px 0;
  41. }
  42.  
  43. #chat a {
  44. color: #fff;
  45. font-size: 14px;
  46. text-decoration: none;
  47. line-height: 1.3em;
  48. }
  49.  
  50. #chat a:before {
  51. content: '➤ ';
  52. font-size: 12px;
  53. color: #888;
  54. margin-right: 3px;
  55. }
  56.  
  57. #chat a:hover {
  58. color: #95d571;
  59. }
  60.  
  61. #chat a.home {
  62. display: none;
  63. }
  64.  
  65. #chat .group+.group {
  66. margin-top: 1em;
  67. }
  68.  
  69. #chat ul {
  70. color: #9ab0c3;
  71. margin: 0;
  72. padding: 0;
  73. }
  74.  
  75. #chat ul li {
  76. font-size: .9em;
  77. list-style: none;
  78. }
  79.  
  80. #chat ul li+li {
  81. margin-top: 3px;
  82. }
  83.  
  84. #chat ul li a {
  85. color: #e8e7c7;
  86. text-decoration: none;
  87. }
  88.  
  89. #chat ul li a:before {
  90. content: none;
  91. }
  92.  
  93. #chat ul li a:hover {
  94. color: #fff;
  95. }
  96.  
  97. iframe#chatbox {
  98. border: solid 1px #111;
  99. width: 100%;
  100. height: 350px;
  101. margin-bottom: 1.5em;
  102. }
  103.  
  104. iframe#hbll {
  105. border: solid 1px #111;
  106. width: 750px;
  107. width: calc(100% - 225px);
  108. height: 100%;
  109. }
  110.  
  111. #chatbox.offline {
  112. background: #000;
  113. border-radius: 5px;
  114. color: #eee;
  115. margin-bottom: 15px;
  116. padding: 12px 15px;
  117. }
  118.  
  119. /* Media queries */
  120. @media screen and (max-width: 768px) {
  121. iframe#hbll {
  122. width: 500px;
  123. width: calc(100% - 225px);
  124. }
  125. }
  126.  
  127. @media screen and (max-width: 580px) {
  128. iframe#hbll {
  129. display: none;
  130. }
  131.  
  132. #chat {
  133. width: 100%;
  134. float: none;
  135. margin: 0;
  136. }
  137.  
  138. #chat a.current {
  139. display: none;
  140. }
  141.  
  142. #chat a.home {
  143. display: block;
  144. }
  145. }
  146. </style>
  147. </head>
  148.  
  149. <body id="main">
  150.  
  151. <div id="chat">
  152. <div>
  153. <div class="needs-js">Chat loading...</div>
  154.  
  155. <div class="libraryh3lp" jid="hbll_commons@chat.libraryh3lp.com" style="display: none;">
  156. <iframe id="chatbox"
  157. src="https://libraryh3lp.com/chat/hbll_commons@chat.libraryh3lp.com?skin=8470&theme=gota&title=Live Library Chat&identity=Librarian"
  158. frameborder="0"></iframe>
  159. </div>
  160. <div class="libraryh3lp" style="display: none;">
  161. <div id="chatbox" class="offline">Our chat queue is currently offline. Please check back later or try
  162. using one of the contact methods below.</div>
  163. </div>
  164. </div>
  165.  
  166. <div class="group">
  167. <h4>Done chatting?</h4>
  168. <a class="current" href="//lib.byu.edu/">Go to the Library home page</a>
  169. <a class="home" href="//lib.byu.edu/">Go to the Library home page</a>
  170. </div>
  171.  
  172. <div class="group">
  173. <h4>Or call or text us:</h4>
  174. <ul>
  175. <li>Text: <a href="sms://+18016236838">(801)&nbsp;623-6838</a></li>
  176. <li>Phone: <a href="tel:+18014226061">(801)&nbsp;422-6061</a></li>
  177. </ul>
  178. </div>
  179. </div>
  180.  
  181. <script type='text/javascript'>
  182. // Load LibraryH3lp
  183. (function () {
  184. var x = document.createElement("script"); x.type = "text/javascript"; x.async = true;
  185. x.src = "https://libraryh3lp.com/js/libraryh3lp.js?multi,poll";
  186. var y = document.getElementsByTagName("script")[0]; y.parentNode.insertBefore(x, y);
  187. })();
  188.  
  189. // Prep the iframe for the page we're previewing
  190. var iframe = document.createElement('iframe');
  191. iframe.setAttribute("id", "hbll");
  192. iframe.setAttribute("name", "hbll");
  193. iframe.setAttribute("frameborder", "none");
  194. iframe.setAttribute("src", "//lib.byu.edu/");
  195. document.getElementById('main').appendChild(iframe);
  196.  
  197. $("iframe#hbll").load(function () {
  198. iframe = document.getElementById("hbll");
  199. if (iframe.contentWindow) {
  200. newurl = iframe.contentWindow.location.href;
  201. if (newurl) {
  202. $("#chat a.current").attr("href", newurl);
  203. $("#chat a.current").html("Go to the current page");
  204. } else {
  205. $("#chat a.current").attr("href", "//lib.byu.edu/");
  206. $("#chat a.current").html("Go to the library home page");
  207. }
  208. }
  209. });
  210. </script>
  211.  
  212. <!-- SiteCatalyst code version: G.9.
  213. Copyright 1997-2004 Omniture, Inc. More info available at
  214. http://www.omniture.com -->
  215. <script language='JavaScript' type='text/javascript'><!--
  216. /* You may give each page an identifying name, server, and channel on the next lines. */
  217. var s_pageName = 'HBLL Chat';
  218. var s_server = 'lib.byu.edu';
  219. var s_channel = 'HBLL Chat';
  220. var s_pageType = '';
  221. var s_prop1 = '';
  222. var s_prop2 = '';
  223. var s_prop3 = '';
  224. var s_prop4 = '';
  225. var s_prop5 = '';
  226. //--></script>
  227. <script language='JavaScript' src='//lib.byu.edu/s_code_remote.js' type='text/javascript'></script>
  228. <!-- End SiteCatalyst code version: G.9. -->
  229.  
  230. </body>
  231.  
  232. </html>
  233.  
  234.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda