RED Chatbot Script

document.addEventListener(“DOMContentLoaded”, function () { console.log(“✅ Script running”); // 🔥 REMOVE CALL/TEXT BUTTONS setTimeout(function () { document.querySelectorAll(‘a[href^=”tel:”], a[href^=”sms:”]’).forEach(el => el.remove()); }, 1500); });Continue reading

RED’S Java Snippet

fetch(“https://redllc.ai/wp-json/chaport/v1/lead”, { method: “POST”, headers: { “Content-Type”: “application/json” }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data => { console.log(“Webhook response:”, data); }) .catch(err => { console.error(“Error:”, err); });Continue reading

RED’S CSS Snippet

#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid #d1d5db; border-radius: 14px; overflow: hidden; background: #fff; } .red-chatbot-header { background: #0f172a; color: #fff; padding: 20px; } #red-chat-window { padding: 20px; height: 350px; overflow-y:…Continue reading

Chaport -> Follow Up Boss Webhook

dd_action(‘rest_api_init’, function () { register_rest_route(‘chaport/v1’, ‘/lead’, array( ‘methods’ => ‘POST’, ‘callback’ => ‘handle_chaport_lead’, )); }); function handle_chaport_lead($request) { $params = $request->get_json_params(); $name = sanitize_text_field($params[‘name’] ?? ”); $email = sanitize_email($params[’email’] ?? ”); $phone = sanitize_text_field($params[‘phone’] ?? ”); $message = sanitize_textarea_field($params[‘message’] ??…Continue reading

work in progress

Toon Racers 3D Loading Engine… Toon Racers Race against the bots! Stay on the track to maintain top speed. ↑ Accelerate ↓ Brake/Reverse ← → Steer Start Race 0 MPH Off Track! Slowing down… ← → ↓ ↑Continue reading