add mastodon timeline
This commit is contained in:
@@ -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
Reference in New Issue
Block a user