Add multiple apps per page

Unable to install more than one app on my page.
Want to put Testimonial app and Google Reviews app on the same website page.
Why does this not work?
Please advise? Thank You!

1 Like

Hi @William4 :wave:

Could you please send a direct link to the webpage where you’ve tried to install the widgets?

I’ll be happy to investigate it for you :slightly_smiling_face:

Here is the page html:

Testimonals

  <h1 class="uppercase mb20 text-center">Google Reviews</h1>
   <script src="https://apps.elfsight.com/p/platform.js" defer=""></script>
    </div> 

Thanks!

I’ve passed your request on to our devs. Rest assured, I’ll keep you updated :slightly_smiling_face:

@William4 Thank you for waiting!

Please try to reinstall Google Reviews widget via iframe using this code and let me know if it helped:

<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js"></script>
<style>
    #elfsight-GR-frame {
        width: 1px;
        min-width: 100%;
        min-height: 1px;
    }
</style>
<iframe id="elfsight-GR-frame" onload="iFrameResize({ log: false }, '#elfsight-GR-frame');"
    src="https://sandbox.elfsightcdn.com/d7f70a3b-96a1-4b52-ab2c-39bb881bd1e8" frameborder="0">
</iframe>

Hi Max, This worked for awhile - but now since ElfSight updated their system these stopped working. Possible a code change. Please advise? Thank You!

Script given by tech support to show on same page with Testimonials app:

<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js">
<style>
    #elfsight-GR-frame {
        width: 1px;
        min-width: 100%;
        min-height: 1px;
    }
</style>
<iframe id="elfsight-GR-frame" onload="iFrameResize({ log: false }, '#elfsight-GR-frame');" src="https://sandbox.elfsightcdn.com/d7f70a3b-96a1-4b52-ab2c-39bb881bd1e8" frameborder="0">
</iframe>   
</script></div>


Latest script since Elfsight system update:

<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<div class="elfsight-app-fc67dfec-443b-40c2-a07e-a8cb270457a8"></div>
1 Like

Hi @William4 :wave:

Please try to use this code and let me know if it helped:

<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js">
<style>
    #elfsight-GR-frame {
        width: 1px;
        min-width: 100%;
        min-height: 1px;
    }
</style>
<iframe id="elfsight-GR-frame" onload="iFrameResize({ log: false }, '#elfsight-GR-frame');" src="https://sandbox.elfsightcdn.com/fc67dfec-443b-40c2-a07e-a8cb270457a8" frameborder="0">
</iframe>   
</script></div>

Hello Max,

Thanks for the help! However this latest does not work yet.
Here is the html for that page including both Testimonial page and Google Reviews page:

Testimonals

Write a Testimonial

Google Reviews

Thank You,
Design Data Concepts, LLC
Will Noel
Founder

Tel: 434-242-3263
Email: will@designdataconcepts.com

Business Websites That Achieve Business Goals | For Professionals, Manufacturing, Engineering, Business, and Non-Profit Organizations. Begin building authority which translates into search ranking strength.

1 Like

I’ll check things with our dev team and get back to you a bit later!

Thank you for waiting!

Could you please try to use this code?

<iframe src='SHARE_LINK' width='100%' height='1000' frameborder='0'></iframe>

You need to adjust the height and replace SHARE_LINK with the link to your own widget.

Here is how you can find it:

Just in case, here is an article explaining it in more details - Installing widget in iframe (New Dashboard) - Elfsight Help Center

Please check it and let me know if it helped :slightly_smiling_face:

Hi Max,

I’m not finding this working either. Here is what I have with the src= changed as you instructed:

Thank You,
Design Data Concepts, LLC
Will Noel
Founder

Tel: 434-242-3263
Email: will@designdataconcepts.com

Business Websites That Achieve Business Goals | For Professionals, Manufacturing, Engineering, Business, and Non-Profit Organizations. Begin building authority which translates into search ranking strength.

I’ve checked your website and see that you are still using the previous code:

You need to replace it with this one <iframe src='SHARE_LINK' width='100%' height='1000' frameborder='0'></iframe>

As I’ve mentioned above, you should replace SHARE_LINK with the link to your own widget.

You can find all the steps to get a widget link in the screenshots above.

Could you please double-check it?

Sorry Max, I’m struggling with this one.

I replaced the src= with: https://sandbox.elfsightcdn.com/d7f70a3b-96a1-4b52-ab2c-39bb881bd1e8
but not doing it yet.

<script src="[https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js](https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.min.js)">
<style>
#elfsight-GR-frame
{
width: 1px;
min-width: 100%;
min-height: 1px;
}
</style>
<iframe src="[https://sandbox.elfsightcdn.com/d7f70a3b-96a1-4b52-ab2c-39bb881bd1e8](https://sandbox.elfsightcdn.com/d7f70a3b-96a1-4b52-ab2c-39bb881bd1e8)" width="100%" height="auto" frameborder="0"></iframe>

</script></div>

Thank You,
Design Data Concepts, LLC
Will Noel
Founder

Tel: 434-242-3263
Email: will@designdataconcepts.com

Business Websites That Achieve Business Goals | For Professionals, Manufacturing, Engineering, Business, and Non-Profit Organizations. Begin building authority which translates into search ranking strength.

I am sorry that it caused difficulties to you!

Just to be clear, all you need to do is to replace your old code with this one <iframe src='SHARE_LINK' width='100%' height='1000' frameborder='0'></iframe> (do not forget to add a link to your widget instead of Share Link).

If you still face any difficulties, please specify what you are struggling with. I’ll be happy to advise :slightly_smiling_face:

OK, Got it! Thank you Max!

Thank You,
Design Data Concepts, LLC
Will Noel
Founder

Tel: 434-242-3263
Email: will@designdataconcepts.com

Business Websites That Achieve Business Goals | For Professionals, Manufacturing, Engineering, Business, and Non-Profit Organizations. Begin building authority which translates into search ranking strength.

2 Likes

You are always welcome :wink: