PluginProbe
MaxButtons – Create buttons / 7.13.2
MaxButtons – Create buttons v7.13.2
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / includes / maxbuttons-welcome.php

maxbuttons-welcome.php in MaxButtons – Create buttons 7.13.2, at includes/maxbuttons-welcome.php

29 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2
3 <div class='maxbutton-welcome-container'>
4
5 <h3><?php _e('Welcome to MaxButtons!','maxbuttons'); ?></h3>
6
7 <p class='started'><?php printf(__('To get you started, %s Create your first button %s' ,'maxbuttons'), '<a href="' . $this->getButtonLink(0, array('firstbutton' => true) ) . '" class="button-primary">', '</a>'); ?></a></p>
8
9
10 <p><?php _e('Some links that may be helpful:','maxbuttons') ?></p>
11 <ul>
12 <li><a href="https://maxbuttons.com/create-wordpress-button/#button" target="_blank"><?php _e('Creating buttons with MaxButtons','maxbuttons'); ?></li>
13 <li><a href="https://wordpress.org/support/plugin/maxbuttons" target="_blank"><?php _e('Support Forums','maxbuttons'); ?></a></li>
14 </ul>
15
16 <br>
17 <h3>Organize your Designs</h3>
18
19 <p>MaxButtons uses shortcodes. These are small snippets you can copy into your posts and pages. You will see a button which will make this easier.</p>
20
21 <p>Do Not Repeat! If you have a button design you can use this many times. Even with different text and link</p>
22
23
24 <p>[maxbutton id=1 url="http://example.com" text="Example Text"]</p>
25
26
27
28 </div>
29