Brent W Well-known member Mar 22, 2013 #1 I would like an addon that does this basically: http://wordpress.org/extend/plugins/pinterest-pin-it-button-for-images/ For images inserted as full size on xenForo.
I would like an addon that does this basically: http://wordpress.org/extend/plugins/pinterest-pin-it-button-for-images/ For images inserted as full size on xenForo.
Deepmartini Well-known member Feb 9, 2014 #4 What a great idea! I can't believe no addons exist for this?! Would be great to incorporate into that album addon.
What a great idea! I can't believe no addons exist for this?! Would be great to incorporate into that album addon.
Qwest Member Feb 11, 2014 #5 Looks pretty doable. http://developers.pinterest.com/on_hover_pin_it_buttons/ Can't believe no one has created an addon for this.
Looks pretty doable. http://developers.pinterest.com/on_hover_pin_it_buttons/ Can't believe no one has created an addon for this.
Qwest Member Feb 17, 2014 #6 I added this code snippet at the top of the thread_view template Code: <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true" ></script> Seems it's working fine. Only problem is it is also allowing people to pin my logo . I easily fixed that in the logo_block template by adding Code: nopin="nopin" To the img tag for the logo.
I added this code snippet at the top of the thread_view template Code: <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true" ></script> Seems it's working fine. Only problem is it is also allowing people to pin my logo . I easily fixed that in the logo_block template by adding Code: nopin="nopin" To the img tag for the logo.