Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Pulling avatars of Vanilla users to print on Wordpress page
I would like to have a place on my blog (on same domain as Vanilla) that shows the most recent questions asked in Vanilla and also shows the avatars of the users asking them.
Is there any way to do that?
Is there any way to do that?
Tagged:
0
Comments
I have also been working on a bunch of widgets that work like the Embed Vanilla code, giving you a bunch of different things (like this) that you can add into other parts of your site.
Am I overlooking something or is avatar pulling functionality I asked about not yet possible?
I'm very new to API
So, for example, right now if you look at the api data for my profile you'll see this image name: WOTW0SLO8QFR.jpg. But the actual url to my profile image and my thumbnail image are:
Profile: http://vanillaforums.org/uploads/userpics/pWOTW0SLO8QFR.jpg
Thumbnail: http://vanillaforums.org/uploads/userpics/nWOTW0SLO8QFR.jpg
So, before the profile picture we put a "p" and before the Thumbnail we put an "n".
Other than that you just need to build the path to the icon, which is always /uploads/userpics/ from the root of Vanilla.