• It seems to output of …

    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    … causes the HTML validation to fail. “div” might not be used within the “head” area. Can this be moved inside the body tag ?

    https://wordpress.org/plugins/facebookall/

  • The topic ‘W3C html validation fails’ is closed to new replies.