Giter VIP home page Giter VIP logo

vue-social-chat's People

Contributors

ktquez avatar lucasferreiralimax avatar mihajlon97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vue-social-chat's Issues

Avatar image

Currently, you're giving the option to insert an avatar by setting a url/path to the image.
Using nuxt, I'd like to load from my assets folder. Either by require() or per absolute path:

data: () => ({
    attendants: [
        {
            app: 'whatsapp',
            label: 'Partner',
            name: 'John Doe',
            number: '1234567890',
            avatar: {
                src: require('@/assets/John_Doe.jpg'),
                // OR
                src: '@/assets/John_Doe.jpg',
                alt: 'John Doe avatar'
            }
        }
    ]
})

Which results in following in the frontend:

<img src="[object Object]" alt="John Doe avatar">
resp.
<img src="~/assets/John_Doe.jpg" alt="John Doe avatar">

It looks like your plugin surpasses the assets functionality. Not a major issue, but still an issue :)

Vue 3 error

I installed the component, declared it locally and copy the component as in the example and it throws the following error for me.

imagen

I also read that Vue 3 support is still being worked on. I just wanted to show the error that it returns to me in console.
Your work looks excellent, I hope one day I will have the ability to program like you.
First of all congratulations and I look forward to compatibility.

Icon button doesn't circle or doesn't have border-radius

image

My icon doesnt circle, how to fix it ?

in style i using

.whatsapp-chat {
  --whatsapp: #46c056;
  --vsc-bg-header: var(--whatsapp);
  --vsc-bg-button: var(--whatsapp);
  --vsc-outline-color: var(--whatsapp);
  --vsc-border-color-bottom-header: #289D37;
}

PT. Pt

Jika anda memiliki kendala atau pertanyaan, silahkan pilih salah satu CS kami untuk chat.

icon whatsapp

Call us to +62 from 9AM-5PM (UTC+7)

Trigger Whatsapp Popup on <a> event

Hello,

How to trigger the vue social chat/whatsapp popup when click on element?

I tried to force click by using .click(), unfortunately it auto closed the popup.

image

Setup on Vue Js 3

I tried to set it up on Vue Js 3 but seems I get blank page, this is already supported on Vue js 3?

Whatsapp attendant hidden by adblock

Can you check out, that no attendants are showing with the setting app: 'whatsapp'?
It looks like, Adblock Plus (Google Chrome) filters out whatsapp and other link URL's what are set in the href attribute, through injected stylesheet

a[href^="https://api.whatsapp.com/send?"]

I thought about three different options:

  1. Make the whatsapp-url call by running a JS function
  2. Display a message to the user, that adblock is on
  3. Hide the social-chat-button by dependency (if all attendees are whatsapp and adblock is on, hide button)

Question: CDN Version

Hi there

Thanks for amazing work. I am using Vuetify CDN version, where can I get a CDN version of your library so that I can use withing the <script> tags?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.