File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ const myTimeline = new MastodonTimeline . Init ( {
2+ mtContainerId : 'mt-container' ,
3+ instanceUrl : 'https://hachyderm.io' , // Change this to your preferred instance
4+ timelineType : 'profile' , // or 'hashtag' or 'profile'
5+ userId : '109858074080091787' ,
6+ profileName : '@R_Forwards' ,
7+ maxNbPostShow : '10' ,
8+ maxNbPostFetch : '10' ,
9+ insistSearchContainer : true , // This helps with timing issues
10+ insistSearchContainerTime : '5000' // Wait up to 5 seconds for container
11+ } ) ;
Original file line number Diff line number Diff line change 77 </div >
88</div >
99
10- <script >
11- const myTimeline = new MastodonTimeline.Init ({
12- mtContainerId: ' mt-container' ,
13- instanceUrl: ' https://hachyderm.io' , // Change this to your preferred instance
14- timelineType: ' profile' , // or 'hashtag' or 'profile'
15- userId: ' 109858074080091787' ,
16- profileName: ' @R_Forwards' ,
17- maxNbPostShow: ' 10' ,
18- maxNbPostFetch: ' 10' ,
19- insistSearchContainer: true , // This helps with timing issues
20- insistSearchContainerTime: ' 5000' // Wait up to 5 seconds for container
21- });
22- </script >
10+ <script src =" mastodon-timeline-setup.js " ></script >
You can’t perform that action at this time.
0 commit comments