Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
/ shopware6-twitter Public archive

A plugin to integrate twitter timelines etc. into your shopware 6 shop.

Notifications You must be signed in to change notification settings

flagbit/shopware6-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Screens

Twitter timeline frontend

Twitter timeline in frontend

Twitter timeline backend

Twitter timeline backend configuration