(function($) { var layout = '', likes = '', comments = '', popup = '', custom_size = '', like_span = (likes === 'yes') ? ' {{likes}}' : '', comments_span = (comments === 'yes') ? ' {{comments}}' : '', feed = new Instafeed({ get: 'user', target: 'pp-instagram-', accessToken: '', userId: '', clientId: '', resolution: '', limit: , sortBy: '', template: function () { if ('carousel' === layout) { return '
' + '' + '
' + like_span + comments_span + '
' + '' + '
' + '
'; } else { return '
' + '' + '
' + like_span + comments_span + '
' + '' + '
' + '
'; } }(), after: function () { if ('carousel' === layout) { mySwiper = new Swiper( '.pp-instagram-feed-carousel .swiper-container', { direction : 'horizontal', slidesPerView :