Closed isabo closed 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.
data-userid
data-username
mkBtnUsername = mkBtnUsername.replace("@", '')
Thanks! We're going to get that fixed ASAP :smile:
If an embed specifies a
data-userid
instead ofdata-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.