Ticket #694 (closed bug: fixed)
Sharing plugin displays blank embed button
| Reported by: | zach | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Plugins | |
| Component: | Keywords: | ||
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forum/Plugins/21527/Embed-button-blank-with-Sharing-1-custom-skin |
Description
Line: 121 - view.getPlugin('controlbar').addButton(new ShareButton(),'embed',shareHandler);
should be:
view.getPlugin('controlbar').addButton(new ShareButton(),'share',shareHandler);
Change History
Note: See
TracTickets for help on using
tickets.
