• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Automating RSS Feeds

petrolskin

Member
AMS Premium
Showcase
Hey Bob,

Is it possible to post the full article from an RSS feed instead of the first x characters and hard embedding a Read More link in?
 
The RSS Snippet Length is for the RSS OUTPUT. I have NO IDEA what this"IMPORT" is that you are talking about. What "IMPORT" and why would the RSS OUTPUT snippet length have anything to do with an IMPORT SCRIPT. The IMPORT script would control that.
 
The RSS Snippet Length is for the RSS OUTPUT. I have NO IDEA what this"IMPORT" is that you are talking about. What "IMPORT" and why would the RSS OUTPUT snippet length have anything to do with an IMPORT SCRIPT. The IMPORT script would control that.
Ive created an AMS registered feed to automate some article creation which works but want to post the full article and not embed links off to other sites.

Screen Shot 2016-10-17 at 13.49.00.png
 
That function is for creating Articles (not threads). It will create an Article and if that article is in a category that is set to create an associated discussion thread, an associated discussion thraed is created based on the Article (not the RSS Feed).

The FEED creates the ARTICLE. One of the Post Save actions in the Article DataWriter creates the associated discussion thread based on ARTICLE Content (not based on FEED content). The Thread Post Snippet Length setting (right above the RSS Snippet Length setting) is what controls the amount of characters is allowed for the Snippet on the discussion thread.

btw, the Message Template field in the above image you posted is what is posting the URL in the ARTICLE (and being that its in the article, its going to be used as part of the snippet for the thread). Simpley remove that code and just leave {content}. Then set the Thread Post Snippet Length to a larger number so that more of the ARTICLE is posted in the associated discussion thread.


Selection_273.png
 
Back
Top