Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamic/silverstripe-elemental-oembed
A block to embed media from other websites via oEmbed
https://github.com/dynamic/silverstripe-elemental-oembed
hacktoberfest silverstripe silverstripe-elemental
Last synced: 5 days ago
JSON representation
A block to embed media from other websites via oEmbed
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-elemental-oembed
- Owner: dynamic
- License: bsd-3-clause
- Created: 2018-05-01T21:14:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T20:56:04.000Z (4 months ago)
- Last Synced: 2024-12-14T08:52:42.496Z (8 days ago)
- Topics: hacktoberfest, silverstripe, silverstripe-elemental
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 8
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverstripe Elemental Media Block
A content block to embed media from other websites via oEmbed
[![CI](https://github.com/dynamic/silverstripe-elemental-oembed/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-oembed/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-elemental-oembed/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-elemental-oembed)[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-oembed/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-oembed)
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-oembed/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-oembed)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-oembed/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-oembed)
[![License](https://poser.pugx.org/dynamic/silverstripe-elemental-oembed/license)](https://packagist.org/packages/dynamic/silverstripe-elemental-oembed)## Requirements
* dnadesign/silverstripe-elemental: ^4.8
* dynamic/silverstripe-linkable: ^1.0## Installation
`composer require dynamic/silverstripe-elemental-oembed`
## Usage
Elemental oEmbed Block will add the following Element to your site:
* oEmbed (A block to embed media from other websites via oEmbed)
## Screen Shots
#### Front End sample of a oEmbed Element
The default templates are based off [Bootstrap 4](https://getbootstrap.com/) classes/styling![Front End sample of a oEmbed Element](./readme-images/oembed-block-sample.jpg)
#### CMS - oEmbed Main Tab
![CMS - oEmbed Main Tab](./readme-images/oembed-block-cms.jpg)## Getting more elements
See [Elemental modules by Dynamic](https://github.com/dynamic/silverstripe-elemental-blocks#getting-more-elements)
## Configuration
See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)