Title: SmithAndTeam's Replies | WordPress.org

---

# SmithAndTeam

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pinterest RSS Widget] [Plugin: Pinterest RSS Widget] Full Pin Titles?](https://wordpress.org/support/topic/plugin-pinterest-rss-widget-full-pin-titles/)
 *  [SmithAndTeam](https://wordpress.org/support/users/smithandteam/)
 * (@smithandteam)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-pinterest-rss-widget-full-pin-titles/#post-2585081)
 * I’ve hacked together that functionality for myself, here’s how I did it:
 * 1) Used this FAQ to create a feed43 RSS of the Pinboard: [http://www.jpluna.com/socialactionweb/2012/02/20/how-to-add-a-pinterest-pin-board-to-your-wordpress-blog/](http://www.jpluna.com/socialactionweb/2012/02/20/how-to-add-a-pinterest-pin-board-to-your-wordpress-blog/)
 * 2) Made this code change (note: I am using the “Username Board” option)
 * // Get Pinterest Feed(s)
    include_once(ABSPATH . WPINC . ‘/feed.php’); if( empty(
   $boardname) ){ $pinsfeed = ‘[http://pinterest.com/&#8217](http://pinterest.com/&#8217);.
   $username.’/feed.rss’; } else $pinsfeed = ‘[http://www.feed43.com/4588884346035475.xml&#8217](http://www.feed43.com/4588884346035475.xml&#8217);;//
   << THIS IS WHERE YOU PUT YOUR CUSTOM FEED
 * You can see the live board at my website, isamuel.com

Viewing 1 replies (of 1 total)