Metadata-Version: 2.4
Name: collective.portlet.embed
Version: 2.0.0
Summary: Embed an HTML snippet in a Plone portlet
Home-page: https://github.com/collective/collective.portlet.embed
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
Maintainer: keul
Maintainer-email: luca@keul.it
License: GPL
Keywords: plone portlet embed iframe
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Framework :: Plone :: 6.1
Classifier: Programming Language :: Python
Requires-Dist: setuptools
Requires-Dist: Products.CMFPlone>=4.0
Requires-Dist: z3c.form
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.app.robotframework; extra == "test"
Requires-Dist: selenium; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Introduction
============

This addon provide a new portlet: Embed portlet.

This portlet let you copy / paste HTML code from services like facebook, twitter, youtube and display the result in a portlet.

The portlet is based on the static portlet, so you have the same options: omit borders, more url, ...

You can find a demo at http://www.youtube.com/watch?v=it1hMtZKle8

Credits
=======

Companies
---------

|makinacom|_

* `Planet Makina Corpus <http://www.makina-corpus.org>`_
* `Contact Makina Corpus <mailto:python@makina-corpus.org>`_


Authors
-------

- JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>

Contributors
------------

- Ralph Jacobs <ralph@fourdigits.nl>
- Luca Fabbri <luca@keul.it>
- Maik Derstappen <md@derico.de>

.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
.. _makinacom:  http://www.makina-corpus.com



Changelog
=========

2.0.0 (2025-07-29)
------------------

- compatibility with Plone 6 [MrTango]


1.3.0 (2017-09-14)
------------------

- Added CSS class field [pnicolli]


1.2 (2015-09-10)
----------------

Plone 5 compatibility (dropped Plone 3.3)

- Added italian translation [keul]
- Use z3cform for portlet addform/editform [toutpt]

1.1 (2012-09-04)
----------------

- Update translations [toutpt]
- Added translations for english and dutch [ralphjacobs]

1.0 (2012-02-13)
----------------

- update package metadatas
- add autoinclude


1.0a1 (2011-12-27)
------------------

- Initial release
