How can I display the URL content using the EMBED in a container with the code set to Webflow? It currently only shows the link on the page.

TL;DR
  • Drag and drop an Embed element into your container and enter an <iframe> snippet in the Embed Code Editor.
  • Replace the src with your URL, customize attributes, save changes, and publish to see the live content.

To display URL content using the Embed component in Webflow, follow these steps:

1. Create a New Embed Component

  • Drag and drop an Embed element into your container where you want the URL content to appear.

2. Use an Embed Code

  • Open the Embed Code Editor in Webflow.
  • Enter an appropriate HTML snippet such as an <iframe> to load the desired URL content.

  • Example: <iframe src="https://your-embedded-url.com" width="100%" height="500px" loading="lazy"></iframe>

3. Replace URL and Customize

  • Replace the src attribute with the URL you want to display.
  • Customize the width and height attributes to fit your design needs.
  • Consider using loading="lazy" to improve load speed if applicable.

4. Save and Publish

  • Save your changes and publish your site to see the embedded content live.

5. Adjust and Style as Needed

  • Modify the properties of the container or directly through CSS to fit the look and feel of your project.
  • Use Webflow's Designer options to integrate the Embed seamlessly into your layout. 

Summary

To display URL content in Webflow using the Embed component, you need to create an Embed element, use an <iframe> to reference the URL, and customize the appearance to match your design.

Rate this answer

Other Webflow Questions