Last active
September 5, 2023 22:23
-
-
Save landbryo/7dd6568a73682091afcc022b0df353ce to your computer and use it in GitHub Desktop.
Example mRSS feed item using non-spec custom parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item> | |
<link>https://www.nerdwallet.com/article/mortgages/fthb-affordability-q22023</link> | |
<guid>https://www.nerdwallet.com/article/mortgages/fthb-affordability-q22023</guid> | |
<description>This second quarter analysis finds high rates and higher prices made for another tough quarter for potential first-time home buyers.</description> | |
<pubDate>Tue, 5 Sep 2023 06:00:00 +0000</pubDate> | |
<category>Mortgages</category> | |
<title>First-Time Home Buyer Metro Affordability Report — Q2 2023</title> | |
<media:content url="https://placehold.co/3840x2160.mp4?text=Hello+World" type="video/mp4"> | |
<media:thumbnail url="https://placehold.co/600x400" type="image/jpg"/> | |
<media:description type="plain">Hello world over a gray square</media:description> | |
</media:content> | |
<relatedArticles> | |
<![CDATA[ | |
<ul> | |
<li> | |
<a href="https://www.drsquatch.com">Sasquatch Found Working at Arbys</a> | |
</li> | |
<li> | |
<a href="https://en.wikipedia.org/wiki/John_Doe">John Smith finds His Jane Doe</a> | |
</li> | |
<li> | |
<a href="https://deadline.com/2023/08/barbie-oppenheimer-records-china-global-international-box-office-1235529072/">How Barbie Discovered Her True Self</a> | |
</li> | |
</ul> | |
]]> | |
</relatedArticles> | |
<disclaimer>This video is for informational and educational purposes only. NerdWallet does not offer advisory or brokerage services, nor does it recommend or advise investors to buy or sell particular stocks or securities. Any comments posted under NerdWallet's official account videos are not reviewed or endorsed by NerdWallet or representatives of financial institutions affiliated with the reviewed products unless explicitly stated otherwise. Avoid disclosing personal or sensitive information such as bank accounts or phone numbers. NerdWallet employees do not offer personalized financial advice and will not respond to posts here.</disclaimer> | |
<socials> | |
<![CDATA[ | |
<ul> | |
<li> | |
<a href="https://bit.ly/3wGvVf3" target="_blank" rel="nofollow noopener">Subscribe to NerdWallet on YouTube</a> | |
</li> | |
<li> | |
<a href="https://tiktok.com/@nerdwallet" target="_blank" rel="nofollow noopener">Follow NerdWallet on TikTok</a> | |
</li> | |
<li> | |
<a href="https://instagram.com/nerdwallet" target="_blank" rel="nofollow noopener">Follow NerdWallet on Instagram</a> | |
</li> | |
<li> | |
<a href="https://twitter.com/NerdWallet" target="_blank" rel="nofollow noopener">Follow NerdWallet on Twitter</a> | |
</li> | |
<li> | |
<a href="https://facebook.com/NerdWallet" target="_blank" rel="nofollow noopener">Follow NerdWallet on Facebook</a> | |
</li> | |
<li> | |
<a href="https://nerdwallet.com" target="_blank" rel="nofollow noopener">NerdWallet Website</a> | |
</li> | |
</ul> | |
]]> | |
</socials> | |
</item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment