1. Go to Layout -> open the "latest 'grams from @username" widget from the "FOOTER9 - FULL" section.
3. Replace add-your-username with your own username.
If you accidentally delete the code or the widget, here it is (add it to a HTML/JavaScript widget in the FOOTER9 - FULL section):
<script>
(function($){
$(window).on('load', function(){
$.instagramFeed({
'username': 'add-your-username',
'container': "#instagram-feed",
'display_profile': false,
'display_biography': false,
'display_gallery': true,
'display_igtv': false,
'callback': null,
'styling': true,
'items': 6,
'items_per_row': 6,
'margin': 0
});
});
})(jQuery);
</script>
<div id="instagram-feed"></div>