Skip to main content
An iframe lets you display your Anything app inside other websites - like embedding a YouTube video. This means users can interact with your app without leaving the host website.

Getting the embed code

Get your app’s embed code in two steps:
  1. Open your project and change to Code View
  2. Select Embed Project and copy the iframe HTML code
Embed Pn

Adding to WordPress

Here’s how to add your app to a WordPress.org site:
1

Access embed code

  1. Open your project and change to Code View
  2. Click on Embed Project
2

Copy iframe code

Copying iframe embed code
3

Add HTML block

Inside your WordPress site, add an HTML blockAdding HTML block in WordPress
4

Paste iframe code

Pasting iframe code
5

Adjust dimensions

Modify the height and width as neededAdjusting iframe dimensions

Customizing the embed

You can modify how your app appears:
  • Change width and height in the iframe code
  • Set a custom title for accessibility
  • Add CSS classes for styling

Example code

If you are working with a wordpress.com site, you may need to use a plugin to get the iframe to display.