Title: No hyperlink
Last modified: August 22, 2016

---

# No hyperlink

 *  Resolved [Ferrrmolina](https://wordpress.org/support/users/ferrrmolina/)
 * (@ferrrmolina)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/)
 * Hi.
    Amazing plugin, its cool :3 I update yesterday and, right now this work 
   fine, but, the buttons haven’t **href** URL!! Can you help me? Thanks.
 * Sorry for my english, i’m from Argentina.
 * [https://wordpress.org/plugins/osd-social-media-sharing/](https://wordpress.org/plugins/osd-social-media-sharing/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Ferrrmolina](https://wordpress.org/support/users/ferrrmolina/)
 * (@ferrrmolina)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/#post-5785601)
 * I solved this:
 *     ```
       return "<a class='osd-sms-link' data-platform='{$platform}' target='{$target}' title='{$button_title}' href='#' data-url='{$url}' rel='nofollow'>";
           }
       ```
   
 * the **href=” “** aren’t set. i add **{$url}** to this.
 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/#post-5785667)
 * Ferrmolina,
 * We intentionally removed the href attribute. All link opening is handled in JS(
   due to having to use window.open() to open a new window for links) so removing
   the href is completely fine.
 * We had to remove the href attribute due to a conflict with Pinterest’s official
   pin it script. Some users wanted to have OSD Social Media Sharing as well as 
   Pinterest’s official script. Pinterest will hijack any link with an href of “
   www.pinterest.com/pin/create/button”, change the image and completely remove 
   all attributes (so our pinterest button was being taking over by the official
   script even though we have nothing to do with it). The best solution for us was
   to simply move the href attribute (since we weren’t really using it anyway) to
   a data-url attribute.
 * The fix you made will add an href attribute, yes, but it will cause your pinterest
   button to mess up if you ever load the offical pinterest script and it adds no
   additional functionality. It will also be overwritten on plugin updates.
 * If not having an href is in fact messing up your site, please let me know and
   we will add a setting to make that change optional.
 * I hope this information was helpful!
 *  Thread Starter [Ferrrmolina](https://wordpress.org/support/users/ferrrmolina/)
 * (@ferrrmolina)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/#post-5785668)
 * Hi **OSDWEBDV**, in my case i’m no use the pinterest button 🙂
    I change this,
   and the href for a whatsapp button. Thanks!
 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/#post-5785763)
 * Ferrrmolina,
    Great! Good ratings appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘No hyperlink’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/osd-social-media-sharing_964078.svg)
 * [OSD Social Media Sharing](https://wordpress.org/plugins/osd-social-media-sharing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/osd-social-media-sharing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/osd-social-media-sharing/)
 * [Active Topics](https://wordpress.org/support/plugin/osd-social-media-sharing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/osd-social-media-sharing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/osd-social-media-sharing/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/no-hyperlink/#post-5785763)
 * Status: resolved