Title: Plugin code is appearing in RSS feed
Last modified: August 22, 2016

---

# Plugin code is appearing in RSS feed

 *  [bigmike7801](https://wordpress.org/support/users/bigmike7801/)
 * (@bigmike7801)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-code-is-appearing-in-rss-feed/)
 * The following facebook comment code is appearing in my RSS feed causing it to
   break.
 *     ```
       <!-- Facebook Comments for WordPress: http://peadig.com/wordpress-plugins/facebook-comments/ -->
       <div id="fb-root"></div>
       <script>
           (function(d, s, id) {
               var js, fjs = d.getElementsByTagName(s)[0];
               if (d.getElementById(id)) return;
               js = d.createElement(s); js.id = id;
               js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=122928857737763";
               fjs.parentNode.insertBefore(js, fjs);
           }(document, 'script', 'facebook-jssdk'));
       </script>
       <script type="text/javascript">
           (function() {
               var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
               request = true;
               b[c] = b[c].replace( rcs, ' ' );
               b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
           }());
       </script>
       ```
   
 * You can see the error of the rss feed here: [http://blogs.columbian.com/all-politics-is-local/feed/](http://blogs.columbian.com/all-politics-is-local/feed/).
 * If you view the source you can see the code that’s being added to the RSS feed
   that shouldn’t be there.
 * [https://wordpress.org/plugins/facebook-comments-plugin/](https://wordpress.org/plugins/facebook-comments-plugin/)

The topic ‘Plugin code is appearing in RSS feed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-comments-plugin_577794.svg)
 * [Facebook Comments](https://wordpress.org/plugins/facebook-comments-plugin/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-comments-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-comments-plugin/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [fb](https://wordpress.org/support/topic-tag/fb/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 0 replies
 * 1 participant
 * Last reply from: [bigmike7801](https://wordpress.org/support/users/bigmike7801/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-code-is-appearing-in-rss-feed/)
 * Status: not resolved