FB Like page Problem!

by 5 replies
6
this is my page

RIHANNA'S new TATTOO SHOCKS the world! - see why!

i have copied jquery and index and edited both to what i thought was correct however my like button etc does not appear

something must be wrong as it should appear like this

96% of people WILL STOP cracking their knuckles after seeing this!

any help would be great?
#programming #page #problem
  • hey okenyon

    you have a javascript error in the file jquery.js (line 176):

    Code:
    description:('RIHANNA'S new TATTOO SHOCKS the world! - see why!'),
    your description contains an apostrophe and gets interpreted as ending the string.

    Was this code generated automatically? If so just remove the apostrophe your meta description or replace the apostrophe (') character with another apostrophe similar character (`).

    hope that helps.
  • hmmm ive tried changing that end one and removed both and still doesnt work?

    please check!
  • just changed the ('s to "'s and it worked

    thank so much

    so simple eh!
  • you got it!

    Btw. you may want to check out Firebug (getfirebug.com) for FireFox - couldn't live without this extension anymore! Great for debugging your Website Problems.

Next Topics on Trending Feed