I want to open a page from external website within my wordpress website so that it has same header and footer visible to user. For example when one clicks on Find Hotels in http://www.eurocheapo.com/ search box, it brings up hotels listing from another website but displays them within a frame of same website. Which plugin is best for it? Or do I need to modify something else?
Probably need to see your site and the target you want to stick within your site as well. I have done something vaguely similar with a travelocity feed. If I recall I set up a cname for each category which is why they wind up with say hotels.site.com when you see the results. In your particular example they are using booking.com as the engine. I thought I could grab more info for you but I don't see much here http://www.booking.com/affiliate-program/index.html Nigel
Nigel You are always so helpful. This is actually a very simple implementation. I think it is done by coding or via a plugin. All that is needed is to load the result of click within the wp page. Example:: clicking on "Find Hotels" in http://www.eurocheapo.com/ hero image search box loads booking.com page within eurocheapo website. Similarly when one clicks on Search in hero image on home page of http://www.budgetplaces.com/ the page that opens up is still displaying budgetplaces logo etc but listings displayed are from booking.com That's all.