Two people have told me that you need to use the CloudDeploy function and explicitly make it interactive.
CloudDeploy[Manipulate[...], Permissions->{"Owner"->{"Read", "Interact"}}]
If you want it to be publicly accessible,
CloudDeploy[Manipulate[...], Permissions->"Public"]