• Resolved zestycoder

    (@zestycoder)


    Hi Chris,

    What I want to do is that unhooks social plugins like wp twitter button, sharethis and YARPP. They repeated every time I updated live post. Help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author chrisnorthwood

    (@chrisnorthwood)

    You need to find the name of the hook which those plugins use, and unfortunately the only way to do that is to look at the source of the other plugins to find a line like add_filter('the_content', ...), then add the name of the hook to the list (see the last question in the FAQ: http://wordpress.org/extend/plugins/live-blogging/faq/)

    Thread Starter zestycoder

    (@zestycoder)

    Thanks for your reply. But some plugin like wp tweet button and YARPP cannot be unhooked. don’t know why. I found add_fitter bit, added the name of the hook. it’s still not working. 🙁

    I don’t about the other 2. But, what I have done with YARPP is, I have disabled ‘Automatically display related posts’ and added the code related_posts() to my theme. It works perfectly as needed.

    Thread Starter zestycoder

    (@zestycoder)

    @mehulv:
    sharethis social plugin was fine. But for wp tweet button. I think I have to manually add code into the theme. That way will work as I did for facebook like button. so as YARPP.

    BTM @mehulv using custom field template plugin alongside with Live Blogging? Any ideas?

    Thanks mehulv

    Hi zestycoder,
    I haven’t tried wp tweet button. But, I have been able to get tweet and like button as well as fb share new button to work properly with the plugin.
    As for custom fields, I haven’t tried them with live blogging so can’t comment on that.

    mehulv: thanks for the hint with YARPP – exactly what i was looking for!

    @mnolf good to hear that it helped someone.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Live Blogging] don't know how to unhook.’ is closed to new replies.