The new CDF (computable document format) lets you embed a Manipulate or other interactive graphics on your website, and users can play around with your little script using the free player.
What steps do I need to follow to
- Create the CDF file correctly so that it displays a static picture (that I choose) if the user doesn't have the player and fires up the player if they do?
- Make the necessary changes to my website/server to enable this?
FIlethen tried to findDeploybut I cannot find theDeployoption. I am using MMA 11.03 version. What should I do now? Thanks. – Tugrul Temel Sep 10 '20 at 16:43Manipulatecode toWolframCloud. No problem. But how can I: (1) allow non-Mathematica users to use it and (2) embed it into my own Webpage? Really, I tried many things but no success. – Tugrul Temel Sep 10 '20 at 17:39EmbedCode[]does the job. Thank you for your time. – Tugrul Temel Sep 10 '20 at 17:53