PluginProbe
Team Showcase / 1.5
Team Showcase v1.5
trunk 1.0 1.1 1.11 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.22.0 1.22.1 1.22.10 1.22.12 1.22.13 1.22.14 All 49 releases
team / team-help.php

team-help.php in Team Showcase 1.5, at team-help.php

99 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if ( ! defined('ABSPATH')) exit; // if direct access
4
5 ?>
6
7
8 <div class="wrap">
9 <?php echo "<h2>".__(team_plugin_name.' Help','team')."</h2>";?>
10 <br />
11
12 <div class="para-settings">
13
14
15 <h2><?php _e('Have any issue ?','team');?></h2>
16
17 <p>Feel free to Contact with any issue for this plugin, Ask any question via forum <a href="http://paratheme.com/qa/">http://paratheme.com/qa/</a> <strong style="color:#139b50;">(free)</strong>
18 </p>
19
20
21 <?php
22
23 $team_customer_type = get_option('team_customer_type');
24 $team_version = get_option('team_version');
25
26
27 if($team_customer_type=="free")
28 {
29
30 echo '<p>'.__('You are using <strong>'.$team_customer_type.' version '.$team_version.'</strong> of '.team_plugin_name.', To get more feature you could try our premium version. ','team');
31
32 echo '<a href="'.team_pro_url.'">'.team_pro_url.'</a></p>';
33
34 }
35 elseif($team_customer_type=="pro")
36 {
37
38 echo '<p>'.__('Thanks for using <strong> premium version '.$team_version.'</strong> of <strong>'.team_plugin_name.'</strong>','team').'</p>';
39
40
41 }
42
43 ?>
44
45
46 <h2><?php _e('Tutorial','team'); ?></h2>
47 <p><?php _e('Please watch this video tutorial.','team'); ?></p>
48
49 <iframe width="640" height="480" src="//www.youtube.com/embed/8OiNCDavSQg?rel=0" frameborder="0" allowfullscreen></iframe>
50
51
52 <?php
53 if($team_customer_type=="free")
54 {
55 ?>
56
57 </div>
58
59
60 <?php
61 }
62
63 ?>
64
65 <br /> <br /> <br />
66 <h3>Please share this plugin with your friends?</h3>
67 <table>
68 <tr>
69 <td width="100px">
70 <!-- Place this tag in your head or just before your close body tag. -->
71 <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
72
73 <!-- Place this tag where you want the +1 button to render. -->
74 <div class="g-plusone" data-size="medium" data-href="<?php echo team_share_url; ?>"></div>
75
76 </td>
77 <td width="100px">
78 <iframe src="//www.facebook.com/plugins/like.php?href=<?php echo team_share_url; ?>&amp;width=100&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=21&amp;appId=743541755673761" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
79
80 </td>
81 <td width="100px">
82
83
84
85
86
87 <a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php echo team_share_url; ?>" data-text="<?php echo team_plugin_name; ?>">Tweet</a>
88 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
89 </td>
90
91 </tr>
92
93 </table>
94
95
96
97
98 </div>
99