About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:third-party_add-ons:stackmaps

This is an old revision of the document!


Implementing StackMap in VuFind®

After you have received your custom URLs from StackMap, edit the layout.phtml file located in your custom theme. The following code should be place at the very bottom of the <head>.

   <!-- STACKMAP CHANGES BEGIN HERE -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
    <script src="https://www.stackmap.com/integration/YOURINSTITUTION/StackMap.js" type="text/javascript"></script>
    <link rel="stylesheet" media="all" type="text/css" href="https://www.stackmap.com/integration/YOURINSTITUTION/StackMap.css" />
   <!-- STACKMAP CHANGES END HERE -->
</head>

If you encounter problems in the display, contact support@stackmap.com

administration/third-party_add-ons/stackmaps.1679609679.txt.gz · Last modified: 2023/03/23 22:14 by cmurdoch