---
title: "Creare feed di contenuti personalizzati"
description: "You can create your own custom feeds, respecting the specifications of the Content API. Once these JSON content feeds created on your website, you'll be able to"
canonical_url: "https://it.goodbarber.com/help/shop/creare-feed-di-contenuti-personalizzati-r143/creare-feed-di-contenuti-personalizzati-a287/"
lang: it
---

# Creare feed di contenuti personalizzati

Source: https://it.goodbarber.com/help/shop/creare-feed-di-contenuti-personalizzati-r143/creare-feed-di-contenuti-personalizzati-a287/

You can create your own custom feeds, respecting the specifications of the Content API. Once these JSON content feeds created on your website, you'll be able to add them as sources of your sections, using the Custom connector.

The values handled by the app are simple. Each element inherits from the Item type, and has some type specific attributes (like articles, maps for now and videos, events, photos... soon).

The values are described here : [Item Types Documentation](https://it.goodbarber.com/help/shop/creare-feed-di-contenuti-personalizzati-r143/item-types-documentation-advanced-a284/)

You can download some examples here: [Custom feeds (articles, maps) examples](https://github.com/goodbarber/content_custom_feeds) .

For each source type, it's possible to define several types of actions:

- **getLastItems** => get the last items published, or items for a specific filter (like categories filters)

- **search** => takes a [KEYWORD] argument to make a search in the website's content

- **getCommentsByItem** => get the comments associated to an item
**NB** : The names getLastItems, search, getItemByCategorie, getCommentsByItem described in the documentation are the conventions that we use.
When you add a custom source, you'll have to enter the whole URL to access your custom feeds, so it's not mandatory to respect this naming convention.

## 1. Add a custom source in your section

1. In the left swipe menu go to **My app > Structure**
2. Click the green button "[Add a section](https://it.goodbarber.com/help/shop/organizzare-il-tuo-contenuto-r121/comprendere-le-sezioni-e-la-struttura-della-tua-app-a34/)" from the right column
3. Select the custom source you want to add: Articles, Map, Photos, video, calendar or sound.

![](https://cmsphoto.ww-cdn.com/superstatic/1878436/art/default/34457745-31502857.jpg?v=1708517066.3100297)

4. Paste the URL of your custom content feed, then click Add
