appmeerkat / meerkat-api

7 stars 2 forks source link

Embed using data-userid does not work #2

Closed isabo closed 9 years ago

isabo commented 9 years ago

If an embed specifies a data-userid instead of data-username, as allowed by the API, the embed script crashes on the following line, which assumes that we are using a user name, not an ID.

mkBtnUsername = mkBtnUsername.replace("@", '')
appmeerkat commented 9 years ago

Thanks! We're going to get that fixed ASAP :smile: