Forums

[resolved] Sociable Plugin Wont Display with Feedwordpress Posts (3 posts)

  1. SteveFree
    Member
    Posted 2 years 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/

  2. Joost de Valk
    Member
    Posted 2 years ago #

    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

  3. SteveFree
    Member
    Posted 2 years ago #

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic