Description Usage Arguments Details Value Author(s) See Also Examples
Create an album
1 2 3 |
id |
A vector of one or more image IDs to add to the album or a list of objects of class “imgur_image”. |
title |
Optionally, an album title. |
description |
Optionally, an album description. |
privacy |
The privacy for the album. One of “public”, “hidden”, or “secret”. |
layout |
The layout for the album. One of “blog”, “grid”, “horizontal”, or “vertical”.) |
cover_id |
An image ID or an object of class “imgur_image”. |
... |
Other arguments passed to HTTP request functions, for example: |
Creates an Imgur album with the specified images and metadata. All options are are optional. Images can only be added to anonymous albums with create_album
, not after the fact. Albums created with an OAuth2.0 authentication token can be modified in any way.
An object of class “imgur_basic”.
Thomas J. Leeper
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.