Skip to content

Add-on for Volto to manage a list of social network links

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

collective/collective.volto.socialsettings

Repository files navigation

Volto Social Settings

https://travis-ci.com/collective/collective.volto.socialsettings.svg?branch=master

Add-on for manage a list of social network links on Volto

Features

  • Control panel for plone registry to manage social links settings.
  • Restapi view that exposes these settings for Volto

Volto endpoint

Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).

To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the list of social links: @social-links:

> curl -i http://localhost:8080/Plone/@social-links -H 'Accept: application/json'

And the result is something like this:

[
    {
        "title":"foo",
        "icon": "bar",
        "url": "http://foo.com"
    },
    ...
]

Control panel

You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.

Volto integration

To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/volto-social-settings

Translations

This product has been translated into

  • Italian
  • Spanish

Installation

Install collective.volto.socialsettings by adding it to your buildout:

[buildout]

...

eggs =
    collective.volto.socialsettings

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

About

Add-on for Volto to manage a list of social network links

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published