RSS Feeds

Plesk enables you to provide latest news to your customers by showing them RSS feeds in the Plesk UI. You can embed a single RSS feed from any source.

Next in this section:

Location of RSS Feeds

Adding RSS Feeds

Hiding RSS Feeds

 

Location of RSS Feeds

RSS feeds are shown on the Websites & Domains page of the Customer Panel or on the Home page of the Server Administration Panel.

Notes_RSS

 

Adding RSS Feeds

To add an RSS feed:

  1. Open the configuration file /usr/local/psa/admin/conf/panel.ini on the Plesk server. If the file does not exist, create it.
  2. Add the line [customSpots] to the file.
  3. Specify the parameters of your promo by adding the following lines:

    web.enabled = true

    web.type = rss

    web.params.url = <rss_url>

    web.params.count = <pages_number>

    Where <rss_url> is the address of the RRS feed and <pages_number> is the number of news pages shown in Plesk.

  4. Save the file.

For example, to show three pages of news about Plesk, you should add the following text to the panel.ini:

[customSpots]
web.enabled = true 
web.type = rss 
web.params.url = "http://kb.plesk.com/rss/gen.xml?&ArticleLanguage=en&Type=LastCreated&Product=8&UpdatePeriod=daily&ArticleType=all"
web.params.count = 3