I've built a small web util, that displays some simple information. It features a small announcement banner on top of the page, here comes the problem:The content of the banner (ideally simple formatted html such as and tags) needs to be editable in real time by the client.The application is based on a cms (wordpress) therefore fairly limited. All for internal use, so no worries about security.Right now the banner just fetches content of a url and displays it via Javascript.
Got it to work perfectly using pastebin, the content can be easily accessed in a raw view mode, can be edited at any time with an account, only problem: It's not user friendly and the client isn't exactly technical, wouldn't dare explaining basic html syntax to them. Backend is no problem for me.
My research was to no avail, basically something like pastebin but with a rich text editor would already solve my problem.Giving client access to the wordpress backend is my last option, was hoping for an external solution.
Anyone knows a system like this?
Found this one, but it doesn't allow the text to be edited once posted: ctxt.io
Thanks in advance for any suggestion!