Home › Forums › Front End PM PRO › URL link in message
- This topic has 8 replies, 2 voices, and was last updated 4 years, 8 months ago by Hlaing Min.
- AuthorPosts
- March 13, 2021 at 9:24 pm #42699Hlaing MinParticipant
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.
March 16, 2021 at 12:56 pm #42714Shamim HasanKeymasterDid you set Front End PM Page in settings page of this plugin?
Can you send me a test url which you are getting?March 18, 2021 at 11:26 am #42748Hlaing MinParticipantThis reply has been marked as private.March 19, 2021 at 10:50 am #42756Shamim HasanKeymasterThank 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.
March 20, 2021 at 12:24 am #42767Hlaing MinParticipantThank 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.
March 20, 2021 at 10:48 am #42770Shamim HasanKeymasterCan you please give me access to your website so that i can test? If yes please send using https://sp-test1.arogga.co/sensitive-information/
March 22, 2021 at 4:42 pm #42782Hlaing MinParticipantThis reply has been marked as private.March 23, 2021 at 10:15 am #42788Shamim HasanKeymasterPlease 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' ); });March 24, 2021 at 6:39 pm #42797Hlaing MinParticipantYes, it works. Thank you very much.
- AuthorPosts
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.