To create a “Pin it” link on Pinterest without generating a button, you can use a URL with specific parameters for direct pinning. Here’s how you can create a link:

html
<a href=”https://pinterest.com/pin/create/button/?url=YOUR_URL&media=IMAGE_URL&description=DESCRIPTION” target=”_blank”>Pin this</a>

Replace the placeholders:
YOUR_URL: The URL of the page you want users to pin.
IMAGE_URL: The URL of the image you want to appear on Pinterest.
DESCRIPTION: A description of the pin.

When users click this link, it will open Pinterest in a new tab with your specified content, allowing them to save it directly.

Hope this answer from hire tech firms helped you solve this query.