--- label: 'Creating a feed' related: - aggregator.overview - aggregator.managing --- {% set aggregator_overview_link_text %} {% trans %}Aggregator{% endtrans %} {% endset %} {% set aggregator_overview_link = render_var(help_route_link(aggregator_overview_link_text, 'aggregator.admin_overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Create a new feed to display syndicated data from an outside source on your website, or import an OPML file to create multiple feeds.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Web services > {{ aggregator_overview_link }}.{% endtrans %}
  2. {% trans %}Click Add feed if you have an individual feed URL to add, or Import OPML if you have an OPML-formatted list of feeds to add.{% endtrans %}
  3. {% trans %}If you clicked Add feed, enter a Title for the feed and the URL of the feed. Select an Update interval and click Save.{% endtrans %}
  4. {% trans %}If you clicked Import OPML, either choose an OPML file from your local computer or enter an OPML Remote URL to import an OPML list from a URL. Select an Update interval and click Import.{% endtrans %}
  5. {% trans %}In the Manage administrative menu, navigate back to Configuration > Web services > {{ aggregator_overview_link }}. You should see the new feed or feeds that you added in the list under Feed overview.{% endtrans %}
  6. {% trans %}To verify that your feed is working, click Update items in the Operations list for your feed, and then click the feed name to view the imported items on the standard provided feed page.{% endtrans %}