Skip to content

Commit

Permalink
Revert "let the plugin create the html"
Browse files Browse the repository at this point in the history
This reverts commit 0a5938e.
  • Loading branch information
mfairchild365 committed Dec 23, 2015
1 parent 7412e21 commit b10de32
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion wdn/templates_4.1/includes/share.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<div class="wdn-share-this-page wdn-dropdown-widget-content" id="wdn-main-share-button">

<div class="wdn-share-button">
<input type="checkbox" id="wdn_share_toggle" value="Show share options" class="wdn-input-driver wdn-dropdown-widget-toggle" aria-controls="wdn-share-options" />
<label for="wdn_share_toggle" class="wdn-icon-share"><span class="wdn-text-hidden">Share This Page</span></label>
<ul class="wdn-share-options">
<li><a href="http://go.unl.edu/?url=referer" id="wdn_createGoURL" class="wdn-icon-link" rel="nofollow">Get a Go URL</a></li>
<li class="outpost" id="wdn_emailthis"><a href="mailto:" class="wdn-icon-mail" rel="nofollow">Email this page</a></li>
<li class="outpost" id="wdn_facebook"><a href="https://www.facebook.com/sharer/sharer.php" class="wdn-icon-facebook" rel="nofollow">Share on Facebook</a></li>
<li class="outpost" id="wdn_twitter"><a href="https://twitter.com/share" class="wdn-icon-twitter" rel="nofollow">Share on Twitter</a></li>
<li class="outpost" id="wdn_linkedin"><a href="https://www.linkedin.com/shareArticle?mini=true" class="wdn-icon-linkedin-squared" rel="nofollow">Share on LinkedIn</a></li>
</ul>
</div>
</div>

0 comments on commit b10de32

Please sign in to comment.