Embed the apps at the wordpress?

is it possible embed the app we craeted at the wordpress?
i have followed the step by using the iframe, but still canโ€™t.

1 12 2,751
12 REPLIES 12

eddie1
New Member

Hi Dian, yes itโ€™s definitely possible. Hereโ€™s an example of an iframe I used for an AppSheet blog post:

< iframe style=โ€œmargin: 0px auto; display: block;โ€ xml=โ€œlangโ€ src=โ€œhttps://www.appsheet.com/samplesembed/embed?appGuidString=5c02fe87-3b36-490b-9671-9250c04b8cfaโ€ width=โ€œ560โ€ height=โ€œ650โ€ frameborder=โ€œ0โ€ data-service=โ€œappsheetโ€>

Steps:

  1. Remove the space between the initial โ€œ<โ€ and โ€œiframeโ€ (if I connect it, then it automatically turns this into an embed.
  2. Replace the appGuidString โ€œ5c02fe87-3b36-490b-9671-9250c04b8cfaโ€ with the string for your app. Make sure your app data settings are set to public if youโ€™re planning on displaying this in a public Wordpress.
  3. If you want to share your data in Google Sheets, be sure to go to FIle => Publish to the Web => Publish

i have try the step but still canโ€™t embed in my wordpress or google site.
iโ€™am in trial now.
did i have to choice plan first, to able embed the app at my wordpress or google site?
is the html wrong?
< iframe style=โ€œmargin: 0px auto; display: block;โ€ xml=โ€œlangโ€ src=โ€œhttps://www.appsheet.com/samplesembed/embed?appGuidString=9ff122c8-9dbe-4e91-8eaf-84810198b6b6โ€ width=โ€œ560โ€ height=โ€œ650โ€ frameborder=โ€œ0โ€ data-service=โ€œappsheetโ€>

eddie1
New Member

Have you set your security preferences accordingly?

And have you deployed your app already?

It does not seem to embed anything. here is what I copied and pasted:

< iframe style=โ€œmargin: 0px auto; display: block;โ€ xml=โ€œlangโ€ src=โ€œhttps://www.appsheet.com/samplesembed/embed?appGuidString=c1ab6749-cd9d-41c2-a505-c64f2ea835e1โ€ width=โ€œ560โ€ height=โ€œ650โ€ frameborder=โ€œ0โ€ data-service=โ€œappsheetโ€>

I have put a space in front of iframe like you.

Hi @Jerry_Lan, I think for embedding in your website, you have to remove that space.

Hi @Heru! Thanks but I did remove the space here but its blank as you can seeโ€ฆ Any idea why its blank?

If you have:

  1. Deployed the apps
  2. Set Required user sign-in to OFF
  3. Make data in the app as public - ON
  4. Authorizing to set-up insecure app - ON
  5. Changed the โ€œhttps://www.appsheet.com/samplesembed/embed?appGuidString=5c02fe87-3b36-490b-9671-9250c04b8cfa" with the browser link obtained from your User>Link in the editor.

It should work, if not, you might better to send email to support@appsheet.com for better assistance.

Hi @Jerry_Lan,

I believed that the working iframe code for you is as below, I have wrapped inside the code block to avoid misundestanding:

<iframe style=โ€œmargin: 0px auto; display: block;โ€ xml=โ€œlangโ€ src="https://www.appsheet.com/preview/c1ab6749-cd9d-41c2-a505-c64f2ea835e1?refresh=1&wipe=1" width=100% height=100% frameborder=โ€œ0โ€ data-service=โ€œappsheetโ€/>

You should then get to view below snapshot, which is your app (Iโ€™ve blocked your email address):

I Hope this help.


@hru wrote:

<iframe style=โ€œmargin: 0px auto; display: block;โ€ xml=โ€œlangโ€ src="https://www.appsheet.com/preview/c1ab6749-cd9d-41c2-a505-c64f2ea835e1?refresh=1&wipe=1" width=100% height=100% frameborder=โ€œ0โ€ data-service=โ€œappsheetโ€/>


 

Is this method still working with wordpress websites or any changes required

I've just used the following to embed an app in my wordpress site (this shows a phone-sized app)

<iframe src="https://www.appsheet.com/preview/[your app ID here]?refresh=1&amp;wipe=1" width="340" height="620"></iframe>

Top Labels in this Space