Title: Feedburner issue
Last modified: August 30, 2016

---

# Feedburner issue

 *  Resolved [krustywan](https://wordpress.org/support/users/krustywan/)
 * (@krustywan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/)
 * I’m having issues when I’m adding the RSS feed into feedburner ([http://pegasusequinedentistry.com/feed/](http://pegasusequinedentistry.com/feed/)).
   I’m getting the following error from Feedburner:
 * _“The URL does not appear to reference a valid XML file. We encountered the following
   problem: Error on line 12: The reference to entity “v1″ must end with the ‘;’
   delimiter.”_
 * And then the following:
    _Identify Feed Source The feed URL you entered is: [http://pegasusequinedentistry.com/feed/](http://pegasusequinedentistry.com/feed/)
   We could not find a valid feed at that address. Here are some possible reasons
   this might have happened: Is the feed valid? Confirm its validity now. The feed
   your site already creates needs to be “valid enough” to work with FeedBurner.
   This post from the FeedBurner Help Center explains why technical validity matters.
   Are you using the URL of the web page or the URL of the feed? FeedBurner is usually
   able to “auto-discover” your feed from a web page, but in this case we didn’t
   find any related feeds. You may want to enter the URL of the feed directly. Is
   the URL is misspelled or a copy+paste action didn’t work? If that’s the case,
   please try again.
 * I’ve added a test blog post, as I’ve noticed that’s been the suggestion for a
   couple of other support questions re: Feedburner (but that’s not resolving anything).
 * Thoughts?
 * [https://wordpress.org/plugins/ultimate-coming-soon-page/](https://wordpress.org/plugins/ultimate-coming-soon-page/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733111)
 * Check and see if you have permalink enabled in your wordpress settings.
 *  Thread Starter [krustywan](https://wordpress.org/support/users/krustywan/)
 * (@krustywan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733112)
 * Yep, permalinks are enabled!
 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733116)
 * Strange, your feed should be showing here instead of the coming soon page. [http://pegasusequinedentistry.com/feed/](http://pegasusequinedentistry.com/feed/)
 * I’ll look at my plugin code in a bit to make sure it’s excluding that url.
 *  Thread Starter [krustywan](https://wordpress.org/support/users/krustywan/)
 * (@krustywan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733276)
 * Hi John – any luck from your end?
 * Thanks!
 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733283)
 * Yep confirm and tested that if you have feedburner setup it shows the feed. Not
   sure why yours is not.
 * Here’s the code that does it:
 *     ```
       // Show feed if feedburner is in use
       if(!empty($seedprod_comingsoon_options['comingsoon_feedburner_address']) && is_feed()){
                           return false;
        }
       ```
   
 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733295)
 * Does the feed exist at [http://pegasusequinedentistry.com/feed/](http://pegasusequinedentistry.com/feed/)
   if you disable the coming soon plugin?
 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733296)
 * Try disbaleing the plugin , setting up feedburner then re-enabling the plugin.
 *  Thread Starter [krustywan](https://wordpress.org/support/users/krustywan/)
 * (@krustywan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733305)
 * Disabling, deleting and then re-installing worked – thank you! It was really 
   great that even after deleting the plugin, the plugin kept my customisation in
   there.
 *  Plugin Author [John Turner](https://wordpress.org/support/users/johnnytee/)
 * (@johnnytee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733308)
 * Great! Cheers

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Feedburner issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-coming-soon-page_babfc3.
   svg)
 * [Ultimate Coming Soon Page](https://wordpress.org/plugins/ultimate-coming-soon-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-coming-soon-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-coming-soon-page/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-coming-soon-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-coming-soon-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-coming-soon-page/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [John Turner](https://wordpress.org/support/users/johnnytee/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/feedburner-issue-2/#post-6733308)
 * Status: resolved