wordpress tip: generate wp.me short urls for your site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55705

    #1

    wordpress tip: generate wp.me short urls for your site

    wordpress.com intoduced wp.me short urls for hosted blogs, but you can also do this via your self hosted blog.

    Install the wordpress.com stats plugin

    http://wordpress.org/extend/plugins/stats/

    You need a wordpress.com account, and use the API key once you have it.

    The following code will generate your wp.me shortcode

    Code:
    <a href="<?php echo get_shortlink($post);?>">short link</a>
    or you can get it by clicking generate shorturl



    sample of it working -> http://wp.me/pKjxA-1

    enjoy.
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • DVTimes
    xxx
    • Jun 2003
    • 31650

    #2
    cool

    will give it a try
    XXX

    Comment

    • rowan
      Too lazy to set a custom title
      • Mar 2002
      • 17393

      #3
      Why would you want to rely on a third party for all of your URLs to work? I can understand there's a need for it with a limited field length app such as twitter, but why WP?

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55705

        #4
        Originally posted by rowan
        Why would you want to rely on a third party for all of your URLs to work? I can understand there's a need for it with a limited field length app such as twitter, but why WP?
        for Twitter mainly, just an alternative to tinyurl or any other service, your normal links work still, doesnt change those.
        Last edited by fris; 12-20-2009, 05:30 AM.
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • seeandsee
          Check SIG!
          • Mar 2006
          • 50945

          #5
          Originally posted by fris
          wordpress.com intoduced wp.me short urls for hosted blogs, but you can also do this via your self hosted blog.

          Install the wordpress.com stats plugin

          http://wordpress.org/extend/plugins/stats/

          You need a wordpress.com account, and use the API key once you have it.

          The following code will generate your wp.me shortcode

          Code:
          <a href="<?php echo get_shortlink($post);?>">short link</a>
          or you can get it by clicking generate shorturl



          sample of it working -> http://wp.me/pKjxA-1

          enjoy.
          BUY MY SIG - 50$/Year

          Contact here

          Comment

          Working...