This topic has 10 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi there,
I’m trying to insert links to my social media platforms (Facebook, Twitter, etc) so the icons on my site work correctly. I dug through the forum and came across a post that was helpful. It said to go into my wp-content, themes, framework, shortcake and go to a particular line to add the links. I don’t know how to skip to that line, so scrolling down I guessed which area it is (I copy/pasted below). So, for example, I inserted my http://www.facebook.com/mariemassephotography link in between the quotations on the Facebook line. It didn’t work for me. Is there a certain way (coding) I’m supposed to type it in there? This is where I was attempting to do this:
/*
add_shortcode(‘follow’, ‘etheme_follow_shortcode’);
function etheme_follow_shortcode($atts, $content = null) {
$sliderrandomid = rand();
extract(shortcode_atts(array(
“title” => ”,
‘twitter’ => ”,
‘facebook’ => ”,
‘pinterest’ => ”,
’email’ => ”,
), $atts));
ob_start();
?>
<div class=”social-icons”>
Hello,
Please provide us with a link to your page where social icons are displayed and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hi there,
I’m trying to set the social icons on my home page header (bottom left of page) and also on the footer (all pages): http://www.mariemasse.com/
I’ve included my links too in case you want those:
https://twitter.com/mariemassephoto
https://www.facebook.com/mariemassephotography
https://www.pinterest.com/mariemasse/
https://plus.google.com/u/0/b/100253296747446612457/+MarieMassePhotographyRichmond/posts
email: marie@mariemassephotography.net
Hello,
Sorry but the password for bluehost account is incorrect.
Please check it.
Thank you.
Regards,
Eva Kemp.
My apologizies – there was a typo. Correct password below.
Hello,
I’ve changed Twitter link in wp-content/themes/royal/framework/shortcodes.php. You can check the file for changes and do the same for other links (find section “! Share This Product” in the file).
Thank you.
Regards,
Eva Kemp.
Hi there,
Don’t be too annoyed with me. I went in and tried to enter in my links in the corresponding areas, but the only one I got to work was my email. And then I must have changed something I shouldn’t have, because now my site is down. I was doing this all just below the Twitter link that you had entered for me.
Totally wish I had your knowledge in coding. Thanks in advance for the help yet again 🙂
Marie
Hello,
I’ve edited the code in shortcodes.php file. Please check the site and clear browser cache.
Thank you.
Regards,
Eva Kemp.
Thank you so much for your help. Beyond grateful!!!
Hello,
You’re always welcome.
Regards,
Eva Kemp.
The issue related to '‘Social Media Follow’' has been successfully resolved, and the topic is now closed for further responses