Package widget for syndication
Package widget in Javascript for syndication. Initially the widget should just display one federation's data. In the future it would be nice to move per-user/per-site & federation config options into the widget, rather than keeping them in the server-side program alone.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Low
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- Accepted for couchapp-backbone
- Implementation:
- Unknown
- Milestone target:
- 0.7
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Here's an overview of third-party JavaScript widgets: http://
Here is how to work around the browser's same-domain-origin policy on AJAX requests to enable user interaction:
- JSONP - in jQuery 1.5+? - $.get() using this syntax:
$.get(
"http://
},
);
- - JSONP requires the remote server to respond wrapping the JSON in a function call named after the "callback" URL parameter, like "function_
Work Items
Dependency tree
* Blueprints in grey have been implemented.