Skip to main content
Skip table of contents

Pitcher Hyperlinks

Supported Platforms:

  • Pitcher Impact iOS

  • Pitcher Impact Windows

Not Supported Platforms:

  • Pitcher Connect

  • Pitcher Impact Android 

Adding links between different content in Pitcher can be done in 2 ways:

  • Using JS library.

  • Using Pitcher file link protocol

(*Important -> Using Pitcher file link protocol option is available for Windows for builds from build .477. For the builds that are before the mentioned version, please use openPitcherFile method from JS library.)

When adding from PowerPoint or Keynote

CODE
http://pitcher/{content ID}

 

You can get the content ID of any content type from PITCHER ADMIN and jump to other content. If you want to reference the current file on a certain page, please use 0 as the content ID. e.g. 

CODE
http://pitcher/0/{page number}

 

When adding from HTML/JS (*Important -> Do not add a target="_blank" parameter on the links. iOS 10 is blocking links with this parameter.)

CODE
pitcherFile://{content ID}/{initial page}

 

You can get the content ID of any content type from PITCHER ADMIN and jump to other content. The initial page is 1 based. 

Important: This protocol opens the second content as a layer on top, and users can click 'done' to return to the previous page. 

CODE
pitcherSlide://{contentID or . (dot) for current content}/{initial page}

You can get the content ID of any other Presentation content or use a dot to jump between content. The initial page is 1 based. Please compare with pitcherFile:// call. 

CODE
pitcherHttp://{url}

 

You can use this protocol to utilize Pitcher Webview to render a web URL.

CODE
pitcherDo://{}

This call closes the existing page.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.