pin it sdk - Pinterest button - Parameter 'source_url' -is not a valid URL format -
i using pinterest button in website sharing image. have used third part widget addthis.com attaining functionality. code in html looks below..
<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 share image below error parameter 'source_url' (value https://10.52.165.234/frenchplace/b43130519/12081907?category=bonobo)
not valid url format.
can me solution problem.:(
i came know issue is. using self-signed https.but pinit work need authenticated ssl certificate. tested using http works.:)
Comments
Post a Comment