I’m doing a webpage about apples (the fruit), I want to include Google search results for apple recipes on the bottom of the page. How can I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can accomplish this using iframes, but you might want to consider some alternatives… you might want to create a Google Custom Search Engine to serve results only from recipe websites. And, instead of using a frame to display results, you might want to simply make the custom search engine available, so that, only if a user is interested in finding a recipe, he/she may do so. Something else to consider… you might want to monetize this, in which case using Google AdSense would be the way to go.
If you want to use an iframe, you can use the code above; however, this is not a good design decision.