dannylin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Path] Comments are closed?Hi Sami.
I’m sure these options are fine and remains untouched.
A weird things happens when I disable disqus, I can see WordPress’s comments and my users are able to leave comments on WP. So I guess there might be something conflicted with disqus ?
Here’s a link to one of my blog post: (with disqus enabled)
http://dannyimages.com/2012/07/24/1906-why-you-should-not-do-a-startup/Forum: Fixing WordPress
In reply to: RSS error- XML document is invalidI basically just commet out lines or functions where the url (http://facebook-awd.ahwebdev.fr/feed/?post_type=btp_work) or get_plugins_feed() appears on the facebook-awd/AWD_facebook.php file. And the plugin can work without any problem.
Forum: Fixing WordPress
In reply to: RSS error- XML document is invalid@nicoleuk: try to visit: http://facebook-awd.ahwebdev.fr/feed/?post_type=btp_work and you’ll see almost the same error.
It was an url used in Facebook AWD’s plugin and I believe it was an error caused by Facebook AWD.
Forum: Fixing WordPress
In reply to: RSS error- XML document is invalid@katie, do you have the “Facebook AWD All in One” installed?
I tried to track down the source code, modify it and found it was exactly caused by it. But it should be okay now.
Here’s where the problem is. There’s a function in facebook-awd/AWD_facebook.php.
When you visit the url ‘http://facebook-awd.ahwebdev.fr/feed/?post_type=btp_work’ earlier, you get exactly the same error.public function get_plugins_feed($echo=true) { $widget_awd_rss = array( 'link' => 'http://facebook-awd.ahwebdev.fr/plugins/', 'url' => 'http://facebook-awd.ahwebdev.fr/feed/?post_type=btp_work', 'title' => $this->plugin_name.' Documentation', 'items' => 20, 'show_summary' => 1, 'show_author' => 0, 'show_date' => 0, ); if($echo){ echo $this->admin_get_feeds($widget_awd_rss); }else{ $this->admin_get_feeds($widget_awd_rss); } }I tried to mark this function and all related instances as comment in the source file and the error was gone!
Forum: Fixing WordPress
In reply to: RSS error- XML document is invalidconfirmed: just disable Facebook AWD and the error was gone. #$%^&*…
Forum: Fixing WordPress
In reply to: RSS error- XML document is invalidI have the same problem. :-\
Thanks. Will figure out why it will create a new Facebook Page by checking my openGraph config – but I didn’t touch those settings for months. -_-
Any suggestion on how to disable the auto create feature? I would like them all gone to just one Facebook Page I’ve created on Facebook (for my FB followers).
For the error, the url is http://dannyimages.com/2012/04/12/1620-%E6%88%91%E8%81%BD-kevin-kelly-%E6%BC%94%E8%AC%9B/
It works on any other post links on my blog but I just didn’t know why this one didn’t work.