PluginProbe
Chatbot for WordPress by Collect.chat ⚡️ / trunk
Chatbot for WordPress by Collect.chat ⚡️ vtrunk
trunk 1.0 1.1 1.1.1 1.1.10 1.1.11 1.1.12 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 All 59 releases
collectchat / sidebar.php

sidebar.php in Chatbot for WordPress by Collect.chat ⚡️ trunk, at sidebar.php

29 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="postbox-container-1" class="postbox-container">
2 <div class="postbox">
3 <h3 class="hndle"><?php _e( 'Show us some Love', 'collectchat'); ?><img src="https://collectcdn.com/assets/heart.gif" style="height: 18px;vertical-align: middle;margin-left: 5px;"></h3>
4 <div class="inside">
5 <p><?php _e( 'Found Collect.chat useful? Rate it 5 stars and leave a nice little comment at wordpress.org. We would appreciate that.', 'collectchat'); ?></p>
6 <p><a href="<?php echo esc_url( "https://wordpress.org/support/plugin/collectchat/reviews/?filter=5#new-post" ); ?>" target="_blank" class="button"><?php _e( 'Rate 5 Stars', 'collectchat'); ?></a></p>
7 </div>
8 </div>
9
10 <div class="postbox">
11 <h3 class="hndle"><?php _e( 'Need Help?', 'collectchat'); ?></h3>
12 <div class="inside">
13 <p><?php _e( 'Read our documentation for help OR ask your query to our support.', 'collectchat'); ?></p>
14 <p><strong><a href="<?php echo esc_url( "https://help.collect.chat/?utm_source=wp_plugin" ); ?>" target="_blank" class="button"><?php _e('Explore Helpdesk', 'collectchat'); ?></a></strong></p>
15 </div>
16 </div>
17
18
19 <div class="postbox">
20 <h3 class="hndle"><?php _e( 'Let\'s be Friends', 'collectchat'); ?></h3>
21 <div class="inside">
22 <a href="<?php echo esc_url( "https://community.collect.chat/?utm_source=wp_plugin" ); ?>" target="_blank" class="button"><?php _e( 'Join Community', 'collectchat'); ?></a>
23 <a href="<?php echo esc_url( "https://twitter.com/collectchat" ); ?>" target="_blank" class="button"><?php _e( 'Follow on Twitter', 'collectchat'); ?></a>
24
25 </div>
26 </div>
27
28 </div>
29