You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
samuelar
4 years agoNew member | Level 2
Embedding files on our website
When I upload a picture or video to a dropbox folder that is a subfolder sorted into days within an umbrella folder (manually - only a couple a day) - how do I automatically embed the most recent .jp...
tahsini
Dropbox Staff
To use the embedder, you will first need to create an app via the App console. With that you'll need the App Key that is located in the app console.
From there you'll want to insert this javascript:
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="[YOUR APP KEY]"></script>
Replacing [YOUR APP KEY] with the app key from your App console.
From there you can use the following html:
<a href="[CONTENTS SHARED LINK]" class="dropbox-embed" ></a>
Hawkeye00
3 years agoNew member | Level 2
I tried this recommendation from Tahsini but all I get is this.
It tries to load an iframe which is blocked.
- Greg-DB3 years agoDropbox Staff
Hawkeye00 To use the Dropbox Embedder, make sure you've registered the domain(s) of your site(s) where you want to use it. You can find more information in the Dropbox Embedder documentation. You can register your "Chooser / Saver / Embedder domains" from your app's page on the App Console.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 5 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!