Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Franky

    (@liedekef)

    I just checked and it is not stripped, facebook just passes it along as text and not a hyperlink.
    For now I’d say to add something like this to your function.php (to be tested of course):
    add_filter(’eme_general’, ‘make_clickable’);
    add_filter(’eme_notes’, ‘make_clickable’);

    Or apply this change (it’ll be in the next version):
    https://plugins.trac.www.ads-software.com/changeset/1837675/

    Thread Starter webbyfoot

    (@webbyfoot)

    Thanks – addition of what you suggest to functions.php has done the trick. Is there a way of setting the link target?

    Plugin Author Franky

    (@liedekef)

    No there is not. This is just something I actually shouldn’t do and facebook should.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hyperlinks stripped from body of event when imported’ is closed to new replies.