Title: Pinterest Setting
Last modified: August 20, 2016

---

# Pinterest Setting

 *  Resolved [crazyadventuresinparenting.com](https://wordpress.org/support/users/crazyadventuresinparentingcom/)
 * (@crazyadventuresinparentingcom)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/pinterest-setting/)
 * The Pinterest portion of this plug-in only uses smaller, thumbnail type of images
   from my posts. Is there a way to change this setting? I can’t find it anywhere.
 * [http://wordpress.org/extend/plugins/social-sharing-toolkit/](http://wordpress.org/extend/plugins/social-sharing-toolkit/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [victmo](https://wordpress.org/support/users/victmo/)
 * (@victmo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/pinterest-setting/#post-3402273)
 * I had the same problem and has to patch the plugin code to use a higher resolution
   version of the thumbnail.
 * open `wp-content/plugins/social-sharing-toolkit/social_sharing_toolkit.php` in
   a text editor and change line 729 to:
 * `if ($media = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()),'
   full')) {`
 * also on `wp-content/plugins/social-sharing-toolkit/includes/share.widget.php`,
   change line 20 to:
 * `if ($media = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()),'
   full')) {`
 * just added an extra parameter to the `wp_get_attachment_image` function 🙂
 * Cheers
 *  [chiragahir](https://wordpress.org/support/users/chiragahir/)
 * (@chiragahir)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/pinterest-setting/#post-3402298)
 * Hello Victmo,
 * What would be different in this code if I wanted to share the first image of 
   the post instead the featured image?
 * Thanks in advance.
 *  [tapefreak](https://wordpress.org/support/users/tapefreak/)
 * (@tapefreak)
 * [13 years ago](https://wordpress.org/support/topic/pinterest-setting/#post-3402345)
 * there are multiple occurrences of wp_get_attachment_image_src() in social-sharing-
   toolkit.php. be sure to apply vitcmo’s solution to the right one, located within
   the share() function
 *  Plugin Author [LinksAlpha](https://wordpress.org/support/users/linksalpha/)
 * (@linksalpha)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/pinterest-setting/#post-3402353)
 * Option will be provided for this in the next release.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Pinterest Setting’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/social-sharing-toolkit.svg)
 * [Social Sharing Toolkit](https://wordpress.org/plugins/social-sharing-toolkit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-sharing-toolkit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-sharing-toolkit/)
 * [Active Topics](https://wordpress.org/support/plugin/social-sharing-toolkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-sharing-toolkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-sharing-toolkit/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [LinksAlpha](https://wordpress.org/support/users/linksalpha/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/pinterest-setting/#post-3402353)
 * Status: resolved