• Resolved AutoBodyShop

    (@autobodyshop)


    Where in the plugin settings is the option (check box) to NOT display hash tags within the widget? While it makes lots of sense to have them within the FB realm … they don’t do much on a website … and make the post feed appearance ugly as hell.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    @autobodyshop thank you for reaching out to us. There is not an option to disable hashtags. However, can you try adding the following to our plugins Custom JS section by going to WordPress Dashboard > Facebook Feed > Customize > Misc > paste the code into?Custom JavaScript?> click?Save Changes.

    jQuery('.cff-text a').each(function() {
    if (jQuery(this).text().indexOf('#') > -1) {
    jQuery(this).hide();
    }
    })

    Let me know if you run into any issues or have any additional questions. Hope you are having a great day!

    Thread Starter AutoBodyShop

    (@autobodyshop)

    Hi Mike;

    Thanks for the swift reply and suggestion. The code did the trick. Wonderful!

    Cheers.

    Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    You’re welcome!

    Let us know if you need anything else in the future. Hope you have a great rest of your week!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Post Feed WITHOUT hash tags’ is closed to new replies.