| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/forum/wp-content/plugins/copy-the-code/includes/ |
Upload File : |
<?php
/**
* Add new Page
*
* @package Copy the Code
* @since 2.0.0
*/
?>
<div class="wrap copy-the-code">
<div class="wrap">
<p>
<a href="<?php echo admin_url( 'options-general.php?page=copy-to-clipboard-add-new' ); ?>" class="button button-primary">Add new</a>
<a href="<?php echo admin_url( 'edit.php?post_type=copy-to-clipboard' ); ?>" class="button">Back to List</a>
</p>
<h1><?php echo esc_html( COPY_THE_CODE_TITLE ); ?> <small>v<?php echo esc_html( COPY_THE_CODE_VER ); ?></small></h1>
<p class="description"><?php _e( 'Add the new button as per your requirement. See more with <a target="_blank" href="https://clipboard.agency/doc/" target="_blank">getting started guide</a>', 'copy-the-code' ); ?></p>
<div id="poststuff">
<div id="post-body" class="columns-2">
<div id="post-body-content">
<h2>Shortcode Information</h2>
<h4>Example 1: Copy Same Display Text in Clipboard</h4>
<p>
<code>
The zoom meeting is scheduled on data [copy]15 November 2022[/copy] please note down it.
</code>
</p>
<p>Here, I have just wrapped the shortcode to the date 15 November 2022.</p>
<p>In the above paragraph, Just click on "15 November 2022" which will copy to the clipboard.</p>
<p><a href="https://clipboard.agency/doc/" target="_blank">Read more</a></p>
<h4>Example 2: Copy Different Text than Display Text in Clipboard</h4>
<p>
<code>
Hello Students,<br/>
Please save the next meeting link [copy content="https://meet.google.com/_meet/mbz-zncr-efk?ijlm=1659873953647&adhoc=1&hs=187"]Click to Copy Meeting Link[/copy] for next meeting.
</code>
</p>
<p>Here, I have just wrapped the shortcode to the meeting link.</p>
<p>In the above paragraph, Just click on "Click to Copy Meeting Link" which will copy the meeting link into the clipboard.</p>
<p><a href="https://clipboard.agency/doc/" target="_blank">Read more</a></p>
<h4>See Short Video</h4>
<p>See short video:</p>
<iframe title="copy-content-with-shortcode-mp4" width="640" height="340" src="https://videopress.com/embed/Mo6nR60h?preloadContent=metadata&hd=1" frameborder="0" allowfullscreen=""></iframe>
<p>That's it.</p>
<p>Read more at <a href='https://clipboard.agency/doc/' target="_blank">copy with shortcode</a></p>
</div>
<div class="postbox-container" id="postbox-container-1">
<?php if ( ctc_fs()->is_not_paying() ) { ?>
<div class="postbox upgrade">
<h2 class="hndle"><span><?php _e( 'Awesome Premium Features', 'copy-the-code' ); ?></span></h2>
<div class="inside">
<p>
<a href="<?php echo ctc_fs()->get_upgrade_url(); ?>">
<?php esc_html_e( 'Upgrade Now!', 'copy-the-code' ); ?>
</a>
</p>
</div>
</div>
<?php } ?>
<div class="postbox">
<h2 class="hndle"><span><?php _e( 'Getting Started', 'copy-the-code' ); ?></span></h2>
<div class="inside">
<div class="table-of-contents">
<ol class="items">
<li><a target="_blank" href="https://clipboard.agency/doc/">Way 1 - Copy with Shortcode</a>
<ol>
<li><a target="_blank" href="https://clipboard.agency/doc/">Example 1: Copy Same Display Text in
Clipboard</a></li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Example 2: Copy Different
Text than Display Text in Clipboard</a></li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Shortcode Parameters</a>
</li>
</ol>
</li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Way 2 - Copy with Target</a>
<ol>
<li><a target="_blank" href="https://clipboard.agency/doc/">Use Case 1: How to add the copy
button to Blockquote</a></li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Use Case 2: How to add the copy
button to Code Snippet</a></li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Use Case 3: How to add the copy button
to HTML list</a>
</li>
</ol>
</li>
<li><a target="_blank" href="https://clipboard.agency/doc/">Other Customizations</a></li>
</ol>
</div>
</div>
</div>
<div class="postbox">
<h2 class="hndle"><span><?php _e( 'Support', 'copy-the-code' ); ?></span></h2>
<div class="inside">
<p><?php _e( 'Do you have any issue with this plugin? Or Do you have any suggessions?', 'copy-the-code' ); ?></p>
<p><?php _e( 'Please don\'t hesitate to <a href="https://clipboard.agency/doc/" target="_blank">send request ยป</a>.', 'copy-the-code' ); ?></p>
</div>
</div>
<?php if ( ctc_fs()->is_not_paying() ) { ?>
<div class="postbox">
<h2 class="hndle"><span><?php _e( 'Donate', 'copy-the-code' ); ?></span></h2>
<div class="inside">
<p><?php _e( 'Would you like to support the advancement of this plugin?', 'copy-the-code' ); ?></p>
<a href="https://www.paypal.me/mwaghmare7/" target="_blank" class="button button-primary"><?php _e( 'Donate Now!', 'copy-the-code' ); ?></a>
</div>
</div>
<style>
.upgrade a {
background: #ffb100;
color: black;
padding: 10px;
display: block;
text-align: center;
font-weight: 600;
border-radius: 5px;
}
</style>
<?php } ?>
</div>
</div>
</div>
</div>
</div>