You are here: Home Plone products collective.externalsnippet

collective.externalsnippet (0.2)

1
by Olha Pelishok last modified 2011-09-28
0.0
0.0
0.0
0.0
Released on 2011-09-27 by Lukas Zdych for Plone 3.3, Plone 4.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Extends plone content with ability to render external content in viewlet.
collective.externalsnippet

Usage

Install "External Snippet" via Quick Installer, go to your content which you can publish external content on and assign it marker interface "collective.externalsnippet.interfaces.IExternalSnippetMarker". You can mark the content via ZMI on content's "Interfaces" tab or you can use "collective.interfaces" to do it in the Plone UI.

This adds to your content some extra fields which you can find in it's edit form on "Settings" tab where you can specify URL address of external page you would like to fetch and render below your content's body.

You can also enter regular expression which will select particular content of fetched page (see default value for an example).

It is also possible to fetch external pages guarded by basic authentication by entering required username and password.

Document Actions
Powered by Plone