• A question for my fellow 3D designers!

    I created a KeyShotXR render of my product, and I was trying to upload it on my WordPress site, but I have tried with every forum, blog and Luxion posts, and I just can’t figure it out.

    I downloaded FileZilla Client and added the files to my webserver, and I then followed the post’s instructions.

    The post that’s supposed to help with this is https://luxion.atlassian.net/wiki/spaces/K9M/pages/1175552149/Embed+in+Wordpress

    I’ve followed it word by word, but I just can’t manage to have my file show up on WordPress.

    Has anyone been able to get it done with ease?

    Any help or advice is greatly appreciated 🙂

    • This topic was modified 5 years, 9 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I’m not a 3D designer, but I do know WP. The instructions you linked are for the classic editor. For the default block editor, insert the KeyShot HTML into a custom HTML block.

    iframes are kind of a pain these days because of Content Security Policy (CSP) restrictions. If you’ve added iframe HTML correctly but it doesn’t display, it’s likely due to CSP issues. Check you browser console for details.

    CSP issues can be fixed by sending the right headers with the iframe response. Headers can be sometimes be added through .htaccess rules. Otherwise the source HTML could be converted to PHP so it can send its own headers.

    More on CSP:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP

Viewing 1 replies (of 1 total)

The topic ‘KeyShot embedding’ is closed to new replies.