Beste Sitedealers,

Ik probeer op mijn website de sharebutton & sharelink van pinterest te wijzigen naar linkedin.
Nu heb ik dit gedaan alleen werkt de link niet.

Weet iemand hier de juiste oplossing voor ?


Code:
<div class="b-article__social">                                    <span class="b-article__social-info-name f-article__social-info-name"><i class="fa fa-share-square"></i> <?php _e('Share this post :', FREXY_TEXT_DOMAIN); ?></span>
                                    <a
                                        href="#"
                                        data-url="<?php the_permalink(); ?>"
                                        data-text="<?php echo strip_tags(get_the_excerpt()); ?>"
                                        class="b-btn-group-hor__item f-btn-group-hor__item twitter"
                                        ><i class="fa fa-twitter"></i>
                                    </a>
                                    <a
                                        href="#"
                                        data-url="<?php the_permalink(); ?>"
                                        data-img="<?php echo esc_url($attach);?>"
                                        data-title="<?php the_title(); ?>"
                                        data-text="<?php echo strip_tags(get_the_excerpt()); ?>"
                                        class="b-btn-group-hor__item f-btn-group-hor__item facebook"
                                        ><i class="fa fa-facebook"></i>
                                    </a>
                                    <a
                                        href="#"
                                        data-url="<?php the_permalink(); ?>"
                                        data-img="<?php echo esc_url($attach);?>"
                                        data-text="<?php echo strip_tags(get_the_excerpt()); ?>"
                                        class="b-btn-group-hor__item f-btn-group-hor__item pinterest"
                                        ><i class="fa fa-pinterest"></i>
                                    </a>
                                    <a
                                        href="#"
                                        data-url="<?php the_permalink(); ?>"
                                        data-img="<?php echo esc_url($attach);?>"
                                        data-title="<?php the_title(); ?>"
                                        data-text="<?php echo strip_tags(get_the_excerpt()); ?>"
                                        class="b-btn-group-hor__item f-btn-group-hor__item google-plus"
                                        ><i class="fa fa-google-plus"></i>
                                    </a>
                                </div>
                            </li>
                        </ul>
                    </div>
                </div>