Publish Your Bookmarks — Share, Embed & Syndicate

Your curated collections — permanently yours, shareable everywhere.

Every public folder on LinkaGoGo comes with a permanent URL, an RSS feed, and an embeddable widget. You own the content. These are the tools to distribute it.
Following the POSSE principle? This page covers the setup.

Step 1

Make a folder public

  1. Open LinkaGoGo and right-click any folder in the sidebar.
  2. Choose Edit folder.
  3. Toggle Public on and save.

That's it. The folder and all its bookmarks are now accessible at your public profile URL.

Public URL

Your permanent link

Every public folder gets a permanent URL:

https://www.linkagogo.com/u/yourname/folder-id

Share it in a bio, newsletter footer, README, or anywhere you introduce yourself. This URL stays stable as long as you choose — it is the canonical home for that collection.

To copy it quickly, open the public folder page and click the Share button (↗ icon) in the top-right corner. The Page link field has the URL ready to copy.

RSS Feed

Automate with RSS

Every public folder has an RSS feed:

https://www.linkagogo.com/api/v1/public/yourname/bookmarks/rss?folder_id=ID

Your full public profile also has a combined feed of everything you've made public:

https://www.linkagogo.com/u/yourname/feed.xml

Copy either URL from the Share button → RSS feed field, then plug it into an automation tool:

  • Make.com — RSS Watch Feeds trigger → LinkedIn Create a Post module. Free tier covers typical usage.
  • Buffer — Add the RSS feed under Channels → RSS Feed. New bookmarks auto-queue to your social accounts.
  • Zapier — RSS by Zapier trigger → any supported platform.

Add a new bookmark to the folder and it appears in the RSS feed within minutes, then auto-posts to wherever you've wired it.

Embed

Embeddable widget

Embed a live bookmark list on any website — a blog sidebar, a project README (via GitHub Pages), a personal site — with a single script tag:

<script src="https://www.linkagogo.com/widget/lgg-widget.js"
        data-user="yourname"
        data-folder="folder-id"
        data-limit="10"
        data-theme="light">
</script>

Attributes:

  • data-user — your LinkaGoGo username (required)
  • data-folder — the public folder ID (required)
  • data-limit — number of bookmarks to show, default 10, max 50
  • data-themelight or dark; omit to follow the visitor's OS preference automatically
  • data-title — override the widget heading (defaults to the folder name)

The widget fetches the latest bookmarks live, so your embedded list stays current automatically as you add to the folder.

To copy the pre-filled snippet for your folder, open the public folder page, click Share, and copy the Embed field.

Further reading: Publish Once, Share Everywhere — The POSSE Approach to Your Bookmark Collection