SteveFree
Member
Posted 3 months ago #
I installed Sociable to display bookmarks under each post. It works great on the posts I author however it does not work on posts which are auto-created with the Plugin Feedwordpress.
http://wordpress.org/extend/plugins/feedwordpress/
Anyone ran into this?
http://wordpress.org/extend/plugins/sociable/
This probably means the posts created with that plugin are displayed through another method than the default the_content way, and thus do not have sociable added into them. You could add them by hand to your template by using sociable_html(), or contact the plugin author and ask him to add the following to the output of the posts:
apply_filters('the_content',$postcontent);
Cheers,
Joost