Content
@
0 reply
4 recasts
4 reactions
pickleback
@pickleback
Amateur Tip: For slick redirects from a frame's link, include the following tag <meta http-equiv="refresh" content="0; URL=your_redirect_site" /> 🤌
2 replies
2 recasts
9 reactions
sarvad.base.eth
@sarvadshetty.eth
Just thinking this through correct me if I’m wrong , say if I have a button, after the post_url is hit , and i do a res.send() with just the meta http-equiv it would redirect ? Like does this work within a frame , no right ?
1 reply
0 recast
0 reaction
pickleback
@pickleback
Correct, it doesn't work within a frame. It will only redirect the user if they click the frame's url in the bottom right corner. Redirects save you from having to add the meta tags to an existing website (or import content from the website into the frame body). Big win for lazy folks everywhere!
0 reply
0 recast
1 reaction