Hey everyone,
So I spent most of the day trying to figure out how to add marmoset viewer to wix. It does not have access to ftp and uploading the files to dropbox did not work for me. I finally figure out how to do it. you need to download the iframe app and drop in into your editor. than you can add html code to it, just add the html code exported from marmoset into it. for the .mview, you will have to put it somewhere else online to access it or just find the location of your .mview on artstation and link your website to it.
here is a video tutorial I did for you all.
[ame]
https://www.youtube.com/watch?v=DW0IL9E8kzs[/ame]
v/r
jack banta
Replies
As for why you were having trouble with dropbox, that is most likely an issue with mixed content, where some content is loading from https and others from http. You can fix it by editing your .html file and making sure the script tag calls https, like so:
<script src="https/viewer.marmoset.co/main/marmoset.js"></script>
I updated the support page with a section on mixed content as well: http://www.marmoset.co/viewer/support#trouble
So uh, thanks Joe. Awesome, awesome stuff.
hi @tahakitan could you explain how did you? the video deleted already :/ could you share with code example or the video again?
Thank you so much!