Ich füge einer Drupal-Site Open Graph-Unterstützung hinzu und habe eine Reihe von drupal_add_html_head () -Aufrufen, wie: $og_title = array( '#tag' => 'meta', '#attributes' => array( 'property' => 'og:title', 'content' => $node->title, ), ); drupal_add_html_head($og_title,...