• rss
  • archive
  • Add WYSIWYG CMS to any existing web page.

    All of us have an old handcrafted web page(s) sitting around somewhere. Here’s a quick way to make it (them) a little more dynamic.

    The process starts by creating a little javascript snippet that looks like this.

    <script src=”//simplecms.me/username/snippetname.js”></script>

    Cut and paste this snippet into an appropriate place in the HTML of any page for which you want CMS functionality and you’re ready to go. Now you, or anyone you have authorized, will be able to modify content right on the page.

    You can place the snippet on as many pages as you like, add collaborators, and when you change the content on one page you change content on them all. This, of course, because the content is in the snippet not on the page.

    A good place to get these snippets is simplecms-CopyBar.

    However, if you have decent javascript skills you will no doubt be able to crank these things out yourself.

    • 5 months ago