Thread Starter
drizzi
(@drizzi)
Thanks a lot Ipstenu. You have solved my problem! Really thanks a lot.
Enjoy,
D
I had the same problem and I solved it writing the “_blank” string directly into the code of sociable.php file.
I know that is not the cleaner solution but it goes! So if you want to do the same thing open the sociable.php file. Search lines 52 and insert the bold code.
$link .= "<a <strong>target=\"_blank\"</strong> rel=\"nofollow\"";
if (get_option('sociable_usetargetblank') && empty($site['awesm_channel'])) {
$link .= " target=\"_blank\"";
After that Save file modification + Deactive plugin + Active plugin + Try and let me know 🙂