Search code examples
drupaldrupal-7viewdrupal-viewsdrupal-8

How to put an iframe inside a view on Drupal


I have a page on Drupal, and I need to put an embedded page that renders a 360 img, like an iframe, on a view:

An example

I looked for it on the internet but have not found a solution. I created a tag on that view but I don't know where to put my iframe code to render it.

This is my config tag view:

config tag


Solution

  • in my case, i create a block and i put the iframe code inside them, after i configure the block to show where i want

    This is the creation block

    But creating views, does not work because that don't let me modify the content