Do More with Add-Ons
Built-in Add-Ons - Try them out NOW!
SharedCopy comes with some exciting Add-Ons that lets you do more on the Web:
1) Blog
Create a pretty blog entry, based on your annotations! No more manual copying, pasting and indenting of quoted text! Works with all major blogs supporting the Blogger API or MetaWeblog API. e.g. Blogspot, Wordpress, Movable Type, Drupal, etc...
2) E-mail
Wanna send a your friend an email about this great bargain you've just spotted? Stick a note on the page and email it immediately!
3) Del.icio.us
Saving a nicely annotated page? Bookmark at your del.icio.us profile as well - even the SharedCopy tags will be carried over.
4) Basecamp
Automatically cross post your comments to your Basecamp project as messages.
Send subsequent comments on that copy as comments to that same message. Use the TODO: prefix in your comments, and
conveniently create TODO item instead.
Thanks goes to Divya Manian for suggesting this plugin!
5) Twitter
Put a sticky note on any webpage. Highlight some quote on a webpage. Automatically post them as your Twitter status (including the URL). Note: Your twitter status will only updated ONCE for each copy, i.e. subsequent comments on the copy will not cause your twitter status to change!
6) Trackbacks
Want the blogger to know you've just annotated and critic on his entry? Let SharedCopy help you send a trackback!
7) ?
Send in your suggestion! Or even better, you can import your own - register now !
Developers!
How it works
SharedCopy provides APIs in the form of callbacks that allows application writers to receive annotation data from SharedCopy, and process it however you want.
Whenever a user saves his annotations and uses your callback, SharedCopy will contact your URL and send it the annotation data for processing. Some examples of what kind of processing could be done: Email the comments to yourself, post to another website, store them in your own database, etc..
Annotation Data
The following will be the HTTP POST parameters sent to your callback URL:
- api_key
This will be a string of alpha-numeric characters. You will get this once you have created an API - user_ip
IP address of the person who clicked 'Save' - user_agent
User-agent string of the above-mentioned person's browser - html
This is the latest copy of the web page HTML - posting
This your comments, formatted nicely in blog-friendly HTML - comments
This is an Atom XML (see example) containing the comments. Check theversiontag to make sure you extract the latest comments - url
The URL of the original webpage - copy_url
The URL of the copy, i.e. webpage with comments