Display (embed) a Review Widget of Testimonials in a website
This is accomplished by using an <iframe> tag.
The <iframe> tag specifies an inline frame that is automatically displayed when page loads.
An inline frame is used to embed another document within the current HTML document.
HTML Source Syntax
<iframe name='BobsAutoWidget' style='min-height: 550px; width: 100%; border: 0; overflow-y: auto;' scrolling='no' src='http://bobsbestownauto.optimaplatform.com/Share/WidgetReviews?w=72D215EA06A44D7F80197D010A912B5F'></iframe>
If you want the gallery to be displayed in a specific section, such as the footer or a dedicated reviews section, insert the above <iframe> code within the relevant <div> or container in your HTML file.
Key Points to Note:
-
Min-Height: 550px - This sets the minimum heights of the iframe to ensure enough space for the gallery content.
-
Width: 100% - This makes the iframe span the full width of its container.
-
Border: 0 - This removes any border around the iframe for a cleaner look.
-
Overflow-y auto: This allows vertical scrolling if the content exceeds the specified height.
-
Scrolling="no": This disables the default scrolling bars for a smoother appearance.
-
SRC attribute: This is the URL of the Review Showcase Gallery that you are embedding. Make sure the URL is correct.
-
Final Check: After embedding the code, save your changes and refresh your webpage to see the Review Showcase Gallery in action. If you have further questions or need assistance, feel free to reach out!
EXAMPLE: