- This topic has 1 reply, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › meta tag: #_NAME – is this possible?
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!
Right now this is not possible without experimenting and coding … if you want this, create a feature request and hope that I implement it …