Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8495631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:37:34+00:00 2026-06-10T23:37:34+00:00

want to add simple facebook like module to my site. im using code generated

  • 0

want to add simple facebook “like” module to my site.
im using code generated from facebook developer site
added this right after opening body tag:

<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/pl_PL/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

and later inside the page:

<div class="fb-like" data-href="my site url here" data-send="false" data-width="550" data-show-faces="false"></div>

it seems to work fine except this code is giving me many css/js warnings that i see in the firebug like:

unknown property „-moz-border-radius”, unknown property: "moz-outline-style.3",[],function(a,b,c,d,e,f){(function(){var g={}.toString,h,i,j,k=e.exports={},l...

there are many such errors.

Do you know how to fix this? the whole page seems to work fine but i don’t like to have this kind of issues on my page.
im using jquery inside this page also so maybe this cause some problems?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:37:35+00:00Added an answer on June 10, 2026 at 11:37 pm

    Those errors you’re getting are because there are some CSS properties that need to be defined in more than one form, in order to maximize compatibility with different browsers.

    These additions to standard declarations are called vendor prefixes. For more info, you might want to take a look at this article: little link.

    For instance, take the following CSS:

    .roundcorners {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    

    -moz-border-radius is for olders version of Firefox, the newer ones support border-radius. -webkit-border-radius is for WebKit-powered browsers (Chrome, Safari).

    In other words, there’s no way to avoid having those errors as long as you want the like button to work in most modern browsers.

    Note: that when a browser sees an unknown property/rule, it ignores the declaration, so as long as your rules are ordered properly, then this is harmless.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a simple requirement: I want to add a set of strings to
I want to add a simple jquery function to Gwt using jsni. But am
I have a wordpress blog.I Want to add Facebook like Button &Facebook Share button
I'm using twitter-bootstrap, with LESS and Rails. I want to add a simple spacer
I am using SQLAlchemy via Flask, and I want to add simple personal messaging
I want to add a simple rating system to my random video site (id
I want to add a simple tool-tip and was curious if this was a
I want to add code to my iOS app which prompts users to like
In my application I want to add a simple animation to buttons and other
I have a simple jsp/servlet application and I want to add AJAX feature to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.