Support » Plugin: Simple Facebook Connect » [Plugin: Simple Facebook Connect] Remove FB meta tags from Simple FB Connect

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    You don’t have to edit the plugin.

    If you really want to remove the meta tags, you can use something like this in your theme:

    remove_action('wp_head','sfc_base_meta');

    However, this will have serious side-effects and you will lose a load of functionality. I’ve put a rather extreme amount of effort into the meta tags, and I can say that the meta tags SFC builds are very likely better than any other plugins around. The new 1.2 adds video and audio support, for example, which virtually nobody else has.

    So I’d recommend getting rid of any other meta tags instead, and letting SFC handle it for you. Really. If you want to modify just some of the meta tags, you can use the sfc_base_meta filter to modify the array of meta tags as they are output to the page.

    Thread Starter René

    (@thefalljourney)

    The problem with SFC is that when I share via FB all of the images from a post are considered og:img and I want only the featured image to be available for FB sharing.

    That’s the only reason. I actually use your plugin only for displaying FB Connect inside comments and for that only. A great plugin indeed.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Remove FB meta tags from Simple FB Connect’ is closed to new replies.