Skip to content

Commit

Permalink
Use mastofeed.com for profile embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Oct 21, 2024
1 parent 58c0cc2 commit fbcce26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/AuthorLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ const authorPosts = await getCollection('blog', (entry) => {
</div>
<div class="grid sm:grid-cols-2 xl:grid-cols-3 grid-cols-1 gap-4">
<iframe
src="https://indieweb.social/@gmarty/112168224430494048/embed"
src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Findieweb.social%2Fusers%2Fgmarty&theme=auto&size=100&header=false&replies=false&boosts=false"
loading="lazy"
allowfullscreen="allowfullscreen"
allowfullscreen
title="Mastodon"
sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox"
class="w-full border-0 overflow-hidden rounded h-96"></iframe>
<script src="https://indieweb.social/embed.js" async="async"></script>
<iframe
src="https://pixelfed.social/gmarty/embed"
loading="lazy"
allowfullscreen="allowfullscreen"
allowfullscreen
title="Pixelfed"
class="w-full border-0 overflow-hidden rounded h-96"></iframe>

Expand Down

0 comments on commit fbcce26

Please sign in to comment.