• Resolved rodinhood

    (@rodinhood)


    I updated the like button update and now i cant see any of my likes! Is there some how i can go back to 1.3.1 ( i dont know how to downloads and upload stuff etc)… just some place where i can click ‘install’?

    blog – https://rodinhood.com

    (Ps – i loved 1.3.1 – worked like a charm… has this stopped on my site since i have a mu installation?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • the places where it says

    urlencode( add_filter( 'fblike_permalink', get_permalink( $post->ID ) ) ),

    as per documentation add_filter returns 0 or 1.

    revert it back to

    urlencode(get_permalink( $post->ID )),

    to get it working immediately.

    Travis, please look into it.

    Plugin Author Travis Ballard

    (@ansimation)

    Hey guys, this has been fixed. I used add_filter instead of apply_filters, durr ?? you should get an update notice to 1.3.3 here shortly.

    Thanks,
    Travis Ballard

    Plugin Author Travis Ballard

    (@ansimation)

    rodinhood, should still work. I introduced a bug in 1.3.2 that was causing the URL for the post to be 1 instead of the actual URL like it’s supposed to.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: FBLike] Update of FB like 1.3.2’ is closed to new replies.