• Hello all,

    I am trying to set up custom share buttons using the AddToAny API and all of the buttons work except for the Pinterest button. When I click on the Pinterest link I am taken to a page that says “access denied.” Here is the code:

    <div class="a2a_kit a2a_default_style event-social-icons">
    <a class="a2a_button_facebook"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
    <a class="a2a_button_twitter"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
    <a class="a2a_button_pinterest"><i class="fa fa-pinterest-square" aria-hidden="true"></i></a>
    <a class="a2a_button_linkedin"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
    </div>
    <script type="text/javascript" src="https://static.addtoany.com/menu/page.js"></script>
  • The topic ‘Getting access denied error when linking from a custom Pinterest share button’ is closed to new replies.