Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #782602

    Hi support team!

    I added social media buttons to my page using the ALB, but I can’t find how to change the links… Right now it’s a link to share the page, I can’t find the place where to change those links. I’m also trying to change the text that displays on hover (“Share on Facebook” etc..).

    Do you have any solution for this please?
    Hope it’s clear.

    Thanks a lot for your help,
    M.

    #782728

    up

    #782948

    Hello!

    Do you have any solution for this please?

    Thanks

    #782959

    Hey!

    I am not sure if i understood the changes you would like to make clearly, however if you would like to add new social icons, please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/ and you can change social network links in Enfold theme options > Social Profiles.
    If that does not help, please elaborate on the changes you would like to make.

    Also, you do not need to bump your threads. We have a queue and each thread on our forum receives a reply :)

    Regards,
    Yigit

    #782972

    Hey!

    Thank you for your answer.
    Sorry I didn’t know that…

    About my question, ‘ll try to be more explicit :
    I used the Avia Layout Builder to add “Social Media Buttons” (Avia_sc_social_share) to a page.
    My problem is that I’m trying to change the link for each of those social media buttons, but I don’t know where to go.
    I am also trying to change the text that appears when you hover over each button.

    I tried changing the links in Enfold theme options > Social Profiles, but it doesn’t change anything.

    Hope it’s more clear.
    Thank you,

    M.

    #783392

    Hi M,

    Do you have any caching plugin? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    #783410

    Hi!

    Thank you for your answer.

    Maybe I wasn’t precise enough in my last post.

    I am just trying to change the links that comes with those “Social Media Buttons” (Avia_sc_social_share), see screenshot below.

    IMG

    Those links are made to share the page on which they are placed, but I want them to redirect to another page. Where do I change the link please? I am also trying to change the text “Partager sur XXX” (“Share on XXX”) that appears on hover. I don’t think this is a caching problem since those button’s links seem to be automatically generated to share the page on which they are.

    For information, right now the (automatic) links are :
    Facebook : http://www.facebook.com/sharer.php?u=%5Blinktothepage…%5D
    Twitter : https://twitter.com/share?text=%5Blinktothepage…%5D
    Google+: https://plus.google.com/share?url=%5Blinktothepage…%5D
    Pinterest : http://pinterest.com/pin/create/button/?url=%5Blinktothepage…%5D

    I’m sorry I can’t give you access right now..

    Thank you for your help,

    M.

    • This reply was modified 7 years, 7 months ago by Vrout.
    #783467

    Hi,

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
    	$args['facebook']['pattern'] = "http://kriesi.at";
    	$args['twitter']['pattern'] = "http://kriesi.at";
    	$args['gplus']['pattern'] = "http://kriesi.at";
    	$args['pinterest']['pattern'] = "http://kriesi.at";
    	return $args;
    }

    Best regards,
    Yigit

    #783480

    Hi!

    Thanks a lot it works perfectly!!!

    If possible, could you also tell me how to change the text that appears on hover (see screenshot) please ?

    Thank you again!

    M.

    #783485

    Hi!

    Sorry, missed that one. Please use a plugin such as this one – https://wordpress.org/plugins/loco-translate/ and change the translated strings as needed :)

    Regards,
    Yigit

    #783487

    I will do that. Thank you for your answers!

    #783494

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to edit links of social media buttons ?’ is closed to new replies.