I have the HTML Code from Trip Advisor , I dont know how to embed it on wix. Kindly help
you can either choose to use the html iframe under the ‘embed’ section, or you can go into the developer mode
You can’t embed HTML in a Wix Code page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .
A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done. I recommend checking with the service provider to see if they provide a REST interface.
Ah, a problem I stumbled into also., some 4 years ago. I guess you use the code snippets provided by Tripadvisor, right? If so, just use the html-component.
This will work for the display the reviews of 1 business. If, for example, you want to display (e.g. using a dynamic page) several businesses, each with their own TripAdvisor code snippet, you will run into a problem. Let me know.