secciones

jnm_feed_custom_item

Description

This plugin let you customize the format of your feeds items.

The “body” of the item is parsed from the “feed_item_body” form. You need to create a form with this name!

Some examples and Ideas

You can use this plugin to:

Include the article image

Use this feed_item_body:

<txp:article_image />
<txp:body/>

Include a custom field after the body:

<txp:body/>
<p>Color: <txp:custom_field name="color"/></p>

Include the article original link (anti splogs)

<txp:body/>
<p>Original article: <txp:permlink><txp:title /></txp:permlink></p>

Info