Issue with Facebook permalink
-
Plugin works smoothly and I have got just 1 issue.
FB social plugins on wordpress don’t work well if we don’t add the href=”<?php the_permalink(); ?>”.
Example: <fb:like colorscheme=”light” href=”<?php the_permalink(); ?>”>
Adding the permalink will make sure counts are right for the post page even if the URL is https://www.exaple.com/?12345 or https://www.exaple.com/#comment1
But when I add the get_permalink function to sharebar my buttons stop working, probably because PHP code is not allowed.
How can I fix this? Is there a way to get the permelink on WordPress without using PHP? I think there isn’t. So, can you enable PHP on Sharebar?
- The topic ‘Issue with Facebook permalink’ is closed to new replies.