I found that https://wordpress.org/plugins/pinterest-widgets actually has the needed functionality but doesn’t mention it in the description.
After installing and activating you can add a pinboard to a post by using the following shortcodes
[pin_board url="http://www.pinterest.com/pinterest/pin-pets/"]
[pin_board url="http://www.pinterest.com/pinterest/pin-pets/" size="header"]
[pin_board url="http://www.pinterest.com/pinterest/pin-pets/" size="custom" image_width="100" board_width="900" board_height="450"]
more options can be found on the plugins “settings” page after installing.
Related Posts:
- What is difference between get_bloginfo(‘url’) and get_site_url()?
- Custom media upload content for inserting custom post shortcode
- Making my plugin multi-site compatible
- dbDelta only creates the last table
- How can I make it so the Add New Post page has Visibility set to Private by default?
- Checking if an attribute exists in a shortcode
- How to create a WordPress plugin for another wordpress plugin?
- How does WordPress handle MySQL row lock errors?
- Page Templates from plugin not working after upgrading WP to 4.7 or upper version
- How to add option box in “Edit Post” plugin API?
- Sync my svn repositories
- Override plugin localization
- When do I need to use esc_attr when using WordPress internal functions
- Avoiding plugin name collisions with WP updater
- use WordPress theme / plugin editor in my plugin
- Using standard backend elements in Plugin
- What is the best way to output plugin result in certain url
- Where should my plugin POST to?
- Plugin development: how to create a form and get custom data?
- How can I translate the name of my Plugin for other languages?
- How to fetch serialized data from wordpress options
- Passing URL parameters to WordPress pages and pretty url
- How to load a new template page according to a particular URL?
- how to not show plugin in admin area
- Memory Leak in plugin action
- WordPress network: set themes and plugins for new blog
- How to get the custom page get_permalink?
- Plugin translations problem
- Getting User email on logout. wp_logout
- Ajax call doesn’t work in frontend but it’s working in backend (when I’m logged in)
- How can I add a custom meta value on file upload?
- Advanced Custom Fields into functions.php
- How ( and mostly at what time ) can i prevent the alternate cron from running?
- What is the function to get plugin base url in multisite?
- PDF download – use wordpress functions
- How can I filter blog name?
- Logs to check when the plugin was first installed for the first time
- Can a plugin add to header/footer/body content?
- Admin-ajax.php is dying “0” without processing function
- How do I register a stylesheet inside a WordPress widget?
- WordPress register_activation_hook table creation not working
- API to filter new user registration $POST data?
- Detect if a plugin was included in a certain page
- Add a Custom Permalink option in the Permalink Admin Screen?
- How to remove an Ajax action
- nonces in custom oop plugin
- Set cookie then immediantly refresh the page
- How to add an attribute to the body tag with a plugin?
- Override the core function locate_template
- How Can A Plugin Hook Itself To the End of Every Excerpt?
- Allow Facebook to preview posts before published
- Has anyone used require.js for handling plugin scripts?
- Admin page: form with enctype=”multipart/form-data” does not transfer its data
- publish_post plugin hook doesn’t always pass $post->post_content
- Multiple files in a plugin
- Wp die causing 500 Internal Server Error?
- Let user subscribe to specific categories
- adding a new value to a serialized array in WP_option table
- Redirect to a welcome page after updating plugin
- Set user ID at time of wp_create_user
- add action for displaying posts using a shortcode
- Write to / remove from default .htaccess file from plugin?
- Best way to hook a custom url?
- How to cancel WordPress’ action/filter when using OOP with anonymous callback
- What is the best way to mimic a search query within a plugin
- Remove rewrite rules generated by plugin during deactivation
- How to Create a Custom Plugin Permalink
- How do I add a custom sub menu menu under Woo-commerce marketing?
- How to load plugin after page is loaded – pagespeed issues
- Programatically download a plugin
- Do action only on certain front end pages?
- Call to a member function have_posts() on a non-object on normal loop
- How to create custom tables in WordPress using my own plugin?
- Archive – same title for the first two posts
- Creating plugin using simple_html_dom parser?
- How would I go about creating a user ranked post popularity page?
- Not able to add option in Sub-Menu under page
- link bbpress forum discussion to blogposts
- How to modify WCMP Rest API response?
- Making a Template for a CPT created by a plugin
- Woocommerce dependent plugin
- External CSS in WordPress Plugin [closed]
- User Session and Stored Cookies not get removed
- Create a navbar filter that filters by a custom field
- get 404 when accessing wp-admin/plugin-install.php
- wp.media javascript issue with on select
- jQuery for custom plugin not working with Divi theme
- How to inform the user that the save was not successful?
- php page not found for plugin options menu
- Woocommerce Minimum Price for a Composite Product to add in cart
- add tabs in rdp-plugin/includes/settings.php and get settings saved
- Creating shortcodes in plugin
- Re use the list table for a custom post type on another page
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Check filter defined or not?
- Custom Post Type template for homepage
- add tags to wordpress post using REST API
- how to do Thematic like this website using wordpress?
- what is the best way to create a premium plugin while also protecting your code
- Plugin Breaking WordPress Login