Skip to content

Commit

Permalink
Added bookmarklet for previewing the new EBSCO FTF UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mreidsma committed Apr 18, 2024
1 parent fc5b93e commit 33026b0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ebscoftf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, width=device-width" />

<title>EBSCO Full Text Finder New UI Tester</title>

<link rel="stylesheet" type="text/css" href="css/skeleton.css" />

</head>

<body class="container">

<nav role="navigation"><a href="index.html">&lt; Back to Bookmarklets Index</a></nav>

<h1>Easily test the EBSCO Full Text Finder (FTF) New UI</h1>

<p>EBSCO recently sent out instructions on how to test their new Full Text Finder (Link Resolver) interface, but they were lousy and not clear. plus, it involved a lot of typing like it was 1996. (It <em>is</em> 1996 at EBSCO, though.) I made a bookmarket that you can use on any Full Text Finder page to load GVSU's new FTF interface. Only works if you are already on a old Full Text Finder page.</p>

<p><strong>Finding a Full Text Finder Page</strong>: The easy way is to search Library Search for something and look for the good ol' "Get it @ GVSU" button that is now going on 15 years old. Click that, and you'll see the old FTF. Click the bookmarklet and you'll see the same record in the new FTF.</p>

<p>Don't know what Full Text Finder or a Link Resolver is? This bookmarklet is probably not for you.</p>

<p><strong>Other libraries</strong>: copy the bookmarklet but change the root URL in the code before '<code>/result/</code> to whatever your OPID is. Read the cryptic marketing email from EBSCO to see a few breadcrumbs that can lead you there. Alternatively, just look at ours.</p>

<h2>Installing</h2>

<p>To install, drag the link below to your bookmarks toolbar:</p>

<p><a href="javascript:(function(){%20window.open('https://resolver.ebsco.com/c/3x2yes/result/'+location.search);%20})();" class="button button-primary" id="bookmarklet">See New FTF UI</a></p>

<div id="install-help"><a href="installation.html">Installation Instructions</a></div>
<div id="installation"></div>

<footer><small>Created by <a href="http://matthewreidsma.com">Matthew Reidsma</a>. Code for this page is on <a href="http://github.com/mreidsma/Bookmarklets">Github</a>.</small></footer>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Useful Bookmarklets</h1>
<p>I use and have written a lot of bookmarklets over the years. A bookmarklet is a simple link that executes JavaScript instead of opening a new page. Here are a few I use regularly.</p>

<ol>
<li><a href="ebscoftf.html">Preview the EBSCO Full-text Finder</a></li>
<li><a href="gmail.html">Open Gmail Compose Window</a></li>
<li><a href="jquerify.html">Load jQuery on Any Page</a></li>
<li><a href="gvsuhas.html">See if GVSU Libraries has a Book</a></li>
Expand Down

0 comments on commit 33026b0

Please sign in to comment.