• Jaggy

    (@vishanjad)


    Support,
    Can I use a java snippet to implement the chat on multiple WordPress sites at the same time? Please share the Java snippet. I saw you shared this somewhere in the forum but can’t seem to find it in your docs.

    Thanks
    Vishan

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    No, it’s not possible to use same chat at multiple wp sites.

    Thanks!

    Thread Starter Jaggy

    (@vishanjad)

    support,
    So what does this snippet do? Is it possible to be done using your customization services?

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    Not sure which snippet you are referring to.
    The messages are stored in WordPress DB, so they cant be displayed at other WP website.

    Thanks!

    Thread Starter Jaggy

    (@vishanjad)

    this one

    https://www.wordplus.org/knowledge-base/custom-messages-location/

    Think of it just like you have a Facebook messenger plugin for WordPress. I’m referring to something similar using your plugin.

    • This reply was modified 3 years ago by Jaggy.
    Plugin Author wordplus

    (@wordplus)

    This is when you need customize chat location within the website (instead of selecting page in plugin settings), it will not work in other website.

    Thread Starter Jaggy

    (@vishanjad)

    This is when you need customize chat location within the website (instead of selecting page in plugin settings), it will not work in other website. Is this possible with your customization services?

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    No its not possible, due to complexity.

    Thanks!

    Thread Starter Jaggy

    (@vishanjad)

    Support,
    Does the complexity issue have to do with communication architecture between sites?

    For eg:
    1. What if you have shared users across multiple WordPress installs?
    2. Would you need shared access to the database where your plugin is installed?
    3. Can syncing the data across each wp installation be used as a workaround?
    ** by having the plugin installed on each site.

    Please propose a workaround if possible.

    Thanks
    Vishan

    Thread Starter Jaggy

    (@vishanjad)

    Support,

    Could you please respond?

    Thanks
    Vishan

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    Its not possible, due to complexity.

    Thanks!

    @vishanjad if you got websocket version, what you propose is definitely possible!
    Could easily be done with WP Site API connected to Another WP Site API.. webhooks

    Thread Starter Jaggy

    (@vishanjad)

    @bernardberry646 thank you for your input. Is this something you have done before or can do? please let me know.

    Thanks
    Vishan

    @vishanjad My apologies!!! I’m just now seeing this, I did get an email notification but never did see this one specifically.

    What you are trying to do is definitely possible via ajax and websocket + WordPress API.
    It would be way more work to try and adapt this actual plugin’s code then it would be to just start with a basic vanilla source code.

    Take a look at cbox: https://www.cbox.ws/
    And here: https://www.cbox.ws/help?all=1

    Thread Starter Jaggy

    (@vishanjad)

    Hey Bernard,

    No need for apologies, it happens to me all the time. Thank you for the time and effort you put in to provide me with feedback-so kind of you. I looked into the solution you send and in reference to ‘the embed code’. Is it a javascript snippets code that they provide to add the chat window to your site?

    Thanks again!

    @vishanjad No it’s a simple iframe embed code. It has a console / backend at their site that you can do ALL KINDS of customizations, permissions, etc. And you can setup UNLIMITED channels. Meaning you can have 20 sites and embed chat (which is true real-time chat!) on all 20 sites using example your Channel #1.
    Then if you want you can create another Channel #2, and even put that on just 5 of those 20 sites, thus giving you fully customized separate real-time chats on 20 sites, with 5 of them having yet another separate chat. You could literally Channel #1 and Channel #2 chats side by side on the same page, and they both have their own access permissions (as in logged in, logged out, member, non member, etc) And all of the chats are true real-time on all sites!

    Here are 2 screenshots, one is a NSFW view and the other is safe blurred.
    I’m developing live webcam with chat and many other features. When you look to the right is the ‘chat’. As you can see it allows for complete customization from all color options of elements, custom user avatars, fonts, and much more.
    I’m using a Channel just for this page which allows logged in and non logged viewers.
    Dynamically, I’m using a Channel #2 that shows on the page IF you are a member and logged in.
    And I’m also using a Channel #3 IF a viewer goes private, 1 on 1. So that chat consists of just the 2 people only.

    But as you can see the real time chat is implemented, styled, permissions, sounds, even have moderator permissions, etc.
    By the way, the different social media buttons at the bottom are there just for testing lol.. clicking those buttons changes the model’s little graphic box above the chat to a corresponding graphic.

    SAFE screenshot:
    https://i.postimg.cc/ZR2Spv52/screenshot-safe2022-05-20-15-43-53-copy.jpg

    NOT safe screenshot:
    https://i.postimg.cc/Hng6qTZj/screenshot-notsafe2022-05-20-15-43-53-copy.jpg

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Cross Platform Messages’ is closed to new replies.