Load url into existing jquery mobile page

Load url into existing jquery mobile page

Hi,

I am looking to load my twitter page into an existing jquery mobile page containing just a header with Title and Home link. I want the https://mobile.twitter.com/ceist1 to basically have a Title and home link for user to get back to home page instead of being directed out of the mobile web app.

I have researched and tried $.mobile.loadPage("url"); and also url = 'https://mobile.twitter.com/ceist1'
$('#selector').load(url); but no joy.

I am a newbie to jquery mobile development and would appreciate any help please.

Many thanks,
John