I’m having a WordPress multi site installed and i using a fixed footer that shows on all blogs. I’ve put the “blogfooter.php” that is the name of the footer on for example “static.mydomain.com” and “mydomain.com/blog” have used iframe to get that php file into the themes and added css code for it etc.
However now i’m wondering how to write php for getting the avatar of a certain blog (id) showed in that file (blogfooter.php) so it’s dynamic. When the bloguser changes the avatar of the admin of the blog (editor in this case, but the owner). So i can’t figure out how to show a avatar in a file that doesn’t is in the WordPress folders. The width and the height should be 35px.
I’m using the plugin “User Avatar” (http://wordpress.org/extend/plugins/user-avatar/) for changing the profilepicture. So how do i do this?