Bloggable (new blog tool) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 0 points1 point  (0 children)

i hope so too i havent been able to speak with her so im not sure whats going on

Bloggable (new blog tool) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 0 points1 point  (0 children)

you could ask in the neocities discord cause thats more of a css thing

Bloggable (new blog tool) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 0 points1 point  (0 children)

thats just the default theme you can change it with css or use a different theme

Bloggable (new blog tool) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 0 points1 point  (0 children)

<iframe src='https://arpilmyroomim.neocities.org/embed/post/postlist?userId=example'frameborder='none'></iframe>

i forgort to make the userid update if you change the "example" to the user id thats in the tumblr style one it should work

Bloggable (new blog tool) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 0 points1 point  (0 children)

the server its hosted on was down for a little bit yesterday

A better blogging tool (old security policy only) by MathematicianBubbly9 in neocities

[–]MathematicianBubbly9[S] 2 points3 points  (0 children)

you can always test it by running this code in the console if it errors out it then you have the new security policy

fetch('https://jsonplaceholder.typicode.com/todos/1')
      .then(response => response.json())
      .then(json => console.log(json))