MyBB Community Forums

Full Version: add pinterest button to postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys could you help me please? How do I add Pinterest button to thread something like this.
<a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}" target="_blank"> </a>
Something like this:
<a href="//www.pinterest.com/pin/create/button/?url={$mybb->settings['bburl']}%2Fshowthread.php%3Ftid%3D{$tid}&amp;media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description={$thread['subject']}" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a>

You may want to change the http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg image inside URL, I don't know what it does.
Dear @Destroy666 as always a perfect answer thanks you very much man