Jonas Stawski

Everything .NET and More

email2face with SubText

If you haven't read it yet I recently switched to SubText. One of the things I've done was to set up SubText to use email2face to display pictures of the people leaving the comments. It is very easy to do.

In the Web.Config you have to change the appsettings and change the GravatarUrlFormatString to point to http://www.email2face.com/lookup/{0}. You also need to change the GravatarEmailFormat to plain so the email doesn't get encrypted.

<add key="GravatarUrlFormatString" value="http://www.email2face.com/lookup/{0}" />
<add key="GravatarEmailFormat" value="plain"/>

Happy Configuring!

Add comment

biuquote
Loading