Integrations
Browser Extension
The browser extension allows you to quickly add new bookmarks without leaving the page that you are on. The extension is available in the official extension stores for:
The extension is open source as well, which enables you to build and manually load it into any browser that supports Chrome extensions.
Bookmarklet
The bookmarklet is an alternative, cross-browser way to quickly add new bookmarks without opening the linkding application first. Here's how it works:
- Choose your preferred method for detecting website titles and descriptions below (Help)
- Drag the bookmarklet below into your browser's bookmark bar / toolbar
- Open the website that you want to bookmark
- Click the bookmarklet in your browser's toolbar
- linkding opens in a new window or tab and allows you to add a bookmark for the site
- After saving the bookmark, the linkding window closes, and you are back on your website
Choose your preferred bookmarklet:
REST API
{% if api_success_message %}Copy this token now, it will only be shown once:
API tokens can be used to authenticate 3rd-party applications against the REST API. Please treat tokens as you would any other credential. Any party with access to a token can access and manage all your bookmarks.
{% if api_tokens %} {% endif %} Create API tokenRSS Feeds
The following URLs provide RSS feeds for your bookmarks:
- All bookmarks
- Unread bookmarks
- Shared bookmarks
-
Public shared bookmarks
The public shared feed does not contain an authentication token and can be shared with other people. Only shows shared bookmarks from users who have explicitly enabled public sharing.
All URLs support the following URL parameters:
-
A
limitparameter for specifying the maximum number of bookmarks to include in the feed. By default, only the latest 100 matching bookmarks are included. -
A
qURL parameter for specifying a search query. You can get an example by doing a search in the bookmarks view and then copying the parameter from the URL. -
An
unreadparameter for filtering for unread or read bookmarks. Useyesfor unread bookmarks andnofor read bookmarks. -
A
sharedparameter for filtering for shared or unshared bookmarks. Useyesfor shared bookmarks andnofor unshared bookmarks.
Please note that these URLs include an authentication token that should be treated like any other credential. Any party with access to these URLs can read all your bookmarks. If you think that a URL was compromised you can delete the feed token for your user in the admin panel. After deleting the feed token, new URLs will be generated when you reload this settings page.