add mastodon timeline

This commit is contained in:
2025-04-08 08:22:02 +04:00
parent 4564778567
commit eaa95838c6
5 changed files with 63 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
window.addEventListener("load", () => {
const myTimeline = new MastodonTimeline.Init({
instanceUrl: 'https://mamot.fr',
dateFormatLocale: 'fr-FR',
btnSeeMore: "Vori plus de post",
btnReload: "Rafraichir",
maxNbPostFetch: '10',
maxNbPostShow: '10'
});
});
File diff suppressed because one or more lines are too long