Plugin Directory

Changeset 2712454


Ignore:
Timestamp:
04/21/2022 02:21:19 AM (4 years ago)
Author:
amydeveloper
Message:

update

Location:
amy-chatbot
Files:
165 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • amy-chatbot/tags/3.3/amylivechat.php

    r2712019 r2712454  
    2828    wp_enqueue_script('bootstrapbundle');   
    2929
    30     wp_register_script('fullstory',amy_get_plugin_url().'/js/fullstory.js',false,'1.0.0');
    31     wp_enqueue_script('fullstory');
     30    // wp_register_script('fullstory',amy_get_plugin_url().'/js/fullstory.js',false,'1.0.0');
     31    // wp_enqueue_script('fullstory'); 
    3232
    3333    // LOAD STYLESHEETS
  • amy-chatbot/trunk/amylivechat.php

    r2712019 r2712454  
    33Plugin Name: Amy Chatbot Plugin
    44Description: Plugin component for WordPress
    5 Version: 3.3
     5Version: 3.4
    66Author: Amy.us
    77License: GPLv2 or later
  • amy-chatbot/trunk/plugin_files/header.php

    r2630502 r2712454  
    77<head>
    88<meta name="viewport" content="width=device-width, initial-scale=1">
     9<!-- // add fullstory -->
     10<script>
     11window['_fs_debug'] = false;
     12window['_fs_host'] = 'fullstory.com';
     13window['_fs_script'] = 'edge.fullstory.com/s/fs.js';
     14window['_fs_org'] = '18QXJJ';
     15window['_fs_namespace'] = 'FS';
     16(function(m,n,e,t,l,o,g,y){
     17    if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;}
     18    g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[];
     19    o=n.createElement(t);o.async=1;o.crossOrigin='anonymous';o.src='https://'+_fs_script;
     20    y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);
     21    g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)};
     22    g.anonymize=function(){g.identify(!!0)};
     23    g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)};
     24    g.log = function(a,b){g("log",[a,b])};
     25    g.consent=function(a){g("consent",!arguments.length||a)};
     26    g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};
     27    g.clearUserCookie=function(){};
     28    g.setVars=function(n, p){g('setVars',[n,p]);};
     29    g._w={};y='XMLHttpRequest';g._w[y]=m[y];y='fetch';g._w[y]=m[y];
     30    if(m[y])m[y]=function(){return g._w[y].apply(this,arguments)};
     31    g._v="1.3.0";
     32})(window,document,window['_fs_namespace'],'script','user');
     33</script>
    934</head>
    1035HTML;   
  • amy-chatbot/trunk/readme.txt

    r2712019 r2712454  
    44Requires at least: 3.0
    55Tested up to: 5.8.1
    6 Stable tag: 3.3
     6Stable tag: 3.4
    77Requires PHP: Depends on Wordpress
    88Tags: free chatbot,Chatbot,WordPress chatbot,Chat bot,Chatbot plugin,Chatbot for website,customer service,customer support,Free chat,WordPress bot,Free Bot,Free online business chat
Note: See TracChangeset for help on using the changeset viewer.