Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1053872

    Hello!

    “Share This Entry” at the bottom of blog posts shares the plain URL, e.g. “http://mydomain.com/?p=3447”

    Is there a way to have the post’s permalink shared rather than the plain URL? e.g. “http://mydomain.com/categoryORtag/page-name-goes-here/” ?

    Thanks!

    #1054036

    Hey mkammes,

    It should share the url based on the permalink set.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1054392

    Hello!

    Here is an example: https://imgur.com/a/K3GSUOf

    The credentials are in the Private Content area.

    Thanks!

    #1054942

    Hi mkammes,

    Can you try adding this php code in functions.php:

    function avia_add_social_share_link_arguments($args) {
    	$args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=[permalink]';
    	return $args;
    }
    
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);

    Hope it helps.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.