Extract embedded tweets

Is there a way to extract embedded tweets, or at least replace them with either a link to the tweet or a link that can be used to embed the tweet if I add Twitter JS code in my footer?

For example, let’s take this feed

The latest article is this one:

In the HTML code of that page, I can see the text of the embedded tweet in a blockquote:


But this part is missing from Full Text RSS output :frowning:

Thanks!

My guess is that this has something to do with the pruning that occurs.

Are you able to create a custom site config file? If so, trying placing the following in your site_config/custom folder (just one line in the file)

unicornriot.ninja.txt

prune: no

See if that produces better results.