You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
<!DOCTYPE HTML><html><head><title></title><metacharset="UTF-8"/><scripttype="text/javascript" src="./jquery.js"></script><scripttype="text/javascript" src="build/dist/jquery.jfeed.pack.js"></script></head><body><divclass="panel"><scripttype="text/javascript">jQuery.getFeed({//google new rss linkurl : 'https://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss',success : function(feed){console.log(feed.title);// do more stuff here}});</script></div></body></html>
The text was updated successfully, but these errors were encountered:
Hi
i recently try to use jfeed to get feed and show feed content , but i can't see anythings ... then i use firefox console and see this below error:
" Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss. This can be fixed by moving the resource to the same domain or enabling CORS. "
My HTML File--->
The text was updated successfully, but these errors were encountered: