Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flagbit/shopware6-twitter
A plugin to integrate twitter timelines etc. into your shopware 6 shop.
https://github.com/flagbit/shopware6-twitter
Last synced: about 1 month ago
JSON representation
A plugin to integrate twitter timelines etc. into your shopware 6 shop.
- Host: GitHub
- URL: https://github.com/flagbit/shopware6-twitter
- Owner: flagbit
- Archived: true
- Created: 2020-03-30T08:54:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T16:15:24.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T13:17:49.826Z (5 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shopware6 - Twitter Timeline integration >6.4
README
# Twitter Plugin for Shopware 6
This plugin will add custom twitter cms elements to your shopware 6 store.
All possible twitter elements you can see at [publish.twitter.com](https://publish.twitter.com/).## Custom twitter elements
* Twitter Timelines
* For profiles :white_check_mark:
* For collections :white_check_mark:
* For lists :white_check_mark:
* For profile likes :white_check_mark:
* Twitter Buttons
* Share :white_check_mark:
* Follow :white_check_mark:
* Mention :white_check_mark:
* Hashtag :white_check_mark:
* Message :white_check_mark:
* Twitter tweet as quote :construction:
* Twitter moment :construction:> Legend: Implemented :white_check_mark:, Under construction :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`## Screens
### Twitter timeline frontend
![Twitter timeline in frontend](https://raw.githubusercontent.com/flagbit/shopware6-twitter/master/docs/images/shopware-6-twitter-timeline-frontend.png "Twitter timeline in frontend")### Twitter timeline backend
![Twitter timeline backend configuration](https://raw.githubusercontent.com/flagbit/shopware6-twitter/master/docs/images/shopware-6-twitter-timeline-backend.png "Twitter timeline backend configuration")