25 June 2008
Add MSDN/TechNet "Bookmarklet" to Any Web Page
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) + '&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) + '&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) + '&ttl=' + encodeURIComponent(document.title||''), '_blank')">Bookmark on Expression</a>
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comment Policy: No HTML allowed. URIs and line breaks are converted automatically. Your e–mail address will not show up on any public page.
Director & Lead Evangelist, Microsoft Server & Tools Online - the group that manages the global MSDN, TechNet, Expression, and CodePlex sites.