Sort:  

Excellent, RSS feeds will excite the hard-core internet marketing community. I'll blast this one out to my network of friends.

Now, here's hoping the steemians who own websites incorporate the RSS feed on to their own sites. If you have a list, please consider putting a feed on your email signature too.

Top effort!

Excellent idea on how to use RSS feeds. Feel free to make a post on how to set it up and share it with us.

I may be able to utilize this new option with the "If this then that" website so a user could auto send new Steem post notifications to Twitter, Facebook, and other social media outlets.

Posted using Partiko Android

Exactly, IFTTT is one of the best ways to utilize RSS for social sharing. 👍

I've been slowly switching over to your dapp but with the RSS update I will probably move all or most of my activity to esteem.

Muchas gracias esto ayudara a facilitar las exposiciones en las diferentes redes sociales

@esteemapp can i translate this post for my bengali community??

ok but only if you do it without google translates

right, google translate sometime make confuse, no human language.

Hello sir its my post i amke it for Bengali community , look over it and consider your consistancy

https://steemit.com/esteem/@ahmanik47/esteem-app

Thank you! 👍

Hello sir @good-krama and @esteemapp i make this post for Bengali community from concern yoir last post

Hope you check it https://steemit.com/esteem/@ahmanik47/esteem-app

The tag based rss feeds are broken atm ..
Eg: https://esteem.app/created/cryptocurrency/rss returns
Cannot GET /created/cryptocurrency/rss

Thanks @ausbitbank, our small update caused typo. We have fixed it just now. Let us know if you find something else. 🙇 🙏

Thanks for the quick fix and the handy feeds :)

Ohhhhhh well done!!!!! I've been on DSound's case for a while to add this, but you did it first.

I wonder, is it possible to add the posibility to embed an audio file much like we do to a photo or video by URL? I know you can embed a SoundCloud iframe at the moment, but it would be amazing if one could just embed an MP3 or Wav url and it appears as a nice looking audio player like this one:

Screen Shot 2019-10-17 at 17.27.14.png

Or is there a limitation in the markup language?

Thanks.

We can certainly check this out! Not all steem posts have audio, in case of dsound, do they have audio file url in json_metadata of post? We will check for sure.

Thank you for the response. DSound is all audio, so they use IPFS to store the audio, then their frontend runs some script from what I can see from page source. It looks like SoundCloud.

What I mean is, I can embed an image in a post by simply using the {![] () } formatting.. or just drag a YouTube URL into Steemit/eSteem and it will auto-embed. I wish there was something like that for audio like mp3 or wav.

I see, <audio> tag should be easy to add, but majority of Steem apps disable it for security reasons. Because you can potentially hijack script inside audio tag. But unified audio player embed would be good to have, from what you said, dsound is doing just that with soundcloud audio player.

Ah, makes sense. Thanks.