Hi there, I tried adding the following codes to shortcodes.php to include INSTAGRAM sharing, but it’s not working. It said page not found after you click on it. I even tried inputing /share?url=’ but still doesn’t work.
<li>
<a href="http://instagram.com/sharer.php?u='.$permalink.'&media='.$image.'&description='.$post_title.'" title="'.__('Share On Instagram', ETHEME_DOMAIN).'" target="_blank">
<i class="ico-instagram"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#cda85c"></circle></svg>
</a>
</li>