Wordpress - Users upload name and photo and display on site
I want to use cloudinary to allow users to upload a profile picture of themselves and provide their name. All users names/photos will then be displayed on our website.
How do I do this exactly?
Brenden
-
Wordpress natively supports integrating with PHP libraries. This means that you can use our PHP integration libraries for placing upload tags on your pages. Specifically, you may find the following link useful for your needs - http://cloudinary.com/documentation/php_image_upload#direct_uploading_from_the_browser.
Every Cloudinary upload returns a detailed response, containing the image public ID (i.e., its name), version, URL and more. You can then store this data on your DB, associate it with your users data, and use it for getting the images from the Cloudinary account and display them on your site.0
Post is closed for comments.
Comments
1 comment