General

Insert HTML/Javascript into your articles

You can insert raw HTML and Javascript into your generated articles.

Both items are located inside the Article Creator – Content Inserts tab.

HTML

Insert Html

You might want to use this to insert an iframe embed to your money site etc. Or add some other random bit of html code that you want to appear in your article.

There is no location options, so the HTML is inserted in a random location.

Insert Javascript

If you have tracking code etc You can use this to insert that into your article.

As spintax uses {} symbols, it is required that those symbols are escaped in the code so that the article can be processed properly.

SCM does this automatically for you and uses a string unescape + eval statement to get your code to fire.