Rating: 5 stars
Does what you need it to do in a simple way and can be customised with simple CSS to match the look and feel of your site.
I would love to see some config options on how things are displayed:
* Show / hide date & time at the top of each toot.
* More placement options for the avatar.
Rating: 5 stars
Love this plugin! Very easy to adjust the shortcode to customise the feed contents (eg. to exclude replies or boosts, to only show posts with images or with a certain tag etc). And if you are happy adding custom CSS to your wordpress, also fairly simple to get things looking just the way you want them. So happy this plugin exists.
]]>Rating: 5 stars
Simple. Works. Phew!
]]>Rating: 5 stars
thanks a lot! Works charming …
]]>Rating: 5 stars
Simple installation, perfect description, user ID in seconds, minimal customization. This plugin just does what it should do.
]]>Rating: 5 stars
The instructions look a bit intimidating to start with, but it’s actually pretty simple to install and configure. The FAQ tells you how to find your account number, and there are plenty of shortcode options to customise the feed.
]]>Rating: 5 stars
Overall this is fantastic and offers some easy to use customizations with shortcode. Well done, thank you!!
The only thing I’d like to see in the future is the ability to exclude @’s to other users. You can already disable replies which is great, but I’d like to suppress conversations I start with other users.
Rating: 5 stars
and Effective.
]]>Rating: 5 stars
Simple plugin that works well – just make sure to leave the protocol off the start of the instance URL or it will fail with a Javascript error
]]>Rating: 5 stars
Please resist the temptation to add stuff – except it would be nice to have both pinned and latest posts ??
Thanks for freely contributing this plugin.
]]>Rating: 5 stars
Works well but needs a little bit of configuration
I wish there was a way to resize the avatar display which is too large at present
Rating: 5 stars
Very nice plugin! I wish there would be an option to sort the feed to have newest items on top.
EDIT: All of a sudden, items are sort with newest ontop… 5 Star !
Rating: 5 stars
Been looking for something just like this for weeks. Easy to set up and does exactly what I need. Extremely configurable.
I had a small issue with the feed being stuck on a “Loading Mastodon feed…” message. Contacted the creator and got an instant fix; in the short code use your instance url without https or trailing slash.
Superb work and service.
]]>Rating: 5 stars
I love it. Does exactly what I was hoping for.
I ended up making the following custom css changes to get it to look the way I wanted:
// THESE ARE FOR MASTODON WIDGET
div.card a div.meta div.description {
display: none;
}
a .meta .description {
display: none;
}
div.account:has(> span.booster) {
display: none;
padding: 0;
}
.include-mastodon-feed .status {
background: #f5f5f5;
margin: 5px 0 10px 0;
padding: 15px 15px 0 15px;
//border-bottom: 1px solid #E4E4E4;
border: 1px solid #E4E4E4;
}
.include-mastodon-feed .contentWrapper.boosted {
padding: 0;
background: #f5f5f5;
}
.include-mastodon-feed .account {
padding: 0 0 11px 0;
font-size: 11px;
font-style: italic;
font-family: Verdana, Arial, Helvetica, Sans Serif;
color: #808080;
}
.include-mastodon-feed .boosted .account a:nth-child(2), .include-mastodon-feed .contentWarning a {
border: none;
padding: 0;
background: none;
color: #A25A1B;
text-decoration: none;
}
.include-mastodon-feed .boosted .account > a:first-child, .include-mastodon-feed .contentWarning a, .include-mastodon-feed .boosted .account a:nth-child(2), .include-mastodon-feed .contentWarning a {
border: none;
padding: 0;
background: none;
color: #A25A1B;
text-decoration: none;
}
.include-mastodon-feed .boosted .account > a:first-child:hover, .include-mastodon-feed .contentWarning a:hover, .include-mastodon-feed .boosted .account a:nth-child(2):hover, .include-mastodon-feed .contentWarning a:hover {
color: #F90;
border: none;
padding: 0;
background: none;
text-decoration: underline;
}
(Please forgive the css. I just hacked this together. I don’t really understand what I’m doing, ha ha.)
]]>