Add this Controls for Community Server 2008+

Download:
Installation Instructions
- Go to www.AddThis.com and register for an account
- Remember your username, replace %1 in the code bellow
- Register add this controls in the web.config
[code]
<add tagPrefix="nb" namespace="nb.development.addthis" assembly="addthis"/>
[/code]
- Add the controls to the pages
- For post links add
[code]
<nb:AddThisPost runat="server" Username="%1"
Style="[Bookmark, Share, AddThis, Plus, Bookmark_Small, Share_Small]" />
[/code]
- For RSS feed links add
[code]
<nb:AddThisFeed
runat="server" Username="%1" LinkTo="[SectionRSS|PostRSS|CommentsRSS
(Blog Only)|AppRSS (Forum Only)]" Style="[Subscribe, RSS,
Subscribe_Big, RSS_Big, Subscribe_Small, RSS_Small]" />
[/code]
All controls are chameleon controls, and should pick up the datasource of whatever place they are placed.
Posted
Jul 02 2008, 02:24 AM
by
Nick