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