> ## Content Index
> Fetch the complete content index at: https://ghost.org/changelog/llms.txt
> Use this file to discover other available public pages before exploring further.

# New bookmark cards
- URL: https://ghost.org/changelog/bookmark-cards/
- Published: 2019-09-02T12:21:35.000Z
- Updated: 2021-01-07T23:34:02.000Z
- Author: Kym Ellis
- Tags: New, #changelog, #ghost

We've introduced a new bookmark card to the editor which allows you to present links in a much richer format! 

When using a URL with the right meta information, it can show the page title, excerpt, author, publisher and even a preview image. This is a great way to share links from sites that don't have automatic embeds. Here's an example of a bookmark card in action:

[Ghost Handlebars Themes - Building a custom Ghost theme - DocsOur handlebars theme templating framework works with the Ghost API to build flexible publishing websites. Get all the tools you need to start building your custom theme here!Ghost - The Professional Publishing Platform![](https://ghost.org/images/meta/Ghost-Docs.jpg)](https://ghost.org/docs/themes/?ref=ghost.org)

### How it works

There's two ways to add a bookmark card to your posts: 

1. Paste a link as the first thing in a blank paragraph – if no automatic embed is available, the editor will default to the bookmark card.
2. Manually select the bookmark card from the (+) menu or by typing `/bookmark` on a new line and pasting your URL – or for a shortcut `/bookmark {url}`

Bookmark cards require a minor CSS update in your theme, [grab the code here](https://ghost.org/docs/themes/content/?ref=ghost.org#bookmark-card). **[Ghost(Pro)](https://ghost.org/pricing/?ref=ghost.org)** users already have access to bookmark cards. Self-hosted developers can use [Ghost-CLI](https://ghost.org/docs/ghost-cli/?ref=ghost.org) to install the latest release!