Hallo,
leider kommt man ja heute kaum noch an Facebook vorbei :'(
Jetzt habe ich über die Facebook-Seite mir einen "Gefält mir" Button erstellen lassen, dessen Code wie folgt aussieht:
Allerdings ist nun genau dieser Button nicht mehr W3C valide, was mich echt nervt.
Ich habe beim Googeln schon bisschen was gefunden, dass die Leute den Link einfach selbst nachgebaut haben, aber dann hat er nicht mehr diesen "Facebook-Style".
Die W3C Fehlermeldungen sehen wie folgt aus:
usw....
Hat da jemand eine Idee, wie man das Valide bekommt, ohne den Button komplett nachzubauen?
Irgendwie nervt es mich ein bisschen....
Gruß
Lelleck
leider kommt man ja heute kaum noch an Facebook vorbei :'(
Jetzt habe ich über die Facebook-Seite mir einen "Gefält mir" Button erstellen lassen, dessen Code wie folgt aussieht:
Code:
<[SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]div[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]id[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='fb-root'></[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]div[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]script[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]src[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='http://connect.facebook.net/de_DE/all.js#xfbml=1'></[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]script[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]fb[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]like-box[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]href[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='http://www.facebook.com/pages/Meine Seite'[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]width[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='250'[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]show_faces[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='false'[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]border_color[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='#ffffff'[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]stream[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='false'[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]header[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]='true'>[/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]fb[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]like-box[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE]
[/COLOR][/SIZE]
Allerdings ist nun genau dieser Button nicht mehr W3C valide, was mich echt nervt.
Ich habe beim Googeln schon bisschen was gefunden, dass die Leute den Link einfach selbst nachgebaut haben, aber dann hat er nicht mehr diesen "Facebook-Style".
Die W3C Fehlermeldungen sehen wie folgt aus:
Line 56, Column 97: required attribute "TYPE" not specified
…ect.facebook.net/de_DE/all.js#xfbml=1'></script><fb:like-box href='http://www.…
Line 56, Column 125: there is no attribute "HREF"
…s#xfbml=1'></script><fb:like-box href='http://www.facebook.com/pages/
Line 56, Column 194: there is no attribute "WIDTH"…' width='250' show_faces='false' border_color='#…
usw....
Hat da jemand eine Idee, wie man das Valide bekommt, ohne den Button komplett nachzubauen?
Irgendwie nervt es mich ein bisschen....
Gruß
Lelleck