https://github.com/dennisinteractive/ceros_embed
Allows Ceros to the embedded on nodes
https://github.com/dennisinteractive/ceros_embed
drupal drupal7
Last synced: about 2 months ago
JSON representation
Allows Ceros to the embedded on nodes
- Host: GitHub
- URL: https://github.com/dennisinteractive/ceros_embed
- Owner: dennisinteractive
- Created: 2018-05-03T15:25:08.000Z (almost 8 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-05-09T16:13:02.000Z (almost 8 years ago)
- Last Synced: 2025-05-22T06:45:36.017Z (10 months ago)
- Topics: drupal, drupal7
- Homepage: https://www.drupal.org/project/ceros_embed
- Size: 31.3 KB
- Stars: 0
- Watchers: 36
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceros Embed
The [Ceros](https://www.ceros.com/) Embed Module allows Ceros to be embedded on
nodes.
## Installation
Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/7/extend/installing-modules
for further information.
## Configuration
### Field
The module provides a Ceros Embed field type that allows embed snippets to be
added to nodes.
The field display can be configured to:
* Replace the node content on the same display
* Hide the page title
### Filter Format
* A Ceros Embed filter format is provided and can be configured at
`admin/config/content/formats/ceros_embed`
#### Default allowed tags
| tag | attributes |
| -------- | ---------------------------------------------------------------------- |
| `div` | `style`, `id` |
| `iframe` | `allowfullscreen`, `src`, `style`, `frameborder`, `class`, `scrolling` |
## Usage
* Add/edit a node and add the Ceros Embed code to the field
* See https://www.ceros.com/educate/knowledge_base/embedding-ceros-on-a-website
for more information