mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 08:52:46 +00:00
Update Readme.md
This commit is contained in:
parent
9c929a20c8
commit
1fe26882fa
@ -55,19 +55,19 @@ Check the `src=""` url, your user id is between `/accounts/avatars/` and `/origi
|
|||||||
Here you have some parameters to customize your embed timeline:
|
Here you have some parameters to customize your embed timeline:
|
||||||
|
|
||||||
```
|
```
|
||||||
// The maximun amount of toots to get from the user (default: 20)
|
// Maximun amount of toots to get from the user (default: 20)
|
||||||
toots_limit: 20
|
toots_limit: 20
|
||||||
|
|
||||||
// Hide the boosted toots (default: don't hide)
|
// Hide boosted toots (default: don't hide)
|
||||||
hide_reblog: false
|
hide_reblog: false
|
||||||
|
|
||||||
// Hide the replies from the user (default: don't hide)
|
// Hide replies from the user (default: don't hide)
|
||||||
hide_replies: false
|
hide_replies: false
|
||||||
|
|
||||||
// Limit the text content to a maximum number of lines (default: unlimited)
|
// Limit the text content to a maximum number of lines (default: unlimited)
|
||||||
text_max_lines: 0
|
text_max_lines: 0
|
||||||
|
|
||||||
// Customize the text of the button linking to your Mastodon profile (appears after the last toot)
|
// Customize the text of the button linking to the user profile page (appears after the last toot)
|
||||||
btn_see_more: 'See more posts at Mastodon'
|
btn_see_more: 'See more posts at Mastodon'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user