Ticket #694 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by jeroen

  • Owner changed from zach to jeroen

comment:2 Changed 3 years ago by jeroen

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [873]

Note: See TracTickets for help on using tickets.