Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 3 years ago.
Improve this questionCurrently i want to change pintrest url. when i hit the pintrest url respective product image not open because not getting proper url
url as follows:
/?url=/&media=/&description=ABC%20Brand
but if i hit below url then properly working image
/?url=/&media=.jpg
SO i want to change a icon url with specific product name. Below is my pinterest icon html
<a class="jupiterx-social-share-link btn jupiterx-social-share-pinterest" href="/?url=/&media=/&description=ABC%20Brand" target="_blank" aria-label="Share on Pinterest"><span class="jupiterx-icon jupiterx-icon-pinterest-p"></span></a>
Anyone have idea then let me know how to do this. I am thinking to do this using jquery but i cant understand how to start. ANyone have idea then let me know. Please see attachmet with proper parameter in url nd other is not proper(image not display)