Title: victmo's Replies | WordPress.org

---

# victmo

  [  ](https://wordpress.org/support/users/victmo/)

 *   [Profile](https://wordpress.org/support/users/victmo/)
 *   [Topics Started](https://wordpress.org/support/users/victmo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/victmo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/victmo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/victmo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/victmo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/victmo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Sharing Toolkit] Pinterest button pins thumbnail](https://wordpress.org/support/topic/pinterest-button-pins-thumbnail/)
 *  [victmo](https://wordpress.org/support/users/victmo/)
 * (@victmo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/pinterest-button-pins-thumbnail/#post-3182153)
 * Ran into the same issue and had to patch the code…
    Here’s how I did it: [http://wordpress.org/support/topic/pinterest-setting](http://wordpress.org/support/topic/pinterest-setting)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Sharing Toolkit] Pinterest Setting](https://wordpress.org/support/topic/pinterest-setting/)
 *  [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

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