-
instance (required)
Domain name of the instance without https:// (e.g. example.org)
-
account (required)
The account ID (a long number – see FAQ on how to get it)
-
tag
Use tag instead of account if you want to embed a tag feed instead of a personal feed
-
cache
If wordpress should cache Mastodon server API calls (Default: false)
Note: automatically enabled for feeds where auth is used
-
auth
Auth key that should be used if Mastodon server API needs authentication
-
limit
Maximum number of statuses (Default: 20)
-
excludeReplies
Exclude replies to other accounts (Default: false)
-
excludeConversationStarters
Exclude statuses that start with a user mention (Default: false)
-
excludeBoosts
Exclude boosted statuses (Default: false)
-
onlyPinned
Show only pinned statuses (Default: false)
-
onlyMedia
Show only statuses containing media (Default: false)
-
preserveImageAspectRatio
Preserve image aspect ratio (Default: false)
-
imageSize
Load small sized preview images or full size high quality images (Default: preview, full)
-
imageLink
Link image to status or image (Default: status, image)
-
tagged
Show only statuses that are tagged with given tag name (Default: false)
No leading #, case insensitive, e.g.: tagged=”tagname”
-
excludeTags
Exclude statuses that are tagged with any of the given tag names (Default: false)
Comma separated list of tags, no leading #, case insensitive, e.g.: excludeTags=”tag1,tag2″
-
linkTarget
Target for all links e.g. new tab would be “_blank” (Default: _self)
-
showPreviewCards
Show preview cards (Default: true)
-
hideStatusMeta
Hide status meta information, automatically also hides date and time (Default: false)
-
hideDateTime
Hide date and time from status meta information (Default: false)
-
darkmode
Enable dark mode (Default: false)
-
text-loading
Loading text (Default: Loading Mastodon feed…)
-
text-noStatuses
Text if no statuses are available (Default: No statuses available)
-
text-boosted
Text indicating boosted statuses (Default: boosted 🚀)
-
text-viewOnInstance
View status on instance link text (Default: view on instance)
-
text-showContent
Text for content warning buttons (Default: Show content)
-
text-permalinkPre
Text before post permalink (date & time) (Default: on)
-
text-permalinkPost
Text after post permalink (date & time) (Default: )
-
text-edited
Text indicating edited posts (Default: (edited))
-
date-locale
Locale for date string, used in toLocaleString() (Default: en-US)
You can define several plugin constants to set custom default options that will be applied site-wide (e.g. date options can only be set as php constant to mitigate an XSS vulnerability).