Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
I'd love to see a tutorial showing how one can take the code creator and generate the php code for automation then turn around and put it up on a web server.
I don't think that will work, in code creator as in the project maker you create templates to use in Zenno Poster, so even if you can export the template in php you will still miss the part that does the actual posting.
Also doing this in php is a bad idea in general Php is too slow, you can use curl for posting stuff and even multi-threaded but the problem is keeping the process alive, been there, done that... If you get it to work you should use c#, but yeah I don't believe you will since you would only export the template part code