madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madebydanny.uk
html css javascript
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed rss

+5 -5
+1 -1
rssloader/mbdnews.js
··· 33 33 card.className = "card"; 34 34 card.innerHTML = ` 35 35 <a href="${link}" target="_blank"> 36 - <img src="${image || 'https://via.placeholder.com/300x200?text=No+Image'}" alt="${title}"> 36 + <img src="${image || 'https://placehold.co/600x400?text=No+Image'}" alt="${title}"> 37 37 </a> 38 38 <div class="card-content"> 39 39 <a href="${link}" target="_blank">
+1 -1
rssloader/textbites.js
··· 33 33 card.className = "card"; 34 34 card.innerHTML = ` 35 35 <a href="${link}" target="_blank"> 36 - <img src="${image || 'https://via.placeholder.com/300x200?text=No+Image'}" alt="${title}"> 36 + <img src="${image || 'https://placehold.co/600x400?text=No+Image'}" alt="${title}"> 37 37 </a> 38 38 <div class="card-content"> 39 39 <a href="${link}" target="_blank">
+3 -3
textbites/feed.xml
··· 41 41 <description><![CDATA[Just like Mastodon, Threads also has a “deck” layout for desktop users. And my 3 main social media platforms I use are Bluesky, Mastodon, and Threads. Having a Bluesky Deck layout for desktop would be nice to have.]]></description> 42 42 <pubDate>Sun, 03 Aug 2024 12:00:00 GMT</pubDate> 43 43 <guid isPermaLink="true">https://danielmorrisey.com/blueskydeck.html</guid> 44 - <media:content url="https://via.placeholder.com/300x200?text=No+Image" medium="image" type="image/jpeg" /> 44 + <media:content url="https://placehold.co/600x400?text=No+Image" medium="image" type="image/jpeg" /> 45 45 </item> 46 46 47 47 <item> ··· 50 50 <description><![CDATA[All it takes is one # to reach an audience of 100+]]></description> 51 51 <pubDate>Sun, 03 Aug 2024 12:00:00 GMT</pubDate> 52 52 <guid isPermaLink="true">https://danielmorrisey.com/thepowerofhashtags.html</guid> 53 - <media:content url="https://via.placeholder.com/300x200?text=No+Imag" medium="image" type="image/jpeg" /> 53 + <media:content url="https://placehold.co/600x400?text=No+Image" medium="image" type="image/jpeg" /> 54 54 </item> 55 55 56 56 <item> ··· 59 59 <description><![CDATA[MBD is working on a new tool called MBDIO, it's a simple, easy & fast link shortener that will allow you to shorten links and share them.]]></description> 60 60 <pubDate>Sat, 02 Aug 2024 12:00:00 GMT</pubDate> 61 61 <guid isPermaLink="true">https://danielmorrisey.com/mbdio.html</guid> 62 - <media:content url="https://via.placeholder.com/300x200?text=No+Image" medium="image" type="image/jpeg" /> 62 + <media:content url="https://placehold.co/600x400?text=No+Image" medium="image" type="image/jpeg" /> 63 63 </item> 64 64 65 65 </channel>