@weblues What about the CRAWL function was changed or enhanced, I see nothing different.
=========================
Version 9.6.0 (15/07/2017)
:
=========================
General - Improved Crawl function
It's still generic.
RSS still currently only pulls titles, which makes it so you cannot have a "new line" or line break. Even if you added a keyword to replace in the title like [NEWLINE] and it would replace [NEWLINE] with an enter./line break You could then just do this for the title. "Got a great product[NEWLINE]You'll love it!![NEWLINE]visit mystore.com"
It would then look like this in the photo caption.
Got a great product
You'll love it!!
visit mystore.com
I don't see how this hasn't been implemented in over 1 year. I've asked you guys to do something about this for ever, the response was it doesn't need new lines in captions. I use free web 2.0's which I don't care if they get ranked or not, I just use them to automate my posting. This is such an easy solution yet I was told it doesn't matter. All you would have to do is run a replace function before posting.
strRssText = replace(strRssText, "[NEWLINE]", Chr(10))