简体   繁体   中英

Google search results in an iframe

To the extend of my research, Google stopped allowing its page being displayed in an iframe. There used to be a URL ( http://gog.is ) which showed Google results and allowed display in an iframe. That site went down recently.

I'm wondering is there any way at all now to have Google search results in an iframe? What's the best solution/alternative to have search results in an iframe?

Thanks!

You can use this link instead of https://google.com/ , it works pretty good:

https://www.google.com/search?igu=1

With specific word you can use this link:

https://www.google.com/search?igu=1&ei=&q=YOUR+WORD

Than iframe should looks as this:

<iframe src="https://www.google.com/search?igu=1"></iframe>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM