By default the link boxes which are displayed when you share a link on Facebook are displayed at the bottom of the post. To display these at the top, add the following JavaScript to your site. This can be done manually using a custom JavaScript plugin. For further information see our documentation here.
$('.cff-item').each(function(){
$(this).prepend( $(this).find('.cff-shared-link') );
});