• I’m on WP 2.9.1 using a Woo Theme. You can see it here:

    http://aclevercat.com/83/10-site-tweaks-you-need-to-make-now/

    Scroll down to the bottom and click on the Facebook icon. I want that to be a popper window so the user doesn’t have to leave the site, but it opens an entirely new tab, no matter what I do. ‘

    Here’s the link code I’m using (below). Basically, I just copied your code from the documentation example, and subbed in my link. When that didn’t work right, I added the targetName parameter that you mention as required in your documentation. Doesn’t “pop” either way – always opens a new tab.

    Suggestions?

    <a class="popper" rel="searchbox" targetname="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" title="Share on Facebook." rev="width=400,height=300,location=no,menubar=no,status=no,toolbar=no" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" title="Share on Facebook.">
     <img src="<?php bloginfo('template_directory'); ?>/icons/facebook.png" alt="Share on Facebook" id="sharethis-last" />
    </a>

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

Viewing 1 replies (of 1 total)
  • Most browsers now are set to open new windows in a new tab. I’m afraid this is a browser problem. The best Performer can do is stop the link opening in the same window.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: PerformerJS] Popper just opens another tab – doesn’t “pop”’ is closed to new replies.