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”>