Portable Search Widgets

From LexisNexis Academic Knowledge Center
Revision as of 11:12, 13 September 2012 by JenniferMatheny (Talk | contribs)
Jump to: navigation, search

What is a Portable Search Widget?

Portable Search Widgets allow you to put a live LexisNexis Academic search box on your own website. Simply copy and paste a small box of HTML, and turn your site into a direct portal to LexisNexis Academic. As long as your customers are already authenticated remotely through your library portal, or are on campus, the search widget will retrieve the same LexisNexis Academic results you would find on the full product.

Search The News

The LNA Search the News Widget

The image to the right shows the new Search the News portable search widget. The widget is equipped for a terms & connectors search of LexisNexis Academic's "All News, English" file.

Some important tips:

  • Use segment terms like HLEAD() and DATE() for a more accurate search.
  • If your search returns over 3000 results, press the "Edit Search" link in the right corner to use the full product's guided search boxes to narrow your results.
  • Use the PUBLICATION() segment if you want to search a specific newspaper.

Install the Widget

Simply copy and paste the following block of HTML code onto your webpage:

<html>

<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>LexisNexis® Academic</title> </head>

<body>

<p> <img style="-webkit-user-select: none" src="http://www.lexisnexis.com/lnacui2api/images/ImgAcademicProductName.gif"></p> <p> <form action='http://www.lexisnexis.com/hottopics/lnacademic/?' method='get'> <font face="Calibri"> <b>Search News on LexisNexis Academic</b></font><br> <input type='hidden' name='verb' value='sr'> <input type='hidden' name='csi' value='8399'> <input type='hidden' name='stp' value='fr'> <input name='sr' value=' ' size='50'> <input type='submit' value='Search'><br> <table class="footerTable" cellSpacing="0" cellPadding="0" border="0"> <tr> <td class="footerLogo"> <a target="_blank" href="http://global.lexisnexis.com/"> <img title="LexisNexis®" alt="LexisNexis®" hspace="10" src="http://www.lexisnexis.com/clients/images/LN_logos/ALNBT_131x25_FFFFFF.gif" vspace="10" border="0"></a></td> <td class="footerDivider" width="1"></td> <td class="footerText"> <div style="MARGIN-LEFT: 10px; LINE-HEIGHT: 14px"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <a class="footerLink" target="_blank" href="http://www.lexisnexis.com/about/"> About LexisNexis</a><span class="footerLinkDivider" style="MARGIN: 0px 4px">|</span><a class="footerLink" target="_blank" href="http://www.lexisnexis.com/terms/general.aspx">Terms and Conditions</a><span class="footerLinkDivider" style="MARGIN: 0px 4px">|</span><a class="footerLink" target="_blank" href="http://www.lexisnexis.com/privacypolicy/legalprofessional/">Privacy Policy</a><br> <a class="footerLink" target="_blank" href="http://www.lexisnexis.com/terms/copyright/"> Copyright ©</a> 2012 LexisNexis, a division of Reed Elsevier Inc. All rights reserved.</font></div> </td> </tr> </table> </form> </p>

</body>

</html>