Closed Ry3yr closed 1 year ago
@Ry3yr not sure if the widget gets maintained, but I can point you an alternative that I have being working on (without jQuery) Here you have the url: https://gitlab.com/idotj/mastodon-embed-feed-timeline
Ah. Perfect. Thanks :)
Am Sonntag, 22. Januar 2023 schrieb idotj @.***>:
@Ry3yr https://github.com/Ry3yr not sure if the widget gets maintained, but I can point you an alternative that I have being working on (without jQuery) Here you have the url: https://gitlab.com/idotj/mastodon-embed-feed-timeline
— Reply to this email directly, view it on GitHub https://github.com/YalePrivacyLab/mastodon-timeline-widget/issues/1#issuecomment-1399356330, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEE7VHOES6RE4EJHQY4XPCTWTRXJDANCNFSM6AAAAAAR3LWQMQ . You are receiving this because you were mentioned.Message ID: @.***>
Despite (hopefully?) being correctly embeded in the "head" and "body" sections, the tl code generated for MTD seems not to render properly (The sample on the website at step 4 works fine tho :) )
https://ry3yr.github.io/OSTR/Diarykeepers_Homepage/About.html
Feel free to make suggestions on where I went wrong.
-Ry3yr
PS: I did try the "purist" approach by creating a new fresh html file, and then implemementing approp. but that didn't work either -sadly
PPS: I'm starting to suspect I need to call jquery.
(However I now consider this issue "low priority" as rss also allows easy feed embeding: https://codepen.io/daviddarnes/pen/VGaLoX )