Docs    Facebook    Customizations

Move shared links to display at the top of the Facebook post

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') );
});
support

Couldn’t find your answer in the docs?

Contact Support

Was this article helpful?