URL link in message


Home Forums Front End PM PRO URL link in message

This topic is: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #42699
    Hlaing Min
    Participant

    Hi,

    When a user sends URL link via FEPM message, the link does not appear as URL. Instead, it appears as the beginning part of the page associate with that link. The link in the message CANNOT be clicked, either when the message is sent.

    What seems to be an issue? Is there a setting to make the URL link appear as a link?

    Thank you very much in advance for your time.

    #42714
    Shamim Hasan
    Keymaster

    Did you set Front End PM Page in settings page of this plugin?
    Can you send me a test url which you are getting?

    #42748
    Hlaing Min
    Participant
    This reply has been marked as private.
    #42756
    Shamim Hasan
    Keymaster

    Thank you for the video. It seems it is embedding your content. You can disable embed using https://wordpress.org/plugins/disable-embeds/

    Let me know.

    #42767
    Hlaing Min
    Participant

    Thank you for your reply. I noticed the following issues.

    (1) Note that I don’t need to use the plugin for other places/pages at the same site where the links are NOT embedded. Only on your FEPM message platform does it have the URL link issue.

    (2) Even if the link appears, the links are NOT clickable. That is not the case with other pages at the same site where URL can be clicked.

    #42770
    Shamim Hasan
    Keymaster

    Can you please give me access to your website so that i can test? If yes please send using https://www.shamimsplugins.com/sensitive-information/

    #42782
    Hlaing Min
    Participant
    This reply has been marked as private.
    #42788
    Shamim Hasan
    Keymaster

    Please add following code in your theme’s (child theme’s if you are using) functions.php

    add_action( 'init', function(){
    	global $wp_embed;
    	remove_filter( 'fep_get_the_content', array( $wp_embed, 'run_shortcode' ), 8 );
    	remove_filter( 'fep_get_the_content', array( $wp_embed, 'autoembed'), 8 );
    	add_filter( 'fep_get_the_content', 'make_clickable' );
    });
    
    #42797
    Hlaing Min
    Participant

    Yes, it works. Thank you very much.

Viewing 9 posts - 1 through 9 (of 9 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.