Hallo,
ich habe das Problem, dass ich in einer Website einen Like-Button on Facebook integrieren möchte. Das klappt auch soweit nur dass Facebook nichts aus den Metadaten übernimmt. Als Titel der Website zeit FB STRATO an (Hoster). Auch Sonstiges wie das Bild oder Beschreibung wird nicht übernommen.
index.php
Das sind die 3 Teile der Einbindung aus des head, body und die div, die xxx stehen natürlich nicht im Quellcode
Danke Drade
ich habe das Problem, dass ich in einer Website einen Like-Button on Facebook integrieren möchte. Das klappt auch soweit nur dass Facebook nichts aus den Metadaten übernimmt. Als Titel der Website zeit FB STRATO an (Hoster). Auch Sonstiges wie das Bild oder Beschreibung wird nicht übernommen.
index.php
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>xxx</title>
<meta property="og:title" content="xxxx" />
<meta property="og:type" content="website" />
<meta property="og:url" content="xxxxx" />
<meta property="og:image" content="xxxx" />
<meta property="og:site_name" content="xxxx" />
<meta property="fb:admins" content="xxxx" />
<meta name="robots" content="all">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
HTML:
<body bgcolor="#2A0A29" onLoad="BilderVorladen('bar2_01.gif''bar2_02.gif','bar2_03.gif','bar2_04.gif',);">
<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/de_DE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
HTML:
<div class="fb-like" data-href="xxxx" data-send="true" data-layout="box_count" data-width="200" data-show-faces="true" data-font="lucida grande"></div>
Das sind die 3 Teile der Einbindung aus des head, body und die div, die xxx stehen natürlich nicht im Quellcode
Danke Drade