Skip to content

bitbull-team/vue-storefront-instagram-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Feed for Vue storefront

Extension for Vue storefront that displays last photos from an Instagram account.

Usage

Configure widget in your config/local.json

  "instagram": {
      "token": "XXXXXX",
      "channel": "@channelname",
      "count": 3
    }

Include component in the desired page or component

  import instagramStream from 'src/extensions/instagram-feed/components/stream'
  components: {
    ...
    instagramStream
  }
  
 <instagram-stream />

Register the extension

  extensionList.push(require('@vue-storefront/extension-instagram-feed/index.js'))

Et voilà!

Licence

From Bitbull with love

OSL - Open Software Licence 3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published