Help/Support
Like
Contact
Migrating to BlogrCart Mukabuku Elite Version 2.0 Successful!

Quicker, more customizations included, NO PROGRAMMING REQUIRED FOR SETUP!
Follow us for more new theme releases

Buy now
Instant free download!

Buy now
Download with a cause!

Buy now
Secured & Safe

Blogger Blogspot Template Downloads
Ads Placement

Free template blogger make online shop download blog theme for online store.
Template online shop blogspot gratis setup free ecommerce blogger templates.
Shopping cart template for blogspot install shopping online store blogger template easy!
On-line shopping fashion blog & Blogger store download in 1 template.
Blogger shopping cart template shopping online makes a Blogger shop template free blogger templates & so cute.

Theme Updates

June 2016

Instagram 2016 New API Restrictions

As of 1st June 2016, Instagram have rolled out their new API restrictions. BlogrCart Blogger store theme users are required to register their own Client at Instagram Developer website & use the provided tutorial to get your clientId, userId & accessToken to apply with this theme Instagram settings.

Create & Register an Instagram Client

Tutorial to create & register your Instagram credentials can be found here at http://blogrcart-mukabuku-elite.blogspot.my/p/register-and-create-instagram-client.html

Updating BlogrCart Instagram Plugin

Go to Template HTML > Backup template (if required) > Jump to Widget > find HTML99 > locate <b:includable id='js-add-to-all'> > Expand (by clicking the small black arrow to the left) to view the theme specific functions.

For PRO Theme Version

Locate & select ALL starting & ending below codes:-

// instagram setups
if($('#instafeed').length > 0 ) {

... codes ...

} else {
  $('#instafeed').remove();
}; 

For Freemium Version

Locate & find below codes:-

$('.list-buttons .btn-support span').text(_text_._btn_support_text);

For PRO Versions replace the selected codes with the updated codes below...

For Freemium versions add the updated codes below, AFTER/BELOW the indicator like so...

  $('.list-buttons .btn-support span').text(_text_._btn_support_text);

  <!-- the new updated codes -->

});
//]]>
</script>

// instagram setups
if($('#instafeed').length ) {
  var feed = new Instafeed({ 
    get: 'user',
    userId: X123456789, // unique  Instagram user ID
    accessToken:'YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY', // instagram access token from instafeedjs.com
    clientId:'ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ',   // instagram client ID
    //
    tagName: _instagram_._hashtag,
    sortBy: _instagram_._sortby,
    limit: parseInt(_instagram_._display),
    resolution: _instagram_._image,
    template: '<a class="animation" href="{{link}}" target="_blank" rel="nofollow"><img src="{{image}}" alt="" width="' + _instagram_._image_width + ' height="auto" /></a>' 
  });
  feed.run(); 
} else {
  $('#instafeed').remove();
}; 

  • Insert your userId at highlighted yellow.
  • Insert your clientID at highlighted cyan
  • Insert your accessToken at highlighted green.

Click Save Template & preview your changes.

Preview your Blogger store & your Instagram post images will display at the assigned section. Further customize how your Instagram post images displayed by using the available parameters assigned with this BlogrCart Instagram plugin.