Chris
posted this on February 16, 2011 17:15
When upgrading to the new Sitemason V tools, the only thing you might notice that there is no longer a button for is the ability to embed an existing Sitemason tool from another page into a new page builder (ie: contact info page that you can update on one page builder and it updates as a embedded item on EVERY page).... HOWEVER, we here at Sitemason love our customers and want you to be able to use our CMS's features to the fullest! So here's the work around:
Go to the page builder you wish to embed.

And copy the url... like so:
http://www.sitemason.com/members/element/7ozweto
Next, Cut out the "/members" part and add "/js" at the end (the /js stands for JavaScript)... like so:
http://www.sitemason.com/element/7ozweto/js
THEN add the javascript and your new url inside the quotation marks....
<script language="JavaScript" type="text/javascript" src="http://www.sitemason.com/element/7ozweto/js"></script>
You now have your embed code! All that's left to do now is post it in the source. So we go back to our page tool and click the source button and add the new script.

After this is done, just hit the source button again to go back to the page builder, hit save and preview your work!