forked from unl/wdntemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "let the plugin create the html"
This reverts commit 0a5938e.
- Loading branch information
1 parent
7412e21
commit b10de32
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |