Viewing 2 replies - 1 through 2 (of 2 total)
  • Confirmed. Calling the_excerpt() in a theme breaks this plugin. Calling the_content() works as expected.

    Recreate:
    1. Load the Twenty Eleven theme.
    2. Enter something into the search that will return results.
    3. You will see “Tweet Pin It” wrappered in a <p> tag.

    Looking at SomaButtonsController class, there is an add_filter('the_content' ... ) in which the social buttons are added to the $content.
    Do we need to add a filter for the the_excerpt?

    Hopefully this is an easy fix …

    Plugin Author Blair Williams

    (@supercleanse)

    Well, it will be difficult to load these in excerpts since html is stripped from excerpts. I’ll push a fix for this soon … but the buttons will just be removed from excerpts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Social Maven] Buttons don't show in category feeds – or all excerpt views’ is closed to new replies.