Redirecting Adobe XD content in Wordpress

Asked

Viewed 1,410 times

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).

  • 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> ?

  • 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.

  • 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.

  • 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

  • Thank you very much, I’ll take a look.

Show 1 more comment

1 answer

3


Hi, In reality adobe XD is a design and prototyping tool for designers. It is very similar to Sketch and Figma. They are tools for design. Adobe XD today does not offer plugin for conversion into HTML and CSS, but even if it offers does not solve your problem that is putting a Dashboard in wordpress. What you can do is develop the template and work in functions.php and put in the folders of your theme, but to integrate with wordpress and print panel information, need rpogramar in PHP, put the correct variables as wordpress documentation etc.

Take a look at this link too:https://digwp.com/2010/10/customize-wordpress-dashboard/

  • Can’t solve with a simple html embedding?

  • Even if somehow you get the code with xd, to make a file and put it in an iframe or some other way to embed, this would not be interactive. If it’s a Dashboard you need it interactive right? About ideas to embed the link, theoretically it works, but the link is not lifetime as far as I know.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.