• Resolved ramya

    (@ramyasam)


    Hello,

    I hope this message finds you well. I am currently facing a challenge while attempting to create a custom code for the Better Messages plugin on my website, and I hope you could kindly assist me in resolving this issue.

    I created a conversation programmatically using the Better Messages documentation (get_unique_conversation_id):

    $user_ids   = [1, 2];
    // Product Id
    
    $unique_key = 'product_123';
    // Subject will be used only if conversation not exists yet
    $subject    = 'Questions about your Product 123';
    
    $thread_id = Better_Messages()->functions->get_unique_conversation_id( $user_ids, $unique_key, $subject );
    
    

    Now, I would like to know how to change the title and conversation image on it. Using the product ID I get the image and name. The image below shows where to make these changes:

    https://prnt.sc/re5GUP3rWuNt

    Also the page using shortcode

    https://prnt.sc/nwfadf0h97ZI

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom conversation Title and Image’ is closed to new replies.