Jump to content
xt:Commerce Community Forum

Facebook Plugin Problem


Recommended Posts

Also ich bin das "n" jetzt los aber ich weiß nicht so recht ob das der richtige Weg war.

Ich habe im Backend ein Hookpoint von Facebook geändert.

Datei: class.meta_tags.php:icra

Vorher:

if ($page->page_name=='product') {

            global $p_info;

            $image = str_replace('product:','',$p_info->data['products_image']);

            $image = _SYSTEM_BASE_URL . _SRV_WEB.'media/images/facebook/'.$image; 

            echo '<link rel="image_src" href="'.$image.'"/>'.[COLOR="Red"]"\n"[/COLOR];

}
Nachher:
if ($page->page_name=='product') {

            global $p_info;

            $image = str_replace('product:','',$p_info->data['products_image']);

            $image = _SYSTEM_BASE_URL . _SRV_WEB.'media/images/facebook/'.$image; 

            echo '<link rel="image_src" href="'.$image.'"/>'.[COLOR="Red"]"\"[/COLOR];

}

Kann mir jemand sagen wozu dieses "\n" gehört?

Normalerweise ist es ja so, dass wenn ein Tag über \xyz geschlossen wird es ja auch davor geöffnet werden muss. In diesem Fall finde ich aber keine Eröffnung.

Habt ihr eine Ahnung was da falsch läuft?

MfG und Danke

Tim

Link to comment
Share on other sites

  • 2 weeks later...
  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...