benjiballin
Forum Replies Created
-
I fixed the plugin and re-uploaded it to the wordpress repository if anyone wants to use it.
http://wordpress.org/extend/plugins/import-facebook-comments-to-wordpress/
ok I figured out the fix, the comments were getting deleted because facebook made a change to the API
Disregard the first post changes and change:
line 39
if (is_array($locComments) && is_array($locComments['data']))TO:
if (is_array($locComments) && is_array($locComments['comments']['data']))and line 43
$helper->import($comments['data'], $this->importMode);TO:
$helper->import($comments['comments']['data'], $this->importMode);actually no, this fix didn’t work at ALL. In fact, I figured out that all of my comments have been getting DELETED from the wordpress database
Forum: Plugins
In reply to: [Plugin: Twiogle Twitter Commenter] Twiogle commenter truncates keywordsstrange, its not happening to me on the 2 blogs I am running this on.
Forum: Plugins
In reply to: [Plugin: WP-o-Matic] Image Caching Fixthis is not working for me
Forum: Plugins
In reply to: WP-o-Matic Not Caching ImagesI am having the same problem….if anyone knew this it would be pretty great.