Code

Discussion on Reaction Button jQuery Plugin Makes Everything Reactable

Discussion on Reaction Button jQuery Plugin Makes Everything Reactable

By
Cart 35 sales

iceylan supports this item

Supported

This author's response time can be up to 1 business day.

29 comments found.

Can you send me a better demo page? One that has multiple reactions, like your demo on codecanyon? Also can you provide all the parameters for the reactions? How do a configure it to allow multiple responses like in your demo online?

It’s a really cool script! The fact you can take multiple reactions, with audio is really nice! There’s a lot of potential with this.

Thanks

Hi. Thanks for your compliments!

You know, actually I can do better. I’ve been busy revamping this script completely lately and I’m almost 90% done already. If that’s ok with you, I can let you know when it’s finished.

But if the things you want to learn are urgent, of course I can help. I am waiting for your answer. Thank you for your support.

Sounds good! Good luck with the update or however you decide to release it. I’ll be the first customer. Thanks for responding.

Does this work on vueJs Laravel? I need custom solution.

Vue.js can’t run this plugin as it requires jQuery.

I have an HTML site that is just in a folder on our internal server but dose not have a phpMyAdmin. I’ve been trying but have ad no luck. is there any way I can us this feature?

Hello.

The plugin needs data to work. Servers using databases provide this data. Although this server runs locally, the plugin can connect there and receive data as long as it has an accessible address. It does not need to be connected to the Internet.

phpmyadmin is also not required. There are other ways to create the necessary tables in the database.

In any case, you must have access to the database and the server must be able to run php.

Does and how your plugin works with joomla?

Yes it does. The plugin has its own php library. You have to upload this to the server. There is a sql script to create the tables needed by the plugin in the MySQL database. You should be able to execute this on your server. Finally, you need to make the necessary connection settings in the config file in the php library of the plugin. Now you can place the necessary html codes where you want to show the plugin. Just put the object type name (message, product, post, etc.) as string and ID number in the html. You should be able to reach those infos somehow.

Long story short, all operations have to be done manually. There is no joomla extension package available for this plugin.

How much is custom work for do it? You can reply me privately on videohorse@gmail.com

E-mail sent.

Can i have support for installation? The plugin doesn’t work at the moment. I’ve already sent an email. Thanks

Yes of course. I responded to your request with e-mail just now. Thanks for purchasing.

I am confused by the documentation, and I cannot get this to work inside my php website. Do you have a demo somewhere with the actual code placed?

I’ve got to where I can choose a reaction, but I cannot seem to get it to save to my database.

Do you offer installation?

Thanks.

Yes i can handle installation for you. ismaillceylan@gmail.com

Thank you! :) Email sent.

Hi!

1. Which folder should I upload to the server? 2. what files should be included in the header and what code should be included in the body where you need to output the script?

P.S. Make simple documentation to make it clear to everyone!

Thanks

Hi I have noticed and will help as soon as possible. Sorry for delaying.

1. you have need to these files; reactable\asset\js\reactable-1.6.0.min.js reactable\asset\css\reactable.css reactable\asset\img\reactable-icons.png reactable\asset\sound\cork-effect.mp3 reactable\asset\sound\plup-effect.mp3 for php side eactable\native-php-sdk\Reactable you can upload the Reactable folder

2. in the header you have to include; reactable-1.6.0.min.js reactable.css

3. <div href="#" class="reactable" data-toggle="reactable" data-id="ID-1" data-value="angry" data-service-uri="Reactable/action.php" data-update="yes" data-volume="100" data-mobile-direction="left" data-sound="asset/sound/plup-effect.mp3"> <div class="summary" /> <span class="feelings" /> <a href="Reactable/action?id=ID-1&reaction=like&subject-type=null" class="label">Like</a> </div>

I would like to remind you that you need to complete the MySQL setup. SQL files are available in the plugin. If you don’t know how to do it, I can help with that too.

If you run into problems I can continue to help. My e-mail address is in the documentation. You can email me directly.

Thank you.

Hi The script does not work properly… Make a demo with the output of the script. So that you can copy the code from there and paste it on your site! Make the documentation easier… not clearly! Incorrect display on the mobile phone! Thank you

Hello again.

Does it worked or not i’m confused. I can apply it on your system for free if you want. You can directly email me ismaillceylan@gmail.com

(btw i’m working on a better documentation)

Seller sells garbage software. Not properly made. Trash. Don’t buy it.

Thank you.

Hi Ismail,

this is absolutely an amazing piece of work. Well done!

I have a few questions for you: 1. How to customise what reactions are available, e.g. I want to have just love and line? 2. When a user reacts to a message how to update the counter? In our implementation a user likes a comment, your control posts data to our server and we store that in the database. But we want that like to be real time visible to all other people on the same page. For real time messaging we use pusher.com. Basically what I’m asking is how to programatically mark that XYZ user has liked an element with id=25

3. How to on page load pre set that XYZ user has liked an element with id=25

Thanks!

Thank you so much. Actually, it could have been a little more practical. You cannot understand without using it either. Anyways.

It’s not really a problem. For the first time, I have a client who asks challenging questions. Please don’t feel uncomfortable about that.

You can add a code piece in the core side. With that you can export real instance from it to the global scope.

window[ "reactable-" + item ] = this;

Place this code in the 30rd line of the reactable.js file. Now you can access suitable instance like that; “window[ “reactable-58678” ].options…” from anywhere.

and don’t forget call the “intro” method after changes because of these properties are not reactive unfortunately.

Cheers Ismail

We have all the blocks in the place , the final question how to dynamically instance a reactions object from HTML :)

we have a fully rendered page, a user posts a comment and via AJAX we get back from the server a box with HTML of the comment (photo, name, text and reaction span

<span data-toggle="reactable" class="reactable" id="chat-58716" data-id="58716" data-service-uri="/pusher/123/PushReaction"> <div class="summary" /> <span class="feelings" /> <a href="#" class="label chat-actions">Like</a> </span>

What we need to call in order to get this newly added span converted to a reaction object (basically the same thing you do on page load, just here to a specific element). Ideally i would like for pluggin to parse the whole HTML as we can have up to 250 comments on the page

thanks mate

Hi.

You can select new span blocks with jquery and call reactable method on it.

$( "new span" ).reactable( ...options );

or if you need plugin’s instances to work with them later;

let newItem = new Reactable( { target: $( "new span" ), ... })

In the first example, the plugin is installed on multiple blocks at once. In the second example, you have to initialize plugin on the blocks one by one.

I need this work, before buying I would like to know if I can implement it in Blogger without problems

Hi! This plugin requires a database. I don’t know if Blogger supports database access. Blogger should also allow adding scripts and injecting html coding. Since I don’t know about blogger, I can’t help any more. You have to take this risk yourself.

Can you please provide support for trying to get the plugin to work with Codeigniter? What version of codeigniter should we be using? what are the codeigniter endpoints for updating or pinging? there is a real lack of documentation for that part of the plugin.

Hello. I’d like to help.

Since this product is javascript based, I gave only information about the javascript part in the document. There is no documentation about PHP and CodeIgniter.

CodeIgniter codes are compatible with all versions.

The address you need to ping while working with CodeIgniter is your-main-codeigniter-path/react/ping. This address provides all the server-based functionality required by the plugin (update, delete, post). You can use this adress pattern in your plugin initializations as serviceUri

If you want the plugin update itself with eager loading just add this code to the body tag in your pages. <body data-reactable-delay="8000" data-reactable-uri="your-code-igniter-path/react/batchping" data-reactable-immediate="yes">

Let me know if your problem persists. I can continue to help.

is there a way i can email you directly? i am getting strange codeigniter errors and it is easier to email

Of course. My e-mail address is in the box at the top left of the document.

can you help me make a sql/php query to save the reactions to database?

Hello again. I contacted you two months ago for help, but i didn’t get any answers from you. Anyway, the plugin already has the ability to do what you ask. You need to place the codes in the appropriate places. If you want me to do this, I need ftp access infos for your website or give me the source code files and I’ll put the necessary code in this file and give it back to you. You can email me in both scenarios.

Hello majisoka! I’m still waiting for you to contact me.

can you help me integrate it with my native php website? can we whatsapp or skype?

Yes, of course. Please directly email me. You’ll find that in the documentation.

Hey pre-sale question

Does author get notification when someone submits reactions / comments…?

There is no 3rd party communication in the purchased version of this plugin. The plug-in only communicates with your servers. This is only available in the encrypted demo version as a precaution against theft.

hi, does it have code for the sql server side?

yes it have some code base but what did you mean exactly?

Hello, thanks for purchasing. If you have trouble about setup please feel free to ask for help.

Hi. I buy this plugin but I don’t know how to start. Do you provide a demo files to see how it work? I even didn’t find SQL data to create tables and store reactions info.

Hi. tomorrow I can help for setup. Contact with me by email.

Sorry I mean 12 hours later. I’m from turkey

Thanks. Here you have my email lopezpablodaniel@gmail.com to contact

Hi. Can I use this jQuery plugin in a Joomla CMS with MySQL database?

Yes you can, but you need to do some work on your system to make it compatible with your system.

For example, if you want the plugin to appear on a product page, you should add the html setup code of this plugin to the joomla source code for products. You should also get the product ID number from joomla and then add in to the html setup code of this plugin.

Plugin has its own php sdk and mysql compatible sql setup files.

In short you can do that only manually.

I use the php 7.2 version is compatible? I hope so I have not seen any version in the plugin at the time of purchase, and I have the problem that I can not figure out how to connect to the database demo my site http://www.facechat.it/status/reactable/codeigniter/application/views/demo.php

“application/config/autoload.php”

line 12 line 14

clean the // (double slashes) and save, upload.

it should work.

I can not find any double bars =)

sended e-mail.

I bought the plugin, but how can I connect to the database? I tried to look in the folders but I can not find anything, there is the slq file, but how can I set the parameters to connect to the database?

Hi.

This plugin package contains only CodeIgniter compatible php files. What kind of server system do you use?

By the way, you can’t connect to the database directly from inside this plug-in. This is a javascript plug-in and needs a server to work if you are not going to use it as html input field.

I bought the plugin, but how can I connect to the database? I tried to look in the folders but I can not find anything, there is the slq file, but how can I set the parameters to connect to the database?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey