kni-labs / rrssb

:arrow_right_hook: Ridiculously Responsive Social Sharing Buttons

Home Page:https://rrssb.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram url not set by Javascript

rnjailamba opened this issue · comments

When i write below code all other buttons get their href except instagram

$('.rrssb-buttons').rrssb({
    // required:
    title: 'This is the email subject and/or tweet text',
    url: 'http://kurtnoble.com/labs/rrssb/',

    // optional:
    description: 'Longer description used with some providers',
    emailBody: 'Usually email body is just the description + url, but you can customize it if you want'
  });