All Projects β†’ luizpicolo β†’ tawk-rails

luizpicolo / tawk-rails

Licence: MIT license
πŸ“ž Rails simple helper for Tawk.to live chat script

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to tawk-rails

meuproximotrabalho
Plataforma de gestΓ£o de vagas de emprego.
Stars: ✭ 48 (+100%)
Mutual labels:  ruby-on-rails
superglue
A productive library for Classic Rails, React and Redux
Stars: ✭ 106 (+341.67%)
Mutual labels:  ruby-on-rails
wor-authentication
Gem to add authentication to your application using JWT, with expirable, renewable and customizable tokens!
Stars: ✭ 63 (+162.5%)
Mutual labels:  ruby-on-rails
tv-lineup-app
"My Lineup" has a Ruby on Rails backend with React/Redux frontend. Users can save their favorite shows and add episodes to their lineup. They can view their lineup in a calendar format to see when and where their tv shows air. Users can also see trending and most watched shows as well as shows premiering that week.
Stars: ✭ 27 (+12.5%)
Mutual labels:  ruby-on-rails
rails-rest-api
A simple RoR 5 REST API demo with JWT authentication.
Stars: ✭ 25 (+4.17%)
Mutual labels:  ruby-on-rails
lockup
Lockup Gem
Stars: ✭ 111 (+362.5%)
Mutual labels:  ruby-on-rails
remove emoji
2021 Ruby Remove Emoji 😈🈲😱 for Ruby 2.x ~ 3.0 / Rails 4、5.x、6.x
Stars: ✭ 54 (+125%)
Mutual labels:  ruby-on-rails
covidliste
Speed-up Covid-19 vaccination campaigns πŸ’‰
Stars: ✭ 264 (+1000%)
Mutual labels:  ruby-on-rails
rails contact list
Learn Ruby on Rails by creating an app from scratch
Stars: ✭ 60 (+150%)
Mutual labels:  ruby-on-rails
activerecord-crate-adapter
Ruby on Rails ActiveRecord adapter for CrateDB
Stars: ✭ 27 (+12.5%)
Mutual labels:  ruby-on-rails
firebase id token
A Ruby gem to verify the signature of Firebase ID Tokens.
Stars: ✭ 138 (+475%)
Mutual labels:  ruby-on-rails
LiDeploy
πŸš€ A DigitalOcean Reseller written with Ruby On Rails
Stars: ✭ 20 (-16.67%)
Mutual labels:  ruby-on-rails
avo
Ruby on Rails application building framework
Stars: ✭ 907 (+3679.17%)
Mutual labels:  ruby-on-rails
octopub
Publish data easily, quickly and correctly
Stars: ✭ 41 (+70.83%)
Mutual labels:  ruby-on-rails
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-33.33%)
Mutual labels:  ruby-on-rails
full-stack-web-developer
πŸ”₯ Roadmap to become a Full Stack Web Developer. What? Why? How?
Stars: ✭ 76 (+216.67%)
Mutual labels:  ruby-on-rails
SpringBoard
BaseCamp clone | Backend: Ruby on Rails | Frontend: React with Redux
Stars: ✭ 18 (-25%)
Mutual labels:  ruby-on-rails
Questions
Web app inspired by Quora, allowing users ask question and get answers
Stars: ✭ 15 (-37.5%)
Mutual labels:  ruby-on-rails
nxt registry
A simple registry to implement the container pattern
Stars: ✭ 16 (-33.33%)
Mutual labels:  ruby-on-rails
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (+0%)
Mutual labels:  ruby-on-rails

TawkRails

Gem Version Build  Status

Rails simple helper for Tawk live chat script. Work rails >= 4

Installation

Add this line to your application's Gemfile:

gem 'tawk_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tawk_rails

Usage

Create file tawk.rb in config/initializers/tawk.rb and add

TawkRails.configure do |config|
  config.id_site = 'replace-me-with-your-id_site'
end

Place render method where you want in view.

<%= tawk_init %>

Make sure to put tawk_init into HTML body if you use Turbolinks.

You can pass js methods as string to the helper https://www.tawk.to/javascript-api/

<%= tawk_init "Tawk_API.onStatusChange = function(status){console.log(status);}; Tawk_API.visitor = {name  : 'Name', email : '[email protected]'};" %>

Contributing

  1. Fork it ( https://github.com/luizpicolo/tawk_rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].