Title: Hyperlink
Last modified: August 21, 2016

---

# Hyperlink

 *  [thebvc](https://wordpress.org/support/users/thebvc/)
 * (@thebvc)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hyperlink-5/)
 * A bit of a long shot but is there a way I can include a hyperlink within the 
   cards?
 * Thanks in advance.
 * [http://wordpress.org/plugins/flashcard/](http://wordpress.org/plugins/flashcard/)

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

 *  Plugin Author [Liang Shao](https://wordpress.org/support/users/liangshao/)
 * (@liangshao)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hyperlink-5/#post-4358312)
 * In theory you can, but I don’t think the link would work. Because the mouse click
   is already associated with the flip action.
 *  [MitrijMitrich](https://wordpress.org/support/users/mitrijmitrich/)
 * (@mitrijmitrich)
 * [12 years ago](https://wordpress.org/support/topic/hyperlink-5/#post-4358444)
 * I’ve added the following code
 *     ```
       $('audio').click(
               function(e) {
                   e.stopPropagation();
               }
           );
       ```
   
 * at the end of flashcard.js to play audio without card flipping. I think we could
   use similar for hyperlink tag.

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

The topic ‘Hyperlink’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flashcard.svg)
 * [Flashcard Plugin for WordPress](https://wordpress.org/plugins/flashcard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flashcard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flashcard/)
 * [Active Topics](https://wordpress.org/support/plugin/flashcard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flashcard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flashcard/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [MitrijMitrich](https://wordpress.org/support/users/mitrijmitrich/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/hyperlink-5/#post-4358444)
 * Status: not resolved