Title: Deeplinking example
Last modified: March 22, 2018

---

# Deeplinking example

 *  Resolved [goatcheeta](https://wordpress.org/support/users/goatcheeta/)
 * (@goatcheeta)
 * [8 years ago](https://wordpress.org/support/topic/deeplinking-example/)
 * I have a stained glass window site that I am developing an android app.
    The 
   above link, is one of the window pages.
 * I want to deep link to the donor of the window from this page. In this case the
   donor name is Alexander Phillips. I don’t want to load a separate browser window
   to do this that pops us.
 * I used the following in the above page. 25 is the page id of Phillips
 *     ```
       <strong><a href="//page/donors/25">Alexander Phillips</a></strong>
       ```
   
 * The urlscheme is simply “urlscheme”. The above does not work
 * I am not sure what I am doing wrong. I have looked at the Cordova plugin to see
   what the problem is. Any help would be appreciated.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeeplinking-example%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Mathieu Le Roi](https://wordpress.org/support/users/mleroi/)
 * (@mleroi)
 * [8 years ago](https://wordpress.org/support/topic/deeplinking-example/#post-10107842)
 * Hi,
 * If I understand you well, you have a page inside your app where you want to link
   to another page inside the app, is that right?
    Using href=”#page/25″ should 
   work. But note that you must have at least one component of type “Page” in your
   app for this internal page link to work. (If you don’t already have a “Page” 
   component in your app and don’t need one, you can still add a dummy “Page” component
   without adding it to the app’s menu, this way it won’t be displayed in the app).
 * For any further question or feedback, please contact us at support[at]uncategorized-
   creations.com as explained in the “Support Policy” topic of this forum ([here](https://wordpress.org/support/topic/support-policy-39/)).
   Thanks!
 * Hope this helps,
    Regards,
 *  Thread Starter [goatcheeta](https://wordpress.org/support/users/goatcheeta/)
 * (@goatcheeta)
 * [8 years ago](https://wordpress.org/support/topic/deeplinking-example/#post-10121122)
 * Thank you very much for your help. It worked!
 *  Plugin Contributor [Mathieu Le Roi](https://wordpress.org/support/users/mleroi/)
 * (@mleroi)
 * [8 years ago](https://wordpress.org/support/topic/deeplinking-example/#post-10123644)
 * Great! Have fun building your apps 🙂

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

The topic ‘Deeplinking example’ is closed to new replies.

 * ![](https://ps.w.org/wp-appkit/assets/icon.svg?rev=1634467)
 * [WP-AppKit - Mobile apps and PWA for WordPress](https://wordpress.org/plugins/wp-appkit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-appkit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-appkit/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-appkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-appkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-appkit/reviews/)

## Tags

 * [android](https://wordpress.org/support/topic-tag/android/)
 * [deeplinking](https://wordpress.org/support/topic-tag/deeplinking/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mathieu Le Roi](https://wordpress.org/support/users/mleroi/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/deeplinking-example/#post-10123644)
 * Status: resolved