Валидиране на Facebook Like Box Slider

DiDokal

Active Member
Здравейте. От няколко дена сложих в един сайт Facebook Like Box но имам проблем с валидирането.

Пробвах различни начини да ги оправя грешките но резултата не е много добър.


Ето го кода
Код:
 <script type="text/javascript">
    jQuery(document).ready(function() {
      jQuery('#fb-sidebar').mouseenter(function(){
        jQuery('#fb-sidebar').stop(true).animate({ left: 0 }, "slow");
      });
      jQuery('#fb-sidebar').mouseleave(function(){
        jQuery('#fb-sidebar').stop(true).animate({left: -190}, "slow");
      });
    
      
    });
    </script>
  
  
<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/bg_BG/all.js#xfbml=1&amp;appId=124249714396741";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>



<div id="fb-sidebar" style="position:fixed;top:50%; left:-190px; margin-top:-140px; width:185px; height:365px; background: url('/images/icons/facebook.png') center right no-repeat; z-index:100; padding-right:55px;">
<div style="width:185px; height:365px; background:white;">
<div class="fb-like-box" data-href="http://www.facebook.com/topaccount.net" data-width="185" data-height="365" data-show-faces="true" data-border-color="#CCCCCC" data-stream="false" data-header="true" ></div>
</div>
</div>

А ето и някой от грешките които се генерират:
- there is no attribute "data-href"
- there is no attribute "data-width"
- there is no attribute "data-height"


Ако някой знае как бих могъл да ги елиминирам, ще съм му много благодарен! :)
 

Горе