Hi,
You need to make small change in facebook-feed-shortcode.php file inside your plugin package.
Find the below snippet in this file:
$authortext = '<a href ='. $link_to_page .'>'.$authortext.'</a>';
and replace it with
$authortext = '<a href='. $link_to_page .' target="_blank">'.$authortext.'</a>';
.
For any help kindly write to us.
Thanks