[Koha] Walkthrough: Using OPACMySummaryHTML to share on Facebook (etcetera)

Viktor.Sarge at regionhalland.se Viktor.Sarge at regionhalland.se
Fri Jun 10 21:37:13 NZST 2011


Dear community!

Since we commissioned the work to create the system preference OPACMySummaryHTML I feel that it might be appropriate to share some knowledge of the details. This preference lets you add a column of custom HTML to "My summary" that can be used to for example share the OPAC-page for each book on Facebook. Four variables are available for use: {AUTHOR}, {TITLE}, {ISBN} and {BIBLIONUMBER} and Koha replaces these with the proper value when rendering the page. The following code creates a simple text-link to share on Facebook.

<a href="http://www.facebook.com/share.php?u=http://www.YOUR-KOHA-OPAC-HERE.com/cgi-bin/koha/opac-detail.pl?biblionumber={BIBLIONUMBER}">Share on Facebook</a>

You'd need to insert your own OPAC url of course, but otherwise it should be fine to use.
Should you wonder how to activate this function then this is what you need to do:

1) Log in to the staff interface and click "System preferences". You may need help from an administrator if you don't have access to the system preferences.

2) Search the preferences for "mysummaryhtml" and click the link "Click to edit". It can also be found in the "Appearance"-section of the OPAC-tab in the preferences.

3) Paste the code above, change the URL to the one you use for your OPAC and save.

There are of course many potential uses so feel free to share examples should you do something fun with it :) The function is included in Koha from version 3.4 and I'd like to give credit to Magnus Enger of Libriotech in Norway for doing the actual development.

Thank you for the attention!

Best regards/Viktor Sarge, Library adviser
Regional development council of Halland, Sweden

________________________________

[logo-rh]




Viktor Sarge
Utvecklare - Digitala biblioteksmiljöer

Box 517, 301 80 HALMSTAD | Besöksadress: Aschebergsgatan 1
Tel direkt: 035-17 98 73 | Mobil: 070-557 47 25
E-post: viktor.sarge at regionhalland.se
Webb: www.regionhalland.se<http://www.regionhalland.se/>




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20110610/6d9f8fd6/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3920 bytes
Desc: image001.gif
Url : http://lists.katipo.co.nz/pipermail/koha/attachments/20110610/6d9f8fd6/attachment-0001.gif 


More information about the Koha mailing list