Activity Stream
48,167 MEMBERS
6923 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    RNBxBeatz.com Storedpics.com

    Default Open All Links in new tab?

    Hi,

    I was wondering if there was some sort of plugin for wordpress which allows all links (Including Internal Links) to open in a new tab when clicked?

    Please comment if you know.

    Thanks!
    RNBxBeatz Reviewed by RNBxBeatz on . Open All Links in new tab? Hi, I was wondering if there was some sort of plugin for wordpress which allows all links (Including Internal Links) to open in a new tab when clicked? Please comment if you know. Thanks! Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Member
    Hey, try this in your header:

    Code: 
    <script language=javascript>
    /*
    	Kevin Yank
    	http://www.sitepoint.com/authorcontact/48
    */
    function externalLinks()
    {
      if (!document.getElementsByTagName) return;
      var anchors = document.getElementsByTagName("a");
      for (var i=0; i<anchors.length; i++)
      {
          var anchor = anchors[i];
          if(anchor.getAttribute("href"))
    		anchor.target = "_blank";
      }
    }
    window.onload = externalLinks;
    
    </script>
    	<!--
        	This script downloaded from www.JavaScriptBank.com
        	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    	-->
    source: http://www.javascriptbank.com/make-l...ab-window.html

    NOT SURE if that works, i just GOOGLE'd it.

  4.     
    #3
    Banned
    I have a bbcode plugin that makes bbcode works for wordpress like [ img ] [ /img ] etc2.. aside from that, comes with the code is making [ url ] [ /url ] open in a new tab when clicked..

    so if you're interested just pm me.

  5.     
    #4
    Banned
    Website's:
    trickshare.info

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 23rd Feb 2012, 01:29 AM
  2. PHP/Javascript: Make certain links open in a new window?
    By Darlos in forum Web Application/Script Support
    Replies: 6
    Last Post: 29th Jan 2012, 07:22 AM
  3. Open multiple links at once
    By Daniel in forum Webmaster Resources
    Replies: 0
    Last Post: 2nd Nov 2011, 09:04 AM
  4. [Selling] Links and buttons spots open again.
    By MrPeanut420 in forum Completed Transactions
    Replies: 13
    Last Post: 10th Jul 2010, 07:25 AM
  5. Links open in same page??
    By AngieBaby in forum phpBB
    Replies: 13
    Last Post: 14th Feb 2010, 04:07 PM

Tags for this Thread

BE SOCIAL