• We have setup a single post feed on our frontpage, its filtering using a hashtag, and we have excluded just about everything, except 120 chars of the post text.

    Something seems to have changed lately, and the feed is now including the facebook standard ‘”pagename” just shared whatever content’ text. How do we exclude that using shortcode options only?

    This is our SC.:

    
    [custom-facebook-feed filter="#cheese" height=450px width=540px textlinkcolor=FFFFFF expandcomments=false num=1 class=fpfb textlength=120 exclude=author,social,likebox,media,desc,eventtitle,eventdetails showheader=false textcolor=FFFFFF textsize=38 textlink=true textweight=bold seemoretext="" linktitlecolor='ffffff' datesize=17]
Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey @vurvargurgar,

    The text you’re describing is the “story” text which describes a post and can be hidden using CSS. To do this only for that specific feed you can just add the following to the plugin’s Custom CSS section (Customize > Misc > Custom CSS):

    #cff.fpfb .cff-story{ display: none; }

    If that doesn’t help, then if you could you send me a link to the page where you’re displaying the feed then I can take a look at how it’s displaying for you.

    Many thanks,

    John

Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude’ is closed to new replies.