Sohair Ahmad

Results 9 comments of Sohair Ahmad

This issue need to be fixed as this does not work for .csv files with utf-8 format

any solution so far ?

As per gem code: there is no image passed to sharer ``` SocialShareButton.openUrl("http://www.facebook.com/sharer/sharer.php?u=#{url}&display=popup&quote=#{desc}", 555, 400) ```

How about if gem should do this implicitly, by adding this meta tag to the header?

what is the content of your `social_share_button.rb` file? make sure you have `linkedin` in `allow_sites`

may be can you show the screenshot for better understanding, I checked it with `version: 1.1.0` and its working fine.

Is this issue is resolved?

This worked well for me. ```js import { Select, initTE } from "tw-elements"; addEventListener("turbo:load", event => { initTE({ Select }) }) addEventListener("turbo:frame-render", event => { initTE({ Select }, { allowReinits:...

Thanks, I will research a bit about Chinese Sign and get back to you with this implementation.