App Publisher Walkthrough

Welcome to the new Publisher experience where all app configurations have been consolidated into one interface.

Save Button

There is now a single Save button for everything. You can configure multiple sections at a time, and then save all of your work after. The save button will save all changes throughout all sections in the Publisher.

read more »

CNAME

CNAME is short for Canonical Name and is used to alias one name to another name.

For example, if you have a domain called example.com and you wish to use example.com as the domain for one of our apps, you can do this using a CNAME.

To do this, you will need to add a CNAME record that points:

example.com to read more »

Embed Code

Following is an example of a typical App embed code:

<div
    data-url="abcd1234efgh-000.projects.fm"
    data-groupid=""
    data-channelid=""
    class="fmUploader"
></div>

<script src="//abcd1234efgh-000.projects.fm/a/js/widget/embed.js" type="text/javascript">
</script>

In most read more »