Making links open in a new window

| tutorials | | Comments (2)

Requires MTMacros plugin and some editing (Macro code from Adam Kalsey)...

[Foo. It's leaving behind </MTIfMatches> tags and with the second pattern matching, it thinks all links are from my site so I've removed the second MTIfMatches from my code for now.]

1) Create a Module Template that contains the following code (with your domain name in place of "example.com") (I named mine "link_fixer"):

<MTMacroDefine name="links" ctag="a">
<MTIfMatches expr="[MTMacroAttr name='href']" pattern="m|^http:|">
    <MTMacroAttr name="target" value="_blank">
</MTIfMatches>
<MTIfMatches expr="[MTMacroAttr name='href']" pattern="m|^http://.*.example.com|">
    <MTMacroAttr name="target" value="_top">
</MTIfMatches>
<MTMacroTag rebuild="1"><MTMacroContent></a>
</MTMacroDefine>

2) Next, add the following line in your Main Index, Date-Based Archives, Category Archives and Individual Entry Archives after the <body> tag:
<$MTInclude module="link_fixer"$>

3) Look in those templates for <$MTEntryBody$> and <$MTEntryMore$>... change them to <$MTEntryBody apply_macros="1"$> and <$MTEntryMore apply_macros="1"$> respectively.

4) Rebuild your site and now external links open in a new window!

If you want to do this for your comments as well, then you'd need to add the apply_macros="1" bit in the <$MTCommentBody$> tag.

2 Comments

J.A.S.O.N. said:

I hate it when sites open links in new windows...

Lisa said:

I always middle-click on links anyway so I don't notice it.

Leave a comment

About this Entry

This page contains a single entry by Lisa published on November 10, 2005 10:34 PM.

Neat links was the previous entry in this blog.

Sweet potato pie is the next entry in this blog.

Find recent content on the main index.

Me!

Nobody can make you feel inferior without your permission.—Eleanor Roosevelt

About me... :: memes :: My Amazon wishlist :: My LJ :: My Twitter :: My Flickr :: Photos of me

Blog reading list

Contacts
· AIM, Yahoo!, MSN, Google Talk, LJ Talk... just ask
· Email me

Good Causes

       
Love is love.
Support gay marriage.

platinum.gif
East siiiiiiiiiiiiiiiiiiiide, baby!
Click to help
sponsor mammograms
Listen to good music! Radio Paradise

Silly Stuff

blogchalk:
Lisa/Female/41-45. Lives in United States/Mass/Boston and speaks
English. Spends 80% of daytime online. Uses a Faster (1M+) connection.
The
WeatherPixie
The weather in Boston

Flickr

www.flickr.com
jasra's photos More of jasra's photos
Powered by Movable Type 4.1

Copyright

Copyright © 2001-7 Lisa K Holsberg. Unauthorized use is prohibited.