I want dynamic meta-Tags for Facebook Connect (sharing).
e.g. The page-title of every single eventpage should be the name of the event.
I´ve already tried these command-lines in eme_events.php and header.php:
<meta property=”og:title” content=”<?php echo $title ?>”/>
or
<meta property=”og:title” content=”<?php echo “#_NAME” ?>”/>
but it doesn´t work.
Furthermore I put this in the Event-Settings:
<meta property=”og:title” content=”#_NAME”/>
It works a little bit: I could read the correct title in the source code, but it was at the wrong position (not in the header, but somewhere in the main content).
Could you help me, please?
Thanks a lot!