0
The company where I work hired someone to make a simple Dashboard using Adobe XD.
Example: https://xd.adobe.com/view/67c0b3a6-f0e6-4f67-a209-e41767311939/
But we would like to host Dashboard on our site, which was developed using Wordpress. Is that possible? I believe that solutions involving page embedding with Dashboard in Wordpress (probably easier) or somehow importing the Adobe XD program into our Wordpress page (I don’t know if it’s possible) would be valid. Thank you!
You can use the
iframe
or develop this function on your website (which is quite simple, by the way).– Valdeir Psr
I tried using iframe, but I couldn’t make it work. I used the code below, but it doesn’t work: <iframe src="https://xd.adobe.com/view/67c0b3a6-f0e6-4f67-a209-e41767311939/"></iframe> This already works: <iframe src="http://w.weather.gov/"></iframe> ?
– YanSym
I looked now and they reported the header
X-Frame-Options:DENY
which means that no website can "embed" this content (not even them). In this case you can develop a version or link to the website. Probably their terms don’t allow much further.– Valdeir Psr
Linking to the site would not solve the problem, because what we want is to present Dashboard within our company domain (without the Adobe link). What would develop a version? It wasn’t very clear to me. Thank you.
– YanSym
Take a look at the official documentation. https://helpx.adobe.com/xd/help/share-embed-designs-prototypes.html other link from the Adobe Forum as similar questions https://www.google.com/search?q=export+be+x+d+prototype+site:forums.adobe.com&newwindow=1&sa=X&ved=0ahUKEwiFnuPn_rHZAhWCDJAKHTAlAMYQIISCgEMAE&biw=1280&bih=893
– hugocsl
Thank you very much, I’ll take a look.
– YanSym