Below is an example of how to use the Social Sharing extended block:

<div class="jw-settings" id="my_simple_settings">
     <video id="my_simple_video" poster="/posters/big-buck-bunny-preview.jpg" preload="none">
          <source src="/videos/mp4/big-buck-bunny.mp4" type="video/mp4" data-bitrate="555000" data-width="360" />
          <!-- non-Flash fall-back sources -->
          <source src="/videos/mp4/big-buck-bunny.mp4" type="video/mp4"/>
     </video>
     <div class="jw-modes">
          <div class="jw-mode" data-type="flash"></div>
          <div class="jw-mode" data-type="html5"></div>
     </div>
     <!-- Extended Social Sharing Block -->
     <div class="jw-extended" data-type="sharing" data-code="%3Ciframe%20src=%22http://goo.gl/DX8Ip.html%22%20width=%22480%22%20height=%22270%22%20frameborder=%220%22%20scrolling=%22auto%22%3E%3C/iframe%3E" data-link="http://example.com/page/12345/"></div>
</div>

NOTE: The data-code attribute will be the embed code that you wish to display in the JW embed code overlay field – This should be URI encoded