code711 / mastodon-feed
Code711 Mastodon Feed
Installs: 117
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 2
Language:JavaScript
Type:typo3-cms-extension
Requires
- php: 7.4.*||8.0.*||8.1.*||8.2.*
- typo3/cms-core: 11.5.*||12.4.*
Requires (Dev)
- typo3/cms-backend: ^12.0
- typo3/cms-extbase: ^12.0
- typo3/cms-fluid-styled-content: ^12.0
- typo3/cms-frontend: ^12.0
- typo3/cms-install: ^12.0
- typo3/cms-tstemplate: ^12.0
- typo3/coding-standards: ^0.5.5
README
A TYPO3 plugin to add a configurable mastodon feed to your website. You can either display the feed of a specific user or the feed for a tag.
If you need to look up your Mastodon user id, this tool can help: https://mastodon-userid-lookup.jcxldn.net/
Changelog
1.0.3
- Bugfix issue #2 - Extension is not compatible with PHP 7.4.* like the composer.json says
- Feature - Add toots limit in plugin settings
- Merge pull request #4 from froemken/addPhp74Compatibility
- Merge pull request #8 from froemken/updateGithubCheckout
- Merge pull request #7 from froemken/addDescriptionToFlexForm
- Merge pull request #6 from froemken/addLicenseFile
- Merge pull request #5 from froemken/removeUnneededPluginFields
- Merge pull request #3 from froemken/addEntryNewContentElementWizard
1.0.2
- Bugfix issue #1 - enable support for multiple instances of the plugin in one page
1.0.1
- prepared for TER
1.0.0
- Initial release