Plugin Directory

Changeset 2449764


Ignore:
Timestamp:
01/04/2021 08:13:25 AM (5 years ago)
Author:
botpenguinbot
Message:

new script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • botpenguinbot/trunk/botpenguin.php

    r2449762 r2449764  
    55 * Plugin URI: https://botpenguin.com
    66 * Description: BotPenguin is an AI powered chatbot platform that enables you to quickly and easily build incredible chatbots to communicate and engage your customers on website, Facebook messenger and other platforms.
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: Botpenguin
    99 * Author URI: https://botpenguin.com
     
    1717{
    1818  $textvar = get_option('test_plugin_variable', 'botpenguin bot script');
    19   echo $textvar;
     19//  echo "<script id='Ym90cGVuZ3VpbkFwaQ' src='https://cdn.botpenguin.com/bot.js?apiKey=${textvar}' defer></script>";
     20  echo "<script id='BotPenguin-messenger-widget' src='https://cdn.botpenguin.com/botpenguin.js' defer>${textvar}</script>";
    2021}
    2122
Note: See TracChangeset for help on using the changeset viewer.