Personal tools
Skip to content. | Skip to navigation
Quintagroup has developed a collective.clipboardupload tool that essentially allows you to copy images and past them directly into TinyMCE visual editor.
This package provides TinyMCE visual editor support for embed.ly service: videos, images and other rich media can be inserted to Plone from different services through one API. The approach here is to use the Transform machinery to replace the URL with embed code by calling the embed.ly API. There are more than 200 services that support embed.ly service. These are such video sharing sites as Youtube, Blip.tv, Vimeo; such audio streaming services as Grooveshark, SoundCloud, last.fm; such image/photo stocks as Flickr, and many other: GoogleMaps, Facebook, Twitter, etc. Usage To embed media from the embedly-supported external resource to Plone: Go to the object’s edit form, select some text and click ‘Insert/Edit Embedly link’ button. In the panel add link and configure extra parameters in ‘Advanced’ tab. Check http://embed.ly/docs/arguments for params description. The text should now look like linked. TinyMCE makes the whole passage linked, so keep in mind that the whole passage will later be substituted with embedded media. Save this page. Now when rendered, there will be “preview” from embed.ly service inserted instead of the linked text. More about usage at http://projects.quintagroup.com/products/wiki/collective.embedly Note collective.embedly does not fix errors in provided URLs you can check if your URL will be transformed calling embed.ly manualy, for example: o video URL http://www.youtube.com/watch?v=L1NPLlhFTVk o you should call http://api.embed.ly/1/oembed setting ‘url’ parameter with your value o http://api.embed.ly/1/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk o http://api.embed.ly/1/oembed?url=http://www.youtube.com/watch?v=L1NPLlhFTVk&fromat=xml format result as xml You can set parameters by going to the Plone control panel / Embedly settings: o cache usage and timeout o service URL verification o API key You can update the regular expression for supported services by calling http://yourhost/plonesite/@@update_embedly_services The default is to not pass along an API key, your requests to embedly will be anonymous and based solely on IP address.
An advanced Plone TinyMCE plugin for handling links to files
Integration of the CodeMagic TinyMCE plugin with Plone
A TinyMCE plugin to provide thumbnail image browsing and a ressource library
This is a **richtext widget** for for YAFOWIL < It uses for now TinyMCE < as wysiwig-editor.- Documentation < - DEMO - see it Live < Source Code The sources are in a GIT DVCS with its main branches at github < be happy to see many forks and pull-requests to make YAFOWIL even better. Contributors - Robert Niederrreiter- Georg Bernhard
Documentation at (2015-06-05) - Add history to PyPI page. [maurits]- Remove simplejson from package requirements for Pythons older than 2.6. This package is for Plone 5, so we already require 2.7. [maurits]- Fix Brazilian Portuguese translations (closes 99_). [rodfersou]- Update Traditional Chinese translations. - Fix i18n:domain for Plone Browser plugin template.1.4.2 (2014-11-01) - Fix i18n...