Open Graph Informationen für Facebook

Dieser Text wurde am 5. Juli 2013 veröffentlicht und enthält möglicherweise veraltete Informationen.

header.php

<meta property="og:title" content="<?php if ( is_home() ) {  } else {  if ( is_archive() ) { echo(''); } if (  is_search() ) { echo('Suchergebnisse f&uuml;r &quot;'); echo($s); echo('&quot; – '); } else { wp_title(' - ',true,'right'); } } ?><?php bloginfo('name'); ?>" />
<meta property="og:url" content="<?php echo get_permalink(); ?>" />
<meta property="og:description" content="<?php bloginfo('description');  ?>" />
<meta property="og:image" content="http://url/image.jpg" />