kni-labs/rrssb

Instagram url not set by Javascript

rnjailamba opened this issue · 1 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'
  });