JensSpahnpasta@feddit.org to Technology@lemmy.worldEnglish · 3 months agoPC Gamer Recommends RSS Readers in a 37MB Article That Just Keeps Downloadingstuartbreckenridge.netexternal-linkmessage-square19fedilinkarrow-up1164arrow-down12cross-posted to: [email protected]
arrow-up1162arrow-down1external-linkPC Gamer Recommends RSS Readers in a 37MB Article That Just Keeps Downloadingstuartbreckenridge.netJensSpahnpasta@feddit.org to Technology@lemmy.worldEnglish · 3 months agomessage-square19fedilinkcross-posted to: [email protected]
minus-squaremeghankent@lemmy.cafelinkfedilinkEnglisharrow-up3·3 months agoBy the way, it’s possible to insert an ad into an RSS summary; it’s just that most RSS readers don’t support JavaScript and modern HTML/CSS, so the ad needs to be something like this: <center> <a href="https://myshittywebsite.com/"><img src="/ad.png" alt="My shitty ad"></a> </center>
By the way, it’s possible to insert an ad into an RSS summary; it’s just that most RSS readers don’t support JavaScript and modern HTML/CSS, so the ad needs to be something like this:
<center> <a href="https://myshittywebsite.com/"><img src="/ad.png" alt="My shitty ad"></a> </center>Thanks, I hate it