flagbit / plugin-twitter
Shopware 6 Twitter Plugin
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 2
Open Issues: 0
Language:JavaScript
Type:shopware-platform-plugin
Requires
- php: ^7.4
- shopware/core: ^6.4
This package is auto-updated.
Last update: 2023-03-29 00:34:41 UTC
README
This plugin will add custom twitter cms elements to your shopware 6 store.
All possible twitter elements you can see at publish.twitter.com.
Custom twitter elements
- Twitter Timelines
- For profiles ✅
- For collections ✅
- For lists ✅
- For profile likes ✅
- Twitter Buttons
- Share ✅
- Follow ✅
- Mention ✅
- Hashtag ✅
- Message ✅
- Twitter tweet as quote 🚧
- Twitter moment 🚧
Legend: Implemented ✅, Under construction 🚧
Requirements
- Shopware 6.4. at least
- PHP 7.4 at least
Installation
Require the module via composer
composer require "flagbit/plugin-twitter" "v0.0.3"
Check if the plugin is known by shopware
bin/console plugin:refresh && bin/console plugin:list
If the plugin is known, install and activate the plugin
bin/console plugin:install FlagbitTwitter --activate --clearCache
Build a new fresh administration with all the updated js
php psh.phar administration:build