Docs    Instagram    Customizations

Move the ‘Follow on Instagram’ button to the top of your feed

You can move the ‘Follow on Instagram’ button from the bottom of your feed to the top by adding the following JavaScript to your site. This can be done manually using a custom JavaScript plugin. For further information see our documentation here.

$('#sb_instagram').prepend( $('.sbi_follow_btn') );
$('.sbi_follow_btn').first().css('width', '100%');
support

Couldn’t find your answer in the docs?

Contact Support

Was this article helpful?