A iframe-able site that displays a fediverse feed
Go to file
moanos 2d0440c517
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: Load only upon consent
2023-11-27 09:55:44 +01:00
src feat: Load only upon consent 2023-11-27 09:55:44 +01:00
.woodpecker.yml ci: add steps 2023-11-26 22:15:27 +01:00
README.md docs: Add basic quickstart 2023-11-26 22:14:52 +01:00

Include Fedi

Include Fedi allows you to embed a fediverse accounts post into a sites.

Quickstart

In the head of your site include the css and javascript

<script src="script.js"></script>
<link rel='stylesheet' id='include-fedi-css' href='style.css'/>

In the body you should add a div with the id fedi-feed at the location you want the feed to be

<div class="include-mastodon-feed dark" id="fedi-feed">Loading...</div>