Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Keyframe

    (@keyframe)

    Here is the same plugin on wp.org,

    Baw_like_unlike

    but the problem in line number 149,150,151
    when onebutton is “on”
    it never shows “unlike text”

    $res['l'] = bawlu_createbutton( esc_attr( get_option( 'bawlu_textlike' ) ), $nb_like, $lclass, BAWLU_LIKE, $postID );
      if ( get_option( 'bawlu_onebutton' ) != 'on' ) {
        $res['u'] = bawlu_createbutton( esc_attr( get_option( 'bawlu_textunlike' ) ), $nb_unlike, $uclass, BAWLU_UNLIKE, $postID );
      }

    baw_like_unlike.php
    [538 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

Viewing 1 replies (of 1 total)