Embed a UserVoice widget in an add-in in Excel for Windows
问题 (* I clean up the initial thread *) I want to add the UserVoice widget to one Excel add-in. I have made the following example code: <!DOCTYPE html> <html> <head> <script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script> <link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0/fabric.min.css"> <link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0/fabric.components.min.css"> </head> <body> <div id="contact_us">Contact us</div> <