• Resolved dnk6742

    (@dnk6742)


    Upon import, it makes sense to import original event URI. So far I’ve added this to the “content”. This should be an option on import and, preferably, should be added to the database and there should be a placeholder to put this data out in a desirable format.

    I added these lines to ESS_Import.php:835:

    $feed_uri = $FEED_[ 'generals' ][ 'uri' ];
    $feed_uri_host = parse_url ( $feed_uri, PHP_URL_HOST );
    $_POST['content'] 	.= "<h6>Source: <a title=\"Open  ".$feed_uri_host."\" href=\"" . $feed_uri . "\">" .  parse_url ( $feed_uri, PHP_URL_HOST ) . "</a></h6>";

    http://wordpress.org/plugins/events-manager-ess/

Viewing 1 replies (of 1 total)
  • Plugin Author essfeed

    (@essfeed)

    It makes completely sense from the event provider to also control that a link is added within the feed they’ve create to get an SEO improvement and back-link.

    I’ve made an update, available in the release 1.2 with this option.
    Thanks for the comment!

Viewing 1 replies (of 1 total)
  • The topic ‘A suggestion: add original event URI’ is closed to new replies.