If you manage any of the following, you no doubt have to find images or videos for them:
Website pages
Blog posts
Content Management System image libraries
Presentations and other documents
With Dash, you can embed Dash assets straight into your sites and applications without having to manually download and upload them first.
What are the benefits of linking to an asset?
The assets are served very quickly, from a CDN (Content Delivery Network). This helps speed up your page loads, which is great for your users and Google likes it too.
It is faster for you. You don't need to manually download an asset and then upload it into your external application
It stays up to date. Once embedded in your application, the asset will automatically reflect any further changes you make to it in Dash. If you upload a new version of the file in Dash, the embed link stays the same.
You can control visibility. If you need to stop the asset from being viewed externally, you can remove the link and this will immediately remove it from external applications.
Creating an embeddable link to an asset
πββοΈ A note on embeddable link filenames
Embed links contain a reference to the filename of the asset. E.g. if your asset is called "myfile.png", the embed link will look something like https://link.assetfile.io/[uniquecode]/myfile.png. This cannot be changed once created, so please check you are happy with your file naming convention before creating embed links, as anyone with the link will be able to see the filename.
Open the asset in Dash that you want to embed in an external application
Click the embed button </> and choose the size of asset you want to create
Click "Copy" to copy the generated link to your clipboard
βΉοΈ You can either create a link to the original size asset, pick from one of the preset sizes, or create your own resize or crop.
Adding an embedded asset into an external application
Once you have created your link, simply open up your external application, locate the option to add an embeddable image (look for "insert via URL", "Embed image" or similar - every application will be different), and paste in the link. Hey presto, your image should appear!
Frequently Asked Questions
What file types can I embed?
You can embed any file type. Just click the embed icon on any asset. We support embedding videos as well.
Can I choose the file extension for embed links?
Embed links will always use the same extension as the asset file they are generated from. So a JPG asset will generate a JPG embed link. If you would like to generate an embed link with a different format, you would need to upload the asset in that format first.
Do embed links support transparency?
Yes. So long as the asset you are generating an embed link for is an image type that supports transparency (e.g. PNG), then the generated embed link will match this filetype and the transparency will be preserved.
If the image type does not support transparency (e.g. JPG), then the generated embed link will also be JPG and will not support transparency.
Do embed links count towards my download limit?
Each active embed link counts as one download per month. So if you have 25 embed links in use in a given month, that would count as 25 downloads. Read more about what counts as a download in this article.
What happens to the embed link if I update the version of the asset?
If you update the version of an asset, the following will happen:
The embed link will remain the same (to avoid breaking existing active links), meaning the embed link will still contain the version of the filename that was present at the time the link was created.
When someone downloads the asset from the embed link (e.g. by clicking "Save as" in their browser), the asset will be saved using the current filename. This means even though the embed link itself contains the original filename, the assets downloaded to people's computers reflects the latest filename.