gautamkrishnar / blog-post-workflow

Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
https://github.com/marketplace/actions/blog-post-workflow
GNU Affero General Public License v3.0
3.03k stars 271 forks source link

[Feature]: Add WordPress sites in README #70

Closed infinity-plus closed 3 years ago

infinity-plus commented 3 years ago

Is your feature request related to a problem? Please describe. WordPress Blogs are more common nowadays, many people including me use it for blogging. It will be great to let people know that this workflow can fetch blogs from WordPress as well.

Describe the solution you'd like It is more of a tip, just add /feed/ to your WordPress URL. For example, if my website is example.com, this Workflow can fetch the latest blogs from https://example.com/feed/

Example: My Workflow File

Result: image

gautamkrishnar commented 3 years ago

@infinity-plus Thanks for openning the issue, wordpress is already there in the popular sources list: https://github.com/gautamkrishnar/blog-post-workflow#popular-sources

infinity-plus commented 3 years ago

My bad, sorry