-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve RSS Block #13498
Comments
@Soean do you plan to work on any of the listed items? I can help with tweaking |
Yes, I'm gonna work them off. |
10 seems to be reasonable, let's discuss in PR. |
Max length text looks good. For the error, I think it's good to lose the first bit. Is there anything else we can add there? It's always good to try and give people a path to resolution. If I get this error, what do I do next? |
Additionally, are there any other errors that can possibly appear? |
Errors:
1. and 2. are messages from the library SimplePie which we use |
Thanks @Soean! |
I updated my answer. Maybe there are more errors I haven't found yet. I think we should remove the |
@youknowriad found an issue which requests the changes to the |
I came here after testing the 5.0RC1 and came here to suggest less technical error messages be displayed. It would also be nice if you could just include an RSS block, and the associated feed title automatically displays. Having to add a heading block and an RSS block and keeping them together could be cumbersome. |
Yes, this is listed already. I found it really unfriendly for users from the first time I saw it 👍 |
I wasn't sure if this should be a separate issue, so I've added it here. I'm looking for a way to increase the maximum number of posts shown in a RSS feed block. The use case is so that I can display the post titles for articles on other blogs I've written for on a page on my site. At the moment I've written 8 articles for the WP Shout blog. They weren't all showing up on the front end, so I increased the number from 5 to 10 in the block settings. But 10 is the most I can have, and I expect to exceed that in a couple of months. So after that time my older posts will presumably drop off the list. Is this a feature request you can consider soon? |
Hey guys what about including a reverse option? like the shortcode offered by wordpress.com. Do you see it possible? |
#7966 which contains the first iteration of RSS block had landed. There was agreement that we can tackle follow-up tasks separately to make the process smoother. This issue list all the feedback which still needs to be addressed:
(PR: RSS block: excerpt length label #13501)
ServerSideRender
component works:Let's fix the error message. I don't think many will understand "WP HTTP Error: cURL ..." Can we just say, "Could not resolve host: xxxx"?
Let's review all translations used:
PHP file: https://github.com/WordPress/gutenberg/blob/master/packages/block-library/src/rss/index.php
The text was updated successfully, but these errors were encountered: