In May, we released a preview of social bookmarking for MSDN, TechNet, and Expression. Since then, thousands of people worldwide have installed our browser-based bookmarklet to add web pages from across the web to the MSDN, TechNet, and Expression "bookmarkspace."

Now, using the javascript below, you can add a link to any web page (like your blog) that will open the appropriate Save a Bookmark page and allow people to bookmark your page to MSDN, TechNet, or Expression.

Try it out!

Bookmark to MSDN

 

<a href="javascript:void(0);"

onclick="javascript:window.open('http://social.msdn.microsoft.com/bookmarks/en-US/action/Create/s/E/?url=' + encodeURIComponent(location.href) + '&amp;ttl=' + encodeURIComponent(document.title||''), '_blank')">Bookmark on MSDN</a>

<br>

 

Bookmark to TechNet

 

<a href="javascript:void(0);"

onclick="javascript:window.open('http://social.technet.microsoft.com/bookmarks/en-US/action/Create/s/E/?url=' + encodeURIComponent(location.href) + '&amp;ttl=' + encodeURIComponent(document.title||''), '_blank')">Bookmark on TechNet</a>

 

Bookmark to Expression

 

<a href="javascript:void(0);"

onclick="javascript:window.open('http://social.expression.microsoft.com/bookmarks/en-US/action/Create/s/E/?url=' + encodeURIComponent(location.href) + '&amp;ttl=' + encodeURIComponent(document.title||''), '_blank')">Bookmark on Expression</a>