How do I link an abstract back to its session?

Modified on Mon, 06 Jun 2022 at 03:21 PM

Abstracts should include a link back to the actual session. That allows users, who have found an abstract via the search, to navigate to the actual session and add it to their schedule.


Use the following URL structure:

  • urn:eventpilot:all:agenda:id:<session ID>

For example, when used in a link in the HTML of an abstract:

  • <a href='urn:eventpilot:all:agenda:id:2001' rel='external'>View session detail</a>


To allow a user to add the session to their schedule directly from within the abstract, use this URL:

  • urn:eventpilot:all:agenda:add_sched:<session ID>


We recommend adding this link to a simple flat button. Sample HTML:


<p style='margin-top:30px;margin-bottom:30px; font-family:Arial, Helvetica, sans-serif' align='center'><a href=’urn:eventpilot:all:agenda:id:2001’ style='text-decoration:none;display:inline-block;cursor: pointer;text-align: center;padding: 10px;margin: 14px 5px 5px 5px;border: 1px solid rgba(0,0,0,.1);background-color: #999;color: #FFF !important;font-size:.9em;' rel=’external’>View Session Detail to Add to Schedule</a></p>


Related articles: 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article