You can disable the pinterest image hover effect for each images by adding these attributes to images.
1) data-pin-no-hover="true"
2) nopin="nopin"
Use the shortcode [apsp-follow-button] to display the Pinterest Follow Button within your content.
Use the function <?php echo do_shortcode('[apsp-follow-button]'); ?>
to display within template or theme files.
| Attribute | Description | Default |
|---|---|---|
| name | Pinterest username | |
| button_label | Button label | Follow Pinterest |
[apsp-follow-button name='pinterest' button_label='Follow Pinterest']Use the shortcode [apsp-pin-image] to display the Pinterest pin image within your content.
Use the function <?php echo do_shortcode('[apsp-pin-image]'); ?>
to display within template or theme files.
| Attribute | Description | Default |
|---|---|---|
| image_url | Please enter the pinterest image url here. | https://www.pinterest.com/pin/434034482809764694/ |
[apsp-pin-image image_url='https://www.pinterest.com/pin/434034482809764694/']Use the shortcode [apsp-profile-widget] to display the Pinterest pin image within your content.
Use the function <?php echo do_shortcode('[apsp-profile-widget]'); ?>
to display within template or theme files.
| Attribute | Description | Default | |
|---|---|---|---|
| profile | Please enter the pinterest profile name. | ||
| custom_size | Please enter the widget sizes(square, sidebar, header, custom) | square | |
| The following options will take effect only when size is set to custom, otherwise they will be ignored. | |||
| image_width | Please enter the image width here. Any number greater than 60. | 92 | |
| board_height | Please enter the widget height here. Any number greater than 60. | 172 | |
| board_width | Please enter the widget width here. Any number greater than 130. | auto | |
[apsp-profile-widget profile="pinterest" custom_size='custom' image_width="100" board_height="540" board_width="800"]Use the shortcode [apsp-board-widget] to display the Pinterest pin image within your content.
Use the function <?php echo do_shortcode('[apsp-board-widget]'); ?>
to display within template or theme files.
| Attribute | Description | Default | |
|---|---|---|---|
| board_url | Please enter the pinterest board url. | ||
| custom_size | Please enter the widget sizes(square, sidebar, header, custom) | square | |
| The following options will take effect only when size is set to custom, otherwise they will be ignored. | |||
| image_width | Please enter the image width here. Any number greater than 60. | 92 | |
| board_height | Please enter the widget height here. Any number greater than 60. | 172 | |
| board_width | Please enter the widget width here. Any number greater than 130. | auto | |
[apsp-board-widget board_url="http://www.pinterest.com/pinterest/pin-pets/" custom_size='custom' image_width="100" board_height="540" board_width="800"]Use the shortcode [apsp-latest-pins] to display the latest Pinterest pin images within your widget.
Use the function <?php echo do_shortcode('[apsp-latest-pins]'); ?>
to display within template or theme files.
| Attribute | Description | Default |
|---|---|---|
| feed_url | Please enter the pinterest url. | https://www.pinterest.com/pinterest |
| specific_board | Please enter the specific board name here if you want to display for specific board. | Default: none |
| feed_count | You can specify the feed counts from here. | 1 |
| caption | You can enable or disable the image caption from here. | No |
| show_pinterest_link | You can enable or disable the pinterest link from here. | No |
[apsp-latest-pins feed_url='https://www.pinterest.com/pinterest' specific_board='breakfast-favorites' feed_count='5' caption='1' show_pinterest_link='yes']Use the shortcode [apsp_share] to display the Pinterest share button.
Use the function <?php echo do_shortcode('[apsp_share]'); ?>
to display within template or theme files.