Title: Event URL/Permalink
Last modified: August 31, 2016

---

# Event URL/Permalink

 *  Resolved [KTPHdeveloper](https://wordpress.org/support/users/ktphdeveloper/)
 * (@ktphdeveloper)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/event-urlpermalink/)
 * Hello I am using jetpack sharing to include social sharing on the single event
   page. So if the url is
 * [http://www.domain.com/events/my-event-1](http://www.domain.com/events/my-event-1)
 * When you click to share, e.g. twitter the url it shares is
 * [http://www.domain.com/events/](http://www.domain.com/events/)
 * I also tried the twitter share button directly from twitter instead of jetpack
   and for the first second the page loads if you click share on twitter the link
   will be correct:
 * [http://www.domain.com/events/my-event-1](http://www.domain.com/events/my-event-1)
 * but after the first second something happens to where it will only share:
 * [http://www.domain.com/events/](http://www.domain.com/events/)
 * Any ideas? Thanks!
 * [https://wordpress.org/plugins/eventbrite-api/](https://wordpress.org/plugins/eventbrite-api/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/event-urlpermalink/#post-6916136)
 * Hm, that kinda makes sense, since the event “posts” aren’t really posts at all(
   you’ll notice there are no posts matching your events in wp-admin). Single views
   are faked with the page template, whatever the API results are, and [rewrite rule madness](https://plugins.trac.wordpress.org/browser/eventbrite-api/trunk/inc/class-eventbrite-templates.php#L41)
   to make them look and behave like single view pages (but WordPress doesn’t really
   know anything about them, it’s just displaying it).
 * That said, I can see it working if you can find a Jetpack hook that let’s you
   check if the current post or URL is an Eventbrite single view (maybe `eventbrite_is_event`
   can help), and then modify the link before it’s output to the screen.
 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/event-urlpermalink/#post-6916223)
 * Closing; just open a new thread if you have any more questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Event URL/Permalink’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eventbrite-api_94776b.svg)
 * [Eventbrite API](https://wordpress.org/plugins/eventbrite-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eventbrite-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eventbrite-api/)
 * [Active Topics](https://wordpress.org/support/plugin/eventbrite-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eventbrite-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eventbrite-api/reviews/)

## Tags

 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [sharing](https://wordpress.org/support/topic-tag/sharing/)
 * [social](https://wordpress.org/support/topic-tag/social/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * 2 replies
 * 2 participants
 * Last reply from: [Automattic](https://wordpress.org/support/users/automattic/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/event-urlpermalink/#post-6916223)
 * Status: resolved