Steven Olmsted![]()
Function for creating gravatar image urls.
<script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.06.20-20-07'
}).use('gallery-gravatar-url', 'node', function(Y) {
Y.gravatarUrl({
defaultImage: 'identicon',
email: 'user@domain.com'
}, function (gravatarUrl) {
Y.one('body').setContent('<img alt="gravatar" src="' + gravatarUrl + '" />');
});
});
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info