Share a Link Directly via Discover, Coach & Share

  • 8 February 2022
  • 1 reply
  • 112 views

Userlevel 5
Badge +2

Ciao, I'm Marco, Business Product Owner here at Docebo and I wanted to share a useful tipwithin Discover, Coach & Share.

One of the not well known functionalities of Discover, Coach, & Share is that you can share a link directly to the platform with a URL.

It would look like this: https://[Platform_URL]/share/contribute?url=[URL_TO_SHARE]

As you can see, the URL contains the URL you want to share!This can be helpful when in integrating Docebo with your existing website.

For example, adding a button like "add to Docebo".

I’ve also seen a customer create a bookmark that, when clicked, uploaded the opened browser page to Docebo, importing the page title, description and image from the page OpenGraph Data. 

Here’s the sample code to achieve an example “Share to Docebo” bookmark:
javascript:void(win=window.open('https://[YOURPLATFORMURL]/share/contribute?url=' encodeURIComponent(location.href),'Contribute','width=500,height=500,left=' ((screen.width/2)-(500/2)) ',top=' ((screen.height-500)/3) ',resizable=1,scrollbars=1,menubar=0,toolbar=0,status=0,directories=0,copyhistory=0'))


1 reply

Userlevel 5
Badge +2

Hi @Marco.T Does this link work on the mobile site for linking to Discover, Coach and Share assets?

Reply