Changeset 2449764
- Timestamp:
- 01/04/2021 08:13:25 AM (5 years ago)
- File:
-
- 1 edited
-
botpenguinbot/trunk/botpenguin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
botpenguinbot/trunk/botpenguin.php
r2449762 r2449764 5 5 * Plugin URI: https://botpenguin.com 6 6 * 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. 07 * Version: 1.1.1 8 8 * Author: Botpenguin 9 9 * Author URI: https://botpenguin.com … … 17 17 { 18 18 $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>"; 20 21 } 21 22
Note: See TracChangeset
for help on using the changeset viewer.