Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Blair Williams

    (@supercleanse)

    Pretty Link doesn’t create the html for a link, just the url (except for keyword replacements in pro which does have an option to open those links in a new window) … so its just up to you to add the target.

    For instance … if you created this url in pretty link:

    http://example.com/beans

    Then in your website here’s an example of how you’d embed that url in an html link that will open up in a new window:

    <a href="http://example.com/beans" target="_blank">Beans</a>

    Thread Starter raiford@blacksaber.com

    (@raifordblacksabercom)

    Ok, i better understand it now. I think Pretty Link is a nice front end to the Url Rewriting (.htaccess / UrlRewriter etc.)

    I am also using it to redirect to a file for example I have my resume in pdf but want to make a “Pretty Link”. like so.


    http://raifordbrookshire.com/resume

    Regards,
    Raiford Brookshire

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to launch a "Pretty Link" in a new window’ is closed to new replies.