Forums
(@jesuscortes)
13 years, 5 months ago
I solved it replacing the url from this: <?php echo urlencode(get_permalink($post->ID)); ?> to: <?php echo get_permalink(); ?>
<?php echo urlencode(get_permalink($post->ID)); ?>
<?php echo get_permalink(); ?>