Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Austin

    (@austyfrosty)

    You mean, you want them to link to a new tab/window?

    Thread Starter erichschuler

    (@erichschuler)

    Yep, that’s what I mean. Is there a way to configure that?

    Plugin Author Austin

    (@austyfrosty)

    Don’t think there is a setting for that. Might look into using some JS to do that.

    Hi there

    Have you managed to do this, i.e. make twitter links open in a new window/tab? I am also struggling to see where i change this:

    I have a tweets.php file and i looked in my style.css and header.php but i cant seem to find a matching setup to put this code into any of the mentioned files:

    Here is the code i rate i should use…but dont know where to put it:
    ———————————-

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Single quote doesn’t work. ]

    if ( !empty( $title ) ) { echo $before_title . "<a href='https://twitter.com/$username/' title='$title'>".$title ."</a>". $after_title; };

    Here is what is in my default twitter.php:
    ———————————

    <article class="hs-content" id="tweetlings">
    	<span class="pagetitle">Tweets</span>
    	<div class="hs-inner" style="width: 240px; padding: 20px 0 10px 0;">
    		<div class="line"></div>
    		<div class="tweet"></div>
    	</div>
    </article>

    Here is what i can see in my default header.php
    ———————————-

    <article class="hs-content" id="tweetlings">
    	<span class="pagetitle">Tweets</span>
    	<div class="hs-inner" style="width: 240px; padding: 20px 0 10px 0;">
    		<div class="line"></div>
    		<div class="tweet"></div>
    	</div>
    </article>

    I rate the style.css is irrelevant in this case seeing that we are using jquery? Am i looking at the wrong php files perhaps?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Anywhere] Opening Linkified Twitter Handles in New Window’ is closed to new replies.