An add-on for Plone
Project description
Collective.embed provides a way to install a zip or single html file of content into a plone site.
Features
Content is displayed inside an iframe in a content view or in a mosaic tile.
Content is not filtered like pasted html in the visual editor. This allows for - subsites authored by other tools such newsletter software. Linked html works but need to be relative. - social media JS embed codes
Notes
Note this does increase the likelyhood of harmful JS code existing on your site so be aware of who is allowed access to add embeded content.
It doesn’t currently have a way to just display part of the html content. You will need to ensure it is designed just display “content” and doesn’t have its own headers and footers.
Since its an iframe any content must use its own css. This can also lead to content that doesn’t fit the site theme.
Examples
This add-on can be seen in action at the following sites: - https://www.mhcs.health.nsw.gov.au (frontpage twitter and facebook tiles and under Media > Newsletters)
Installation
Install collective.embedcontent by adding it to your buildout:
[buildout] ... eggs = collective.embedcontent
and then running bin/buildout
Once installed and activated on your site there is an EmbedContent content type you can add anywhere in your site.
Contribute
Issue Tracker: https://github.com/collective/collective.embedcontent/issues
Source Code: https://github.com/collective/collective.embedcontent
License
The project is licensed under the GPLv2.
Contributors
quang.nguyen, quang@pretagov.com
Changelog
1.0a1 (unreleased)
Initial release. [nngu6036]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.embedcontent-1.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0902d89525e0be5f32304c0367ee4ffd7c640eb8bd5d92d562b641404cff0d5 |
|
MD5 | b8b2f7eef2a7911e47c4b29c8d93a064 |
|
BLAKE2b-256 | 2625ace5e42ce19cca7a922363982730a8f003bb606f71ea546ccc7dd49327d6 |