Viewing 14 replies - 1 through 14 (of 14 total)
  • Yes. You can do that by editing the plugin. Go to edit plugin and find code function rrssb_facebook_btn(). Then inside that function you will see something like <strong><a>
    Add <strong>target="_blank"</strong> to this line. example <strong><a>
    Now if you want to open all pages in new tab add this to all function related to that button. You can find these functions near to above function line.
    Please reply here if you have any doubts

    @joel James: Please do not solicit contact via email. Posting your email address or asking others to contact you off forums is really frowned upon here. This is to protect users and to prevent people from trying to solicit work or harvest email addresses from the forums.

    Additionally, the point of these community-based forums is to help each other in a public space so that the whole community can benefit from the discussion and any solutions proposed. Private discussions take this benefit away. If you would prefer a one-to-one discussion, please try https://directory.codepoet.com/ or https://jobs.wordpress.net/

    @esmi
    Thanks. I will follow guidelines here after

    Plugin Author rts

    (@aarreedd)

    Try the new version. Buttons now open a popup.

    Hi,

    I just added this plugin and the it doesn’t open in a new window?

    Thanks
    Bo

    mmaddox

    (@mmaddoxcaptive-aquaticscom)

    New version still opens in same window.

    I made them open in a popup. Easy fix. I also show the number of shares in the button now.

    If anyone needs help or wants me to show them how, let me know.

    Here’s an example: https://trinityhouseinstitute.com/the-forgotten-reformation-2/

    Still opens in same window for me too. I guess the event listeners aren’t in place properly? Interesten in any pointers.

    Update: Moved rrssb.min.js to the footer and now it works fine.

    Hi dev, can you explain “Moved rrssb.min.js to the footer”..am new to wordpress. Please help.

    Thread Starter Renovatiomex

    (@renovatiomex)

    @sleithart tellme please how to make

    @joel James, its perfect, for the moment!

    @sleihart Can you please share how you managed to open the links in a new pop up window?

    @priyankabiswas

    The easiest way to do it is to go into rrssb.php, find the functions that return the link, and add class="popup" to the <a> tag. If you want them to just open in a new tab, add target="_blank" instead.

    @sleihart Thank you. I will try this out and see if it works.

    @sleihart The class=”popup” is already present is the functions in the rrssb.php file. But the links still don’t open up in a new window. Any idea what could be wrong? Thanks.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Open Link in other window or float window?’ is closed to new replies.