Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nearata/flarum-ext-embed-twitch
A Flarum extension that allow users to embed content from Twitch.TV.
https://github.com/nearata/flarum-ext-embed-twitch
flarum flarum-extension
Last synced: 15 days ago
JSON representation
A Flarum extension that allow users to embed content from Twitch.TV.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-embed-twitch
- Owner: Nearata
- License: unlicense
- Created: 2021-03-21T18:20:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T20:33:22.000Z (over 2 years ago)
- Last Synced: 2024-11-09T21:48:40.186Z (about 1 month ago)
- Topics: flarum, flarum-extension
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/26561
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Embed Twitch
> A [Flarum](http://flarum.org) extension. Allow users to embed content from Twitch.TV.
## Requirements
To use this extension, your site **MUST** comply with [Twitch Requirements](https://dev.twitch.tv/docs/embed#embedded-experiences-requirements).
In short, your site must have SSL enabled.
## Preview
- [Images](https://imgur.com/a/3lFMVG7)
## Install
```sh
composer require nearata/flarum-ext-embed-twitch
```## Remove
```sh
composer remove nearata/flarum-ext-embed-twitch
php flarum cache:clear
```