View source: R/embed_external.R
bs_new_embed_external | R Documentation |
Embeds are not designed as standalone records, but rather as part of a post. This will create a list representation of an external embed.
bs_new_embed_external(
uri,
title,
description,
thumb,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
uri |
a link to embed |
title |
the title for the link |
description |
a description of the link |
thumb |
Optional. A thumbnail for the link |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
a list representation of an external embed
embed/external.json (2024-12-05)
v0.2.0
(2024-12-05)
bs_new_embed_external(
uri = 'https://christophertkenny.com/bskyr/',
title = 'Interact with Bluesky Social',
description = 'An R package for using Bluesky Social'
)
bs_new_embed_external(
uri = 'https://christophertkenny.com/bskyr/'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.