Plugin Directory

Changeset 2393671


Ignore:
Timestamp:
10/05/2020 01:20:31 PM (5 years ago)
Author:
botpenguinbot
Message:

script is now converted from async to defer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • botpenguinbot/trunk/botpenguin.php

    r2286180 r2393671  
    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.0.0
     7 * Version: 1.0.1
    88 * Author: Botpenguin
    99 * Author URI: https://botpenguin.com
     
    1616{
    1717  $textvar = get_option('test_plugin_variable', 'botpenguin bot script');
    18   echo "<script id='Ym90cGVuZ3VpbkFwaQ' src='https://cdn.botpenguin.com/bot.js?apiKey=${textvar}' async></script>";
     18  echo "<script id='Ym90cGVuZ3VpbkFwaQ' src='https://cdn.botpenguin.com/bot.js?apiKey=${textvar}' defer></script>";
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.