Theme used: StreetStyle BlogVersion: 1.0 By streetstyle
This is the theme PHP i found on PINIT if this helps:
<?php
if ( streetstyle_get_theme_setting(‘pinit_images’) ) {
$img = wp_get_attachment_image_src(get_post_thumbnail_id(),’full’);
$link = ‘https://pinterest.com/pin/create/button/?url=’. urlencode(get_permalink(get_the_ID())).’&media=’. urlencode($img[0]).’&description=’ . urlencode(get_the_title());
?>“
class=”post_label label_pinit”
><?php esc_html_e(‘Pin It’, ‘streetstyle’); ?><?php
}
?>