| @@ -1,3 +1,5 @@ | ||
| 1 | -<p><?php esc_html_e('Copy this shortcode and paste it into your post, page, or text widget content:', "hurrytimer"); ?></p> | |
| 2 | -<input style="min-width:100%" type="text" readonly onfocus="this.select()" value="[hurrytimer id="<?php echo esc_attr($post_id); ?>"]"]> | |
| 1 | +<p><?php _e('Copy this shortcode and paste it into your post, page, or text widget content:', "hurrytimer")?></p> | |
| 2 | +<div class="hurrytimer-shortcode"> | |
| 3 | + [hurrytimer id="<?php echo $post_id ?>"] | |
| 4 | +</div> | |
| 3 | 5 | |