}
$metadata['fullFeed'] = $plugin->get_config('fullfeed', false);
- if ($plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) {
+ if ($_GET['type'] == 'content' && $plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) {
$url = 'http://feeds.feedburner.com/' . $plugin->get_config('fb_id');
header('Location: ' . $url);
exit;