| 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 |
|