Skip to content

Send link to 3rd party app

DintRead support sending article link to 3rd party apps which support custom URL scheme.

What is Custom URL Scheme

Custom URL schemes on macOS allow apps to register unique protocols (e.g., myapp://) to trigger specific actions.

With custom url scheme, we can pass article link data to 3rd party apps like this:

myapp:?url=<article link>

In this case, myapp is the custom url scheme of the 3rd party app, <article link> is the link of the article you want to send to.