Embed an iframe - Anything
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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:
- Open your project and change to Code View
- Select Embed Project and copy the iframe HTML code
Adding to WordPress
Here’s how to add your app to a WordPress.org site:
Access embed code
- Open your project and change to Code View
- Click on Embed Project
Copy iframe code
Add HTML block Inside your WordPress site, add an HTML block
Paste iframe code
Adjust dimensions Modify the height and width as needed!
Customizing the embed
You can modify how your app appears:
- Change
widthandheightin the iframe code - Set a custom
titlefor accessibility - Add CSS classes for styling
Example code
<iframe
width="560"
height="315"
src="https://www.anything.com/app/e19f4e2a-9063-4180-ba9f-7c7028ccd2a3"
title="My Site">
</iframe>
If you are working with a wordpress.com site, you may need to use a plugin to get the iframe to display.