Can you post a link to an example?
Loading iframes happens in the browser, your WordPress site sends the same HTML and doesn’t know if it is for an iframe or a full page. The plugin itself doesn’t send any data, it just sends a redirection code and the new URL. So maybe your browser blocks redirections within iframes.
hi. Thanks so much for your reply : ) . So I dont think my browser blocks redirections in iframes . When I tested it in https://iframe-generator.com . Another redirect link worked.
I tested with mine : https://123movies1.me/redirect/redirect1.html
(btw , Im doing this for an adult tube site. Just warning of nsfw content )
but when I try previewing https://phytonsmoke.com?redirect_to=random , it loads a blank page in iframe
update . It somehow works now : )). So It didnt work with blogger and the iframe generator preview, but works with other sites and cpanel , so problem solved : )). Thanks so much
new update. Works well when the site loading the iframe loads in http . However https is same issue. Lol I dunno.
I just tried with the iframe generator, that seems to work.
You could check if you see an error message in the browser console when you get that blank page. See: https://webmasters.stackexchange.com/questions/8525/how-do-i-open-the-javascript-console-in-different-browsers/77337#77337 Just enable all messages, it might tell you about blocked content, network errors etc.
No idea why it works with http …
Maybe someone at https://stackoverflow.com/search?q=iframe+redirect or https://webmasters.stackexchange.com/search?q=iframe+redirect has more experience with iframes.