Pinterest pin it hover Help

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"

Shortcode Help

Follow Button

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.

Available Attributes

Attribute Description Default
name Pinterest username pinterest
button_label Button label Follow Pinterest

Examples

Pin Image Button

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.

Available Attributes

Attribute Description Default
image_url Please enter the pinterest image url here https://www.pinterest.com/pin/434034482809764694/

Examples

Profile Widget

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.

Available Attributes

Attribute Description Default
profile Please enter the pinterest profile name. pinterest
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

Examples

Board Widget

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.

Available Attributes

Attribute Description Default
board_url Please enter the pinterest board url. pinterest
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

Examples

Latest Pins Widget

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.

Available Attributes

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

Examples