Skip to main content
Answer

Does any Widget support using a GoLearn deep link?

  • July 30, 2021
  • 1 reply
  • 97 views

tschoone
Helper I
Forum|alt.badge.img

More fun with Deep Links.  They don’t work within an HTML widget within Docebo.  Docebo strips the deep link.

I added an Image widget to a page and linked it to a course. 

In Go.Learn it then opens the course in the browser on my phone, it actually leaves Go.Learn to open the course!

So I went back to the drawing board and created an HTML Widget thinking I’d actually control the code and provide 2 options (one in the site, one on the phone).

 

Docebo actually strips the HTML of the href!

These Deep Links just don’t deliver when needed!  Frustrated.

Is there any widget type that would allow me to use a golearn deep link?

Best answer by tschoone

If you use the GoLearn:// deeplinks and you want to use them in widgets, the trick for integrating the GoLearn:// deeplinks is to turn them into a TinyURL using HTTP://  The HTTP:// protocol works fine.

1 reply

tschoone
Helper I
Forum|alt.badge.img
  • Author
  • Helper I
  • Answer
  • September 17, 2021

If you use the GoLearn:// deeplinks and you want to use them in widgets, the trick for integrating the GoLearn:// deeplinks is to turn them into a TinyURL using HTTP://  The HTTP:// protocol works fine.