WP Manifestindependent plugin directory
manifest / events / limochatbot

Limochatbot by limopress.com self-updates

Limochatbot WordPress plugin - conversational booking chatbot for limousine industry

by limopress.com · github.com/jesusmendozas/limochatbot · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jesusmendozas/limochatbot/archive/refs/heads/main.zip

Ships its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.

Quick Quote Chatbot — V4

A premium static chatbot widget for limousine and transportation services.

Structure

quickcodeV4/
├── quick-quote.php          — Plugin entry point
├── uninstall.php            — Cleanup on uninstall
├── config/db.php            — Database schema
├── includes/                — Backend PHP classes
├── admin/                   — WP Admin panel (views, css)
├── public/                  — Frontend widget (css, js, views)
└── assets/                  — Shared static resources

Usage

  1. Upload the plugin to wp-content/plugins/quickcodeV4/
  2. Activate via WordPress admin
  3. The chatbot widget appears automatically in the footer
  4. Or use shortcode: [qq_chatbot]

Static Demo

Open index.html in a browser to preview the widget without WordPress.