To utilize Droppy V2.5.9 and newer versions on external websites (e.g. your Wordpress website) via an iframe, follow these steps:
- Access your Droppy admin panel.
- Go to the upload settings page.
- Enable the "Allow iframe upload form" option.
Once enabled, embed the iframe on your webpage using this code snippet:
<iframe src="https://yourdomain.com/?iframe=true"></iframe>
Remember to replace "https://yourdomain.com/" with your actual domain. Adding "?iframe=true" to the URL activates the iframe version of the upload page. Adjust the iframe's width and height as necessary to suit your website's layout.
Default recipients
You can also set default recipients with the iframe URL by using the "to" option. As example:
<iframe src="https://yourdomain.com/?iframe=true&to=info@proxibolt.com,support@proxibolt.com"></iframe>
Note that this option is only available for the iframe version and also won't work when default recipients are set through the admin panel.
Comments
0 comments
Article is closed for comments.