src/Tweeper.php: fix rendering Instagram images in some feed readers
authorAntonio Ospite <ao2@ao2.it>
Sun, 2 Jan 2022 21:44:39 +0000 (22:44 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 2 Jan 2022 21:44:39 +0000 (22:44 +0100)
commit6525c19868a0511abaaac9d2ba452ba640899209
treea3adb99fef846a5006580c2fd4d4f02b3fb6eb5a
parent75c303bf7c570748a5564de6e266cc40f75b1697
src/Tweeper.php: fix rendering Instagram images in some feed readers

Instagram.com is using Cross Origin Resource Policy and this prevents
images in RSS items from being displayed in the Web view of some feed
readers like Liferea.

Add a function to generate Data URLs with base64 payloads and use that
for instagram images a s a workaround to fix rendering images in some
feed readers.
src/Tweeper.php
src/rss_converter_instagram.com.xsl