get full URL, not permalink
-
hi,
i’m using FB “like button” code below but need to get the full, exact page URL that’s in the browser URL window, not the permalink, post or page ID.
<iframe src="https://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px;"></iframe>
does anyone know what I would use to replace the following code snippet from above so it grabs the exact, full page URL and not the permalink?
<?php echo urlencode(get_permalink($post->ID)); ?>
Thanks!!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘get full URL, not permalink’ is closed to new replies.