• Resolved umchal

    (@umchal)


    Hi,

    I’m just trying your plugin. Looks very nice.

    I’m trying to create posts from a RSS feed. I’m wondering if it is possible to retrieve <content:encoded>. It seems the Source Output pane on the left hand side does not list the tag.

    So is it not possible?

    Thank you.

    https://wordpress.org/plugins/wp-pipes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi umchal,

    Currently, the RSSReader Source only gives out the most common elements of RSS feeds, such as <title>, <link>, <author>, <description>… and not with <content:encoded>.

    If your feed has <link> data, you could try to use Get Fulltext processor for automatically detecting the content from the original page, of use Parser Code feature which is supported in HTML Parser processor for grabbing exacted content.

    Or you could also order us a custom work to develop a Source add-on to have an output field from <content:encoded> element.

    Best Regards!

    Thread Starter umchal

    (@umchal)

    Sorry to hear it is not supported.

    When you access your WordPress site with a url ?feed-rss2.php appended, you’ll get the feed. If you read the output, you’ll see elements of <content:encoded> with the post contents. This means WordPress uses this format.

    So I suggest you implement the ability to extract the content of the contents tag natively, not by add-on.

    At the moment, I’ll go with another plugin which supports it. When it becomes possible, I may try yours.

    Sorry for bothering. Keep up the good work!

    Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi umchal,

    Thank you very much for your idea!

    I will try to make the new version has that kind of output field.

    Best Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Retrieving contents of `content:encoded`’ is closed to new replies.