Events Made Easy Forums How do I … meta tag: #_NAME – is this possible?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42519
    Anonymous
    Inactive

    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!

    #46685
    Franky
    Keymaster

    Right now this is not possible without experimenting and coding … if you want this, create a feature request and hope that I implement it …

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top