1.0.7 • Published 5 years ago

scrivito-follow-on-twitter v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Scrivito Follow on Twitter

CMS: Scrivito License: MIT

Screenshot

Screenshot

Installation

Open your terminal.

$ cd to your Scrivito project

$ npm install scrivito-follow-on-twitter

Import the widget in your javascript src/Widgets/index.js.

Add this line to your index.js:

import "scrivito-follow-on-twitter";

Add the following lines to your '_headersCsp.json' in the public directory of your Scrivito App:

"script-src": [
        "https://platform.twitter.com/widgets.js",
        "https://platform.twitter.com/js/"
    ],

Features

A follow me on Twitter button which also shows the total number of followers.

Widget properties

In the widget properties you can set:

  • The Twitter name e.g. "scrivito"
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago