How to create automatic post algorithm for blog. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to create automatic post algorithm for blog.

I wanted to post some of my daily work posted automatically on my website but i don't know how i can do it.

27th Jan 2019, 5:45 AM
Pratik Mohite
Pratik Mohite - avatar
1 ответ
0
If you want to update your website without writing new code... You can use JavaScript XML requests to open the posts from separate files that you make. However, you'll be limited to posting text (unless you enter HTML tags into the text) and you'll have to write the posts with another program like Notepad. Or you can add a server-side language like Node.js or PHP to your website to create an interface for posting. Server-side languages can write documents (which you can save posts into), unlike pure JavaScript.
27th Jan 2019, 8:15 AM
James
James - avatar