Hi everyone, please has anyone used #113 - RSS Feeds? I tried setting it up and it works on staging but when it goes live, it pops up the error below on screen.
Failed to load RSS feed from https://us13.campaign-archive.com/feed?u=996c504cc2f36a3a42e7101dc&id=3a2c553b44. Error: All CORS proxies failed
I don’t have access to sandbox but here’s the read-only
And the RSS feed is on a page titled “The Latest”
7 comments
cc: Magnaem from Memberstack this memberscript might need some tweaks to avoid the error.
Hi David Afolayan 👋
Do you by any chance have an ad blockers switch on for your site/browser? Ad blockers usually block the CORS proxy services. These proxies are often on blocklists because they can be used to circumvent privacy protections. I've switched my ad blocker off and this error disappeared. (screenshot)
Can you use this script and let me know if this works for you:
Alright, thank you, I’ll tried this.
Magnaem from Memberstack It works, thank you!! 🥹
The images loaded on your end? the don’t seem to load on mine
The load time is also really long 😮💨
Is there anything I can do to adjust the load time?
We don’t have any adblockers that I’m aware of, but I’ll also confirm.
Hi David Afolayan, I've slightly optimized the script to wait 3–4 seconds per attempt instead of 8, save the feed for 5 minutes so repeat visits are instant, load multiple feeds simultaneously, load images only when they’re about to be visible, and try the direct sources first before using backup proxies.
Together, this reduces load time from 8–24 seconds to about 3–5 seconds. Let me know if this works for you:
Hey Magnaem from Memberstack, I’m really grateful for your assistance with this, but it still has a few “bugs” even on my client’s end.
It didn’t used to get blocked by ad blockers + the images still don’t show up.
Is that still something the team can help with?
Hey David Afolayan! Have you tried putting the script into any AI tool you're used to (Claude, ChatGPT, whatever) to try and work out the bugs? Also keep an eye on the console logs, they'll probably reveal where the issue is coming from.
It's tough for us to make a one size fits all script, especially for RSS feeds 😅 That's why we give you the script code so that you can iterate on it in a way that works for you
Fun fact, that’s what we eventually did 😮💨 with help from one of our devs to clean up the code.
Thank y’all so much for the script and all the help though!
Please sign in to leave a comment.