There are few ways to add tags to facebook assets via the API and UI.
Via API
- Add tags to an asset using Upload APIs explicit call
- Add tags to an asset using Upload APIs add tags call
Via UI
Via API
Add tags to asset using Upload APIs explicit call
You can add a tag while fetching a Facebook profile picture using the explicit
API:
For example in Rails:
Cloudinary::Uploader.explicit("billclinton", :type=>"facebook", :tags => "my_tag")
or
Cloudinary::Uploader.explicit("65646572251", :type=>"facebook", :tags => "my_tag")
Add tags to an asset using Upload APIs add tags call
You can also add a tag to already uploaded Facebook images:
Cloudinary::Uploader.add_tag('another_tag', ['billclinton', 'zuck'], :type => :facebook)
Via UI
Add tags to an individual asset
- Go to the Media Library
- Search for the asset you want to tag
- Click on the asset thumbnail and it will take you to the Manage page
- On the left-hand panel, there will be a field named tags
- On the left-hand panel, there will be a field named tags
- Alternatively, from the Media Library page, you can also select the overflow icon (⋮) and select "Edit"
- This will take you to the edit page, where tags can also be added
- This will take you to the edit page, where tags can also be added
Add tags to multiple assets at once
- From the Media Library, you can select multiple assets by clicking on the checkmark with the solid circle around it on the top left corner of the thumbnails.
- This should bring into view where the search bar was a menu of actions. One of those actions are to tag the assets
Comments
0 comments
Please sign in to leave a comment.