iframe-app

Converting from NATIVE to IFRAME Sandbox with Enter Key Submit

我的未来我决定 提交于 2019-12-14 02:11:54
问题 I have a similar problem to this post when trying to convert my apps script web app to use IFRAME Sandbox. I have converted to 'input = "button"' as suggested. My web app is a simple form for students to use to sign in and out of a school library. The idea for the app is for it to be as easy as possible for students to use. Students should enter their id number and be able to either click the submit button or hit the enter key . Their ID is then validated before being stored in a spreadsheet

Is there a way to load a facebook page inside my facebook application canvas page

瘦欲@ 提交于 2019-12-11 17:52:43
问题 Is there a way to load a facebook page inside my facebook application canvas page? I tried this using ifarame inside my application page with following code. <iframe src="MY_FACEBOOK_PAGE_URL_HERE" width="100%" height="300"> <p>Your browser does not support iframes.</p> </iframe> But it doesn't allow me to load any facebook pages. I just need to display an image of my profile + comment box including posed comments inside my canvas page. It should allow me to post comments for that image and