Mibew / mibew

Mibew Messenger - open-source live support application
https://mibew.org
Other
471 stars 204 forks source link

Invitation in "text link" button #239

Closed bocceli closed 3 years ago

bocceli commented 5 years ago

Environment

faf commented 5 years ago

Actually, that feature works as intended.

Text links were supposed to be used in emails, instant messages, etc. to provide an ability to chat with an operator. It was not supposed to be used on sites, so there was no need to implement tracking and inviting for that type of chat buttons.

Moreover, tracking and inviting doesn't implemented for 'operator code' button type too. Since one should know a code of an operator to make use of such button. Interactive behaviour in this case is unexpected and unwanted.

bocceli commented 5 years ago

Thanks for your explanation. This is exactly what I need to know. I used it badly for my goal. My goal is create button with custom content in "" element. So light modification of ImageGenerator class should solve this for me.

Thank you

faf commented 5 years ago

You're welcome.

And if you'll share your modifications, maybe I'll be able to incorporate them into the master branch. ;) Maybe in some circumstances it could be useful for users to be able to use invites alongside with text links.

bocceli commented 5 years ago

I will try solve this problem in few days. If I come with elegant solution I'll share it with pleasure ;)