Just Added Live Messenger to my Blog
Not that I expect anyone to use it, but I just added the new Windows Messenger widget to my Contact page
on this site.
If there is anyone interested in giving it a shot you can just grab
the code from here:
http://settings.messenger.live.com/Applications/WebSettings.aspx
Basically I just added it to my themes/blog/default/contact.aspx
like so:
1: </div>
2: </FormTemplate>
3: </CSBlog:ContactForm>
4: <p />
5: <h2 class="CommonSubTitle">MSN Messenger</h2>
6: <div id="Messenger">
7: <center><iframe src="http://settings.messenger.live.com/Conversation/
8: IMMe.aspx?invitee=2162e1b87a2ba10c%40apps.messenger.live.com&mkt=en-AU" 9: width="300" height="300" style="border: solid 1px black; width: 300px; height: 300px;"
10: frameborder="0"></iframe></center>
11: </div>
12: </asp:Content>
Lines 1-3 were already in there, just to show you where the main contact ended.
Line 10 was the next line that was already in the source.
Line 7 is where I posted the code that MS gives you, between a couple of center tags.
If anyone wants to give it a shot and I'm online, then go for it!
(I did put it on my contacts page so only people who were actually looking for a point to contact me would
actually find it, rather than just letting anyone who stumbled over my blog have it in the sidebar :))
Similar Posts
- Playing with Extension Methods: .ToDataTable();
- Identicons and Gravatars in Community Server thanks to CarKnee
- SQL Code Camp - Day 1
