Search for pages that contain iframes

Hi.

We have changed our website from HTTP to HTTPS and now all the iframes have stopped working beause they are in HTTP, not HTTP, so we need to change all iframe from HTTP to HTTPS.

Is there any way to search for all the pages that contain a specific text? For example, all the pages containing "<iframe src", or simply "iframe".

Thanks.

A quick fix would be to use JS to rewrite all iframe src URLS to be https.

1 Like

Were those iframe tags placed there by hand or is there an add-on involved?

The iframes are by hand.

Fulvio, thanks for the link. Search & Replace works very well.