Guest User

Qitly.com

a guest
Jan 18th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2. $connectURL = file_get_contents("http://qitly.com/api/new?url=".wp_get_shortlink()); ?>
  3. <?php if (function_exists('wp_get_shortlink')) { ?>
  4. <div><span class="post-shortlink">Shortlink:
  5. <input type='text' value='<?php echo $connectURL; ?>' onclick='this.focus(); this.select();' />
  6. </span></div>
  7. <?php } ?>
Add Comment
Please, Sign In to add comment