-
AuthorPosts
-
April 25, 2017 at 12:30 am #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.April 25, 2017 at 10:49 am #782728April 25, 2017 at 3:59 pm #782948Hello!
Do you have any solution for this please?
Thanks
April 25, 2017 at 4:12 pm #782959Hey!
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,
YigitApril 25, 2017 at 4:34 pm #782972Hey!
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.
April 26, 2017 at 11:01 am #783392Hi 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,
VictoriaApril 26, 2017 at 11:51 am #783410Hi!
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.
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…%5DI’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.
April 26, 2017 at 2:02 pm #783467Hi,
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,
YigitApril 26, 2017 at 2:13 pm #783480Hi!
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.
April 26, 2017 at 2:22 pm #783485Hi!
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,
YigitApril 26, 2017 at 2:25 pm #783487I will do that. Thank you for your answers!
April 26, 2017 at 2:30 pm #783494Hey!
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 -
AuthorPosts
- The topic ‘How to edit links of social media buttons ?’ is closed to new replies.