Deep linking is a kind of link which makes it possible to browse to a specific content in an application or a website. You may deep link to a folder or a content of your Touch & Sell app, from a website or another application.
Example of use: A page from your intranet refers to a content available inside your Touch & Sell app, you may add a link that will open this content directly inside your Touch & Sell app.
That is very easy, you just need to create a touchsell:// type link, with some further items detailed above, and put it for instance inside HTML tag like <a href="touchsell://...">, or in a link inside an interactive PDF, or in a custom application.
How to deep link?
Using the contents path
Use the following type of link: touchsell://nodes/path/<CHEMIN>/<VERS>/<MON>/<CONTENU> to access a specific content inside your contents tree from their path.
Examples :
- touchsell://nodes/path/My company/Presentation
- touchsell://nodes/path/My products/Technical sheets
Using the contents id
Use the following type of link: touchsell://nodes/id/<CONTENT ID> to access directly to a specific content from their technical ID.
Examples :
- touchsell://nodes/id/45789 where 45789 is the content's ID as it appears when editing it from the administration interface
Add arguments
You may add arguments to your link that will be used when opening the content.
Examples :
- touchsell://nodes/path/My company/PresentationVideo?loop => will open the PresentationVideo from My company folder and play it in loop mode
- touchsell://nodes/path/My company/Animation?fullscreen => will open the Animation HTML document from My company folder and open it fullscreen
- touchsell://nodes/path/Mon entreprise/Brochure?page=4 => will open the Brochure PDF document from My company folder directly on page 4
| Note : Should you need to open a specific app among several Touch & Sell applications, you may use the following type of link: touchsell-XXX:// where XXX is the ID of your app. Please reach your Touch & Sell contact to get this ID. |
Commentaires
0 commentaire
Vous devez vous connecter pour laisser un commentaire.