I want to use this to embed a list of my blog posts in my html website. Is there a way to do this or can there be?
You can directly embed your blog by using iframe
, you can also use RSS & JavaScript to parse your blog’s RSS feed (e.g. https://{yourblogname}.writeas.com/feed).
1 Like
One of our users, @Dar13, embeds blog posts onto his site through some JavaScript. Check out his site to see it in action: https://moor3.xyz/
He’s made the code public for others. If you’re interested the JavaScript specifically, here it is if you’d like to use it:
1 Like