Skip to content

Instantly share code, notes, and snippets.

@DougBeney
DougBeney / functions.php
Created June 7, 2016 18:58
Add social sharing buttons to the top of all your Wordpress posts. (Add this code inside of functions.php)
function crunchify_social_sharing_buttons($content) {
if(is_singular() || is_home()){
// Get current page URL
$crunchifyURL = get_permalink();
// Get current page title
$crunchifyTitle = str_replace( ' ', '%20', get_the_title());
// Get Post Thumbnail for pinterest