meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:rssfeed [2026/02/16 14:15] – [Purpose] duncancplugin:rssfeed [2026/02/17 13:56] (current) – [Formatting the feed items] duncanc
Line 108: Line 108:
 When phplist is building the email to be sent the plugin replaces the [RSS] placeholder in the message content by the available feed items, each of which is formatted using an RSS template. The default RSS template is specified on the Settings page, but each campaign can have a custom RSS template, which is entered on the RSS tab. When phplist is building the email to be sent the plugin replaces the [RSS] placeholder in the message content by the available feed items, each of which is formatted using an RSS template. The default RSS template is specified on the Settings page, but each campaign can have a custom RSS template, which is entered on the RSS tab.
  
-The template consists of html containing placeholders that will be replaced by fields from the item:+In the template placeholders that will be replaced by fields from the item:
   * [TITLE]   * [TITLE]
   * [URL]   * [URL]
Line 280: Line 280:
   * The php ''date()'' format to be used to display the published date. This is used when the php ''intl'' extension is not enabled.   * The php ''date()'' format to be used to display the published date. This is used when the php ''intl'' extension is not enabled.
   * The php ''IntlDateFormatter'' format to be used to display the published date. This is used when the php ''intl'' extension is enabled.   * The php ''IntlDateFormatter'' format to be used to display the published date. This is used when the php ''intl'' extension is enabled.
 +
 +The plugin used to have settings for allowing only whitelisted tags, generating special content for a Youtube URL, and specifying the maximum size of the HTTP response. These were specific to the Picofeed package which is no longer used.
 +
 +There was also a setting for whether to use a feed item's ''description'' element or ''summary'' element. This setting is no longer needed because the plugin now provides a ''[DESCRIPTION]'' placeholder in addition to the ''[SUMMARY]'' placeholder.
  
 {{:plugin:rss7.png?nolink|}} {{:plugin:rss7.png?nolink|}}