|
@@ -1,11 +1,11 @@
|
|
|
---
|
|
|
title: "Uppy 1.10.1: Facebook and OneDrive"
|
|
|
-date: 2020-03-28
|
|
|
+date: 2020-04-03
|
|
|
author: ife
|
|
|
-published: false
|
|
|
+published: true
|
|
|
---
|
|
|
|
|
|
-Uppy `1.10.1` adds long-awaited support for [Facebook](/docs/facebook/) and [OneDrive](/docs/onedrive/). Try it out: https://uppy.io/examples/dashboard.
|
|
|
+Uppy `1.10.1` adds long-awaited support for [Facebook](/docs/facebook/) and [OneDrive](/docs/onedrive/) 🎉
|
|
|
|
|
|

|
|
|
|
|
@@ -16,6 +16,18 @@ uppy.use(Facebook, { target: Dashboard, companionUrl: 'https://companion.uppy.io
|
|
|
uppy.use(OneDrive, { target: Dashboard, companionUrl: 'https://companion.uppy.io/'})
|
|
|
```
|
|
|
|
|
|
+Try the live demos on [Transloadit.com](https://transloadit.com): import your files from Facebook or OneDrive, and then:
|
|
|
+
|
|
|
+- [Apply watermark to an image](https://transloadit.com/demos/image-manipulation/text-watermarking/)
|
|
|
+- [Convert image to WebP](https://transloadit.com/demos/image-manipulation/convert-to-webp/)
|
|
|
+- [Encode a video, extract 8 thumbnails and store everything in an S3 bucket](https://transloadit.com/demos/file-exporting/store-encoding-and-thumbnails-on-s3/)
|
|
|
+- [Encode video for iPhone](https://transloadit.com/demos/video-encoding/encode-for-apple-iphone-11-pro-max/)
|
|
|
+- [Create a single Zip file containing all uploaded files](https://transloadit.com/demos/file-compressing/create-one-zip-file-containing-all-uploaded-files/)
|
|
|
+
|
|
|
+(Uppy demos are below the description and steps, under “Live Demo. See for yourself” ;-)
|
|
|
+
|
|
|
+You can also play with an interactive demo, enabling different Uppy options and providers on the fly: https://uppy.io/examples/dashboard
|
|
|
+
|
|
|
OneDrive:
|
|
|
|
|
|

|