Forum
Blog post url
I have a social media share in page template in none blog template and it's working fine. How do i make it work in blog post page template?
<a class="facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://www.mysite/<?php echo PerchSystem::get_page();?>" target="_blank"><i class="fa fa-facebook-square"></i>Share on Facebook</a>
How is it failing?
On the link url, it's showing the blog page title instead of the actual url link
I think you're going to have to be more specific for anyone to offer any meaningful help.
Hello Edward,
I wrote an add-on that generates sharing links (inside a template) for you: https://grabapipit.com/pipits/apps/sharing/
Docs: https://grabapipit.com/pipits/apps/sharing/docs
In your case you would use:
Thanks. I will have a look at this.