Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

upload picture through external website to gravatar profile

I was wondering if it is possible to create an upload function to upload picture through my own site to the gravatar site?

like image 509
Lynn Chang Avatar asked Jan 23 '11 10:01

Lynn Chang


People also ask

How do I connect my Gravatar to my website?

First, you'll need to Sign In to your Gravatar account. Click on My Profile in the top bar. Click on Websites in the left side menu. You can add a link to any site by clicking on the "+" sign above Add Link.

How did Gravatar get my photo?

Gravatar uses your email address to provide your image to other sites. If we don't have any record of your email address, Gravatar won't be able to display your image. Your selected Gravatar must use a rating that's permitted by the other site. Lots of sites restrict Gravatar images to G or PG ratings only.

How do I change my WordPress profile picture with Gravatar?

Head over to Media » Add New and upload your custom default gravatar image. After the image is uploaded, you need to click on the Edit link next to the image. WordPress will now open your image for editing. You need to just copy the image file URL and paste it in a plain text editor like Notepad.


1 Answers

Yes, this is possible. See http://en.gravatar.com/site/implement/xmlrpc/ , specifically the grav.saveData or grav.SaveUrl calls.

like image 157
tkrajcar Avatar answered Nov 07 '22 06:11

tkrajcar