···70707171## Better embeds
7272If you’d like to improve embeds (for example, fixing Bluesky embeds), you can use the following custom messages:
7373-- `https://bskyx.app/profile/{creator.handle}/post/{post.id}` ([Lexedia/VixBluesky](https://github.com/Lexedia/VixBluesky))
7474-- `https://fxbsky.app/profile/{creator.handle}/post/{post.id}` ([fxbsky.app](https://bsky.app/profile/fxbsky.app))
7575-- `https://vxbsky.app/profile/{creator.handle}/post/{post.id}` ([dylanpdx/vxBsky](https://github.com/dylanpdx/vxBsky))
7676-- `https://bskye.app/profile/{creator.handle}/post/{post.id}` ([FerroEduardo/bskye](https://github.com/FerroEduardo/bskye))
7777-- `https://bsyy.app/profile/{creator.handle}/post/{post.id}`
7373+- `https://bskyx.app/profile/{author.handle}/post/{post.id}` ([Lexedia/VixBluesky](https://github.com/Lexedia/VixBluesky))
7474+- `https://fxbsky.app/profile/{author.handle}/post/{post.id}` ([fxbsky.app](https://bsky.app/profile/fxbsky.app))
7575+- `https://vxbsky.app/profile/{author.handle}/post/{post.id}` ([dylanpdx/vxBsky](https://github.com/dylanpdx/vxBsky))
7676+- `https://bskye.app/profile/{author.handle}/post/{post.id}` ([FerroEduardo/bskye](https://github.com/FerroEduardo/bskye))
7777+- `https://bsyy.app/profile/{author.handle}/post/{post.id}`
78787979A preview of all embeds can be found [in this reddit post](https://www.reddit.com/r/BlueskySocial/comments/1he642f/comparing_bluesky_fix_embed_sites/).
8080···244244 <td>Post text</td>
245245 </tr>
246246 <tr>
247247+ <td><code>post.image</code>*</td>
248248+ <td></td>
249249+ <td>Post image hyperlink</td>
250250+ </tr>
251251+ <tr>
247252 <td><code>post.link</code></td>
248253 <td>https://bsky.app/profile/shi.gg/post/3lck23sfi522v</td>
249254 <td>Post page</td>
···259264 <td>Post time & date</td>
260265 </tr>
261266 <tr>
262262- <td><code>creator.handle</code></td>
267267+ <td><code>creator.handle</code>\*\*</td>
263268 <td>shi.gg</td>
264269 <td>Creator handle</td>
265270 </tr>
266271 <tr>
267267- <td><code>creator.posts</code></td>
272272+ <td><code>creator.posts</code>\*\*</td>
268273 <td>784</td>
269274 <td>Amount of posts</td>
270275 </tr>
271276 <tr>
272272- <td><code>creator.followers</code></td>
277277+ <td><code>creator.followers</code>\*\*</td>
273278 <td>48</td>
274279 <td>Amount of followers</td>
275280 </tr>
···278283<br />
279284280285*If a post is a reply, and your custom message is `{post.type}ed` it will display `replied to`, instead of `replyed`.
286286+\*\* You may also use `{author.xxx}` to refer to the author for all `{creator.xxx}` placeholders. In non-reposts, `author` and `creator` will be the same — if a post is a repost, `creator` will be the user who reposted the post, while `author` will be the original author of the post.
281287282288<br />
283289<br />