Pinterest button - Parameter 'source_url' -is not a valid UR
Posted: Wed Sep 10, 2014 1:13 pm
Hi phillip,
I am using Pinterest button in my website for sharing the image.
I have used third party widget from addThis.com for attaining this functionality.
The code in my html looks like below..
but when i share the image i get the below error
Parameter 'source_url'
is not a valid URL format.
The above is my Dev Server.
But on the contrary when i am trying the same in my local development environment i am successfully able to share it.
The url in my local environment is passed as
Can you help me on understanding what the issue may be.
I am using Pinterest button in my website for sharing the image.
I have used third party widget from addThis.com for attaining this functionality.
The code in my html looks like below..
Code: Select all
<div class="social-media-icons1">
<a class="addthis_button_pinterest_share" title="Pinterest" >
<img class="social-media1" th:src="@{/img/common/btn/btn_pinterest.gif}" />
</a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-5368b8795f957cb6"></script>
</div>
but when i share the image i get the below error
Parameter 'source_url'
Code: Select all
(value https://10.52.165.234/frenchplace/b43130519/12081907?category=BONOBO)
is not a valid URL format.
The above is my Dev Server.
But on the contrary when i am trying the same in my local development environment i am successfully able to share it.
The url in my local environment is passed as
Code: Select all
https://10.93.178.229:8443/frenchplace/b43130505/12077150?category=CACHECACHE
Can you help me on understanding what the issue may be.