Moin :)
ich habe gefällt mir button + kommentar geschafft!
Aber jedesmal will er die Startseite bei Facebook anzeigen, anstatt den ARTIKEL + Artikelbild...
Das nervt!
mein Code:
HTML
<head>
<meta property="og:title" content="xxx"/>
<meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
<meta property="og:title" content="<?php echo get_the_title(); ?>" />
<meta property="og:description" content="xxx/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="http://xxx.de"/>
<meta property="og:image" content="http://xxx.de/mylustig.jpg"/>
<meta property="og:country-name" content="Germany"/>
<meta property="og:email" content="xx@xx.de"/>
<meta property="fb:admins" content="1xxx"/>
<meta property="fb:app_id" content="32xxxx4"/>
</head>
<head>
Alles anzeigen
und ifram in single.php:
PHP
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px; margin-bottom:-50px;" allowTransparency="true"></iframe>
das ist alles richtig, habe schon viel rumprobiert, aber irgendwie zeigt er es nicht an, hat jemand eine idee ? :(
Danke!