• Resolved Marc Dobler

    (@casshern83fr)


    i have fix something on publish function post on fan page, because when we published our status, are always empty, then i change some code line

    first in add-link-to-facebook-int.php

    after this line entry :$texts = WPAL2Facebook::Get_texts($post);

    comment this part of code after : // Get user note to $message = apply_filters('al2fb_message', $message, $post);

    after on line $query_array = array() construct data for send to FB

    verify if entry 'message' => $message are present

    after in file in add-link-to-facebook-class.php

    in function function Get_texts($post), i add this line

    $message = get_post_meta($post->ID, c_al2fb_meta_text, true);

    last after line // Build result

    add in array : 'message' => $message

    http://wordpress.org/extend/plugins/add-link-to-facebook/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug Fix Status on Fan Page’ is closed to new replies.