Iframe integration in Storyblok - Bad request

  • **Issue description:**Hi, we have some issues with using iframe integration in Storyblok. Bad request is shown up. Could you support?

Widget is form builder. No Share Link available. All other widgets have a share link and working correctly.

Thanks for supporting us.

2 Likes

Hi there, @user14693 :wave:

I am sorry to say that Share Link for Forms has been exploited by scammers recently. As a result, we temporarily removed this functionality while we work to find a solution for this situation. We sincerely apologize for any inconvenience this may cause you.

At this time, we are unable to provide an estimated timeline for when the feature will be reinstated, I’m sorry!

If you need the widget to be installed in iframe, you can use this script instead:

<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.10/iframeResizer.min.js"></script>
<style>
    #elfsight-widget {
        width: 1px;
        min-width: 100%;
		min-height: 1px;
    }
</style>
<iframe id="elfsight-iframe" onload="iFrameResize({ log: false }, '#elfsight-iframe');" src="https://sandbox.elfsightcdn.com/WIDGET_ID" frameborder="0">
</iframe>

Replace WIDGET_ID in the last line of the code with the ID of your widget. Try it out and let me know if it worked for you :slightly_smiling_face:

1 Like

Hi Max,

Thanks - it works! I really appreciate it.

2 Likes

Awesome, you’re most welcome!

In the meantime, we’d like to invite you to join our new challenge, where you can win 3 FREE months for your subscription. Check the details and participate :wink: - March Challenge: Share your results with Elfsight & win 3 FREE months!:rocket:

1 Like