SlideShare a Scribd company logo
Going where they are:  Developing an IM reference service & Catalog Widgets in Facebook Debbie Herman & Susan Slaga Central Connecticut State University
 
Starting a new IM/Chat Service at CCSU Offer a local more personalized service in addition to the InfoAnytime Chat Service Needed to offer a more up to date reference service for students who IM regularly Had to deal with resistance from some senior staff members Students are using IM already Benefits of an IM/Chat service
Challenges for IM Reference We wanted an IM service that was… Easy and familiar for students Flexible  Relatively easy for staff to learn Low cost
The solution AIM (AOL Instant Messenger) Meebo
Meebo
Creating a Meebo Me Widget
Code <!-- Beginning of meebo me widget code. Want to talk with visitors on your page? Go to http://www.meebome.com/ and get your widget! --> <embed src=&quot;http://widget.meebo.com/mm.swf?tFHbfiohgU&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;190&quot; height=&quot;275&quot;></embed>
The Result
AIM Status Indicators AIM Presence Services http://developer.aim.com/presenceMain.jsp Online Status Indicator http://www.onlinestatus.org / <td>  <a href=&quot;aim:GoIM?screenname=debbieatlibrary&quot;> <img src=&quot;http://big.oscar.aol.com/debbieatlibrary?on_url=http://library.ccsu.edu/images/chat_status_on.gif&amp;off_url=http://library.ccsu.edu/images/chat_status_off.gif&quot; border=&quot;0&quot; class=&quot;underline&quot;> Debbie Herman</a> </td> <td class=&quot;norm&quot;>debbieatlibrary</td>
Meebo Link Code Example <a href=&quot;#&quot; onClick=&quot;popup('widget.meebo.com/mm.swf?aiWjUjHhvB', 'Meebo', 300, 300); return false&quot;> Click here</a> to chat or leave an offline message.
Code <!-- Beginning of meebo me widget code. Want to talk with visitors on your page? Go to http://www.meebome.com/ and get your widget! --> <embed src=&quot;http:// widget.meebo.com/mm.swf?tFHbfiohgU &quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;190&quot; height=&quot;275&quot;></embed>
Training Read article Zuho, MLIS, Fu, Mark Love, MS, Scott Norwood, MLIS, and Karla Massia, MA. &quot;Applying RUSA Guidelines in the Analysis of Chat Reference Transcripts.&quot;  College & Undergraduate Libraries  13.1 (2006): 75-88. to view examples of transcripts and applying RUSA guidelines Practicing with each other Remembering to log on and off
Promotion Table tents and pens Campus Listservs Announcements to classes Facebook flyer
 
 
 
Facebook Facts Made API available to developers in May 2007 PHP5 is the official development platform 5,000+ applications developed to date 100 new applications daily More than half of Facebook users are  outside  of college
Steps involved in creating a FB app Need access to a web server with PHP running Install FB developer application Review docs available at  http://developers.facebook.com/   Get familiar with FBML (Facebook markup language) In the Developer Application, generate an API key for your app
FB Developer Application
Useful Documentation for FB Library Developers Anatomy of a Facebook Application http://developers.facebook.com/anatomy.php FB Step-by-Step Guide to Creating an Application (includes a sample app.) http://developers.facebook.com/step_by_step.php Ryerson Library’s FB Application  http://www.ryerson.ca/library/iii/facebook.html Facebook Groups : FacebookAppsForLibraries, Library 2.0 Interest Group, Facebook Developers
 
Burritt Library Outpost on  FB
appinclude.php  & dashboard.php  code snippets <-- FROM appinclude.php --> $appapikey = ' PUT_YOUR_API_KEY_HERE '; $appsecret = ' PUT_YOUR_SECRET_KEY_HERE '; $appcallbackurl = ' http://www.YOURSERVER.com/APP_DIRECTORY/ ';  $appInternalURL = ' http://apps.facebook.com/CANVAS_PAGE_URL/ '; <-- FROM dashboard.php --> <fb:dashboard> <fb:action href=&quot;index.php&quot;>Main</fb:action> <?php /*insert your other pages here */ ?> <fb:help href=&quot;help.php&quot; title=&quot;Need help&quot;>Help</fb:help> </fb:dashboard>
index.php code snippet <?php // includes require_once 'appinclude.php'; require 'dashboard.php'; ?> <div style=&quot;padding: 20px;&quot;> <!-- Image for the header ---> <img src=&quot;<? echo $appcallbackurl; ?>banner-new3a.gif&quot; /> <br /> <h2>Hello <fb:name firstnameonly=&quot;true&quot; uid=&quot;<?=$user?>&quot; useyou=&quot;false&quot;/>, Welcome to the Burritt Library on Facebook.</h2> <br /> <hr /> <br/> <table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;> <tr><td valign=&quot;top&quot;> <table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;> <tr> <th>External Links</th> </tr> <tr> <td><a href=&quot;http://library.ccsu.edu&quot; target=&quot;_new&quot;> <li> Library Home Page</li></a></td> </tr> <tr><td><a href=&quot;http://library.ccsu.edu/help/aska&quot; target=&quot;_new&quot;><li>Ask-A-Librarian</li></a></td></tr> <tr> <td><a href=&quot;http://www.consuls.org&quot; target=&quot;_new&quot;> <li>Library Catalog (CONSULS)</li> </a></td> </tr>
Submitting Your FB Application Submit your app via the FB developer application Need a minimum of 5 people using your app in order to submit Applications MUST utilize the FB platform Caveat regarding library catalog search widgets and ToS
FB App Submission Page
Questions? Debbie Herman, CCSU Digital Resources Librarian,  [email_address] ; 860-832-2084; AIM: debbieatlibrary Susan Slaga, CCSU Assistant Reference Librarian,  [email_address] ;860-832-2095; AIM: sjs642

More Related Content

PPTX
5 Skills Needed to be a Successful WebVR Developer
PPTX
Manage custom options pages in Wordpress
PPT
F36 Blogging Presentation
PDF
My Joomla Story - JoomlaDay The Netherlands 2013
PDF
Links
PPTX
Shiny Agency's Facebook Development Guidelines
PPT
How To Add A Voki to your Wordpress MU blog
5 Skills Needed to be a Successful WebVR Developer
Manage custom options pages in Wordpress
F36 Blogging Presentation
My Joomla Story - JoomlaDay The Netherlands 2013
Links
Shiny Agency's Facebook Development Guidelines
How To Add A Voki to your Wordpress MU blog

What's hot (15)

PPT
WordPress Standardized Loop API
DOCX
issues
KEY
Wordpress Workshop
PDF
Introduction to Responsive Web Design
PDF
Responsive pcb
PPT
My Learning Style Presentation
PPT
Presentation Tools
PPT
Website Design Dos and Don’ts for a Successful Online Presence
PDF
Word press!you're doing it wrong
KEY
Wordpress for Newbies 2010-03-27
DOCX
Mobile web design
PDF
Facebook Development On Dot Net
PDF
Responsive Web Design
ODP
Don't sh** in the Pool
PPTX
E-Commerce Workshops SEO 101
WordPress Standardized Loop API
issues
Wordpress Workshop
Introduction to Responsive Web Design
Responsive pcb
My Learning Style Presentation
Presentation Tools
Website Design Dos and Don’ts for a Successful Online Presence
Word press!you're doing it wrong
Wordpress for Newbies 2010-03-27
Mobile web design
Facebook Development On Dot Net
Responsive Web Design
Don't sh** in the Pool
E-Commerce Workshops SEO 101
Ad

Viewers also liked (6)

PPT
Dictatorshipdecisiongame
PDF
Open Access for Librarians
PPT
Web 2.0 Applications: Blogs
PDF
Embedded Librarians: Diverse Initiatives, Common Challenges.
PPTX
The Academic Librarian on the Move: The Use of Mobile Technologies in Support...
PPTX
Open Access for Research: The Librarian Overview of Opportunities & Trends
Dictatorshipdecisiongame
Open Access for Librarians
Web 2.0 Applications: Blogs
Embedded Librarians: Diverse Initiatives, Common Challenges.
The Academic Librarian on the Move: The Use of Mobile Technologies in Support...
Open Access for Research: The Librarian Overview of Opportunities & Trends
Ad

Similar to Going where they are: Developing an IM reference service & Catalog Widgets in Facebook (20)

PPTX
Facebook Developer Garage Cyberjaya
PDF
funP 麻吉 開發者俱樂部十月份聚會
PPT
Facebook Development with Zend Framework
PPT
Facebook plateform architecture presentation
PPT
Creating a Facebook App
PDF
Build social apps for Facebook
PDF
Facebook API For Developers : Overview
PPT
Scaling a Facebook Application
PPT
Facebook Platform - Tech
PDF
Aardvark shalini
PPTX
Introduction to facebook platform
PDF
Matías Paterlini: Desarrollo de aplicaciones en Facebook
PDF
Creating an Effective Mobile API
PDF
Facebook App Dev101 (Tyler Ballance, Slide.com)
KEY
Facebook Development for Beginners
PDF
API Reliability Guide
PPTX
Alphageeks meetup - facebook api
PPT
Facebook Technology Stack
PPT
The social media developer
ODP
Case Study FourSquare and Facebook Search Mobile Application
Facebook Developer Garage Cyberjaya
funP 麻吉 開發者俱樂部十月份聚會
Facebook Development with Zend Framework
Facebook plateform architecture presentation
Creating a Facebook App
Build social apps for Facebook
Facebook API For Developers : Overview
Scaling a Facebook Application
Facebook Platform - Tech
Aardvark shalini
Introduction to facebook platform
Matías Paterlini: Desarrollo de aplicaciones en Facebook
Creating an Effective Mobile API
Facebook App Dev101 (Tyler Ballance, Slide.com)
Facebook Development for Beginners
API Reliability Guide
Alphageeks meetup - facebook api
Facebook Technology Stack
The social media developer
Case Study FourSquare and Facebook Search Mobile Application

More from kramsey (20)

PDF
ILLiad
PPT
How To Stay Relevant In Your Institution
PDF
OCLC Resource Sharing Update
PDF
Borrow Direct: A Vision for Excellent Service
PDF
Resource Sharing and Off Campus Users
PDF
NELINET: A Retrospective Montage
PDF
Doing More with Less: The Crisis, Cooperation, and the Library
PDF
What if you ran your library like a bookstore?
PDF
Tech, Reference, AND PATRON Views of our new Front-End
PDF
Report on Usability Process and Assessment of Yufind
PDF
Choosing What to Hold and What to Fold: Database Quality Decisions in Tough T...
PDF
Meditations/Metadata in an Emergency
PPT
Using Return on Investment in Collection Development
DOC
Academic Library Budgets Bibliography
PPTX
Fund Allocation Formula Overview and Best Practices
PPT
Percentage Based Allocation of an Academic Library Materials Budget
PPT
Stretching Money and Influence: Improving Library Collections Through Advocac...
PDF
Relais - ILL Reports
PDF
OCLC Update
PDF
Trends in Resource Sharing: More than Just Numbers
ILLiad
How To Stay Relevant In Your Institution
OCLC Resource Sharing Update
Borrow Direct: A Vision for Excellent Service
Resource Sharing and Off Campus Users
NELINET: A Retrospective Montage
Doing More with Less: The Crisis, Cooperation, and the Library
What if you ran your library like a bookstore?
Tech, Reference, AND PATRON Views of our new Front-End
Report on Usability Process and Assessment of Yufind
Choosing What to Hold and What to Fold: Database Quality Decisions in Tough T...
Meditations/Metadata in an Emergency
Using Return on Investment in Collection Development
Academic Library Budgets Bibliography
Fund Allocation Formula Overview and Best Practices
Percentage Based Allocation of an Academic Library Materials Budget
Stretching Money and Influence: Improving Library Collections Through Advocac...
Relais - ILL Reports
OCLC Update
Trends in Resource Sharing: More than Just Numbers

Recently uploaded (20)

PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Pre independence Education in Inndia.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Cell Types and Its function , kingdom of life
PDF
Classroom Observation Tools for Teachers
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
master seminar digital applications in india
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Anesthesia in Laparoscopic Surgery in India
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pharma ospi slides which help in ospi learning
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Pre independence Education in Inndia.pdf
01-Introduction-to-Information-Management.pdf
Cell Structure & Organelles in detailed.
VCE English Exam - Section C Student Revision Booklet
GDM (1) (1).pptx small presentation for students
Cell Types and Its function , kingdom of life
Classroom Observation Tools for Teachers
O5-L3 Freight Transport Ops (International) V1.pdf
master seminar digital applications in india
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPH.pptx obstetrics and gynecology in nursing

Going where they are: Developing an IM reference service & Catalog Widgets in Facebook

  • 1. Going where they are: Developing an IM reference service & Catalog Widgets in Facebook Debbie Herman & Susan Slaga Central Connecticut State University
  • 2.  
  • 3. Starting a new IM/Chat Service at CCSU Offer a local more personalized service in addition to the InfoAnytime Chat Service Needed to offer a more up to date reference service for students who IM regularly Had to deal with resistance from some senior staff members Students are using IM already Benefits of an IM/Chat service
  • 4. Challenges for IM Reference We wanted an IM service that was… Easy and familiar for students Flexible Relatively easy for staff to learn Low cost
  • 5. The solution AIM (AOL Instant Messenger) Meebo
  • 7. Creating a Meebo Me Widget
  • 8. Code <!-- Beginning of meebo me widget code. Want to talk with visitors on your page? Go to http://www.meebome.com/ and get your widget! --> <embed src=&quot;http://widget.meebo.com/mm.swf?tFHbfiohgU&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;190&quot; height=&quot;275&quot;></embed>
  • 10. AIM Status Indicators AIM Presence Services http://developer.aim.com/presenceMain.jsp Online Status Indicator http://www.onlinestatus.org / <td> <a href=&quot;aim:GoIM?screenname=debbieatlibrary&quot;> <img src=&quot;http://big.oscar.aol.com/debbieatlibrary?on_url=http://library.ccsu.edu/images/chat_status_on.gif&amp;off_url=http://library.ccsu.edu/images/chat_status_off.gif&quot; border=&quot;0&quot; class=&quot;underline&quot;> Debbie Herman</a> </td> <td class=&quot;norm&quot;>debbieatlibrary</td>
  • 11. Meebo Link Code Example <a href=&quot;#&quot; onClick=&quot;popup('widget.meebo.com/mm.swf?aiWjUjHhvB', 'Meebo', 300, 300); return false&quot;> Click here</a> to chat or leave an offline message.
  • 12. Code <!-- Beginning of meebo me widget code. Want to talk with visitors on your page? Go to http://www.meebome.com/ and get your widget! --> <embed src=&quot;http:// widget.meebo.com/mm.swf?tFHbfiohgU &quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;190&quot; height=&quot;275&quot;></embed>
  • 13. Training Read article Zuho, MLIS, Fu, Mark Love, MS, Scott Norwood, MLIS, and Karla Massia, MA. &quot;Applying RUSA Guidelines in the Analysis of Chat Reference Transcripts.&quot; College & Undergraduate Libraries 13.1 (2006): 75-88. to view examples of transcripts and applying RUSA guidelines Practicing with each other Remembering to log on and off
  • 14. Promotion Table tents and pens Campus Listservs Announcements to classes Facebook flyer
  • 15.  
  • 16.  
  • 17.  
  • 18. Facebook Facts Made API available to developers in May 2007 PHP5 is the official development platform 5,000+ applications developed to date 100 new applications daily More than half of Facebook users are outside of college
  • 19. Steps involved in creating a FB app Need access to a web server with PHP running Install FB developer application Review docs available at http://developers.facebook.com/ Get familiar with FBML (Facebook markup language) In the Developer Application, generate an API key for your app
  • 21. Useful Documentation for FB Library Developers Anatomy of a Facebook Application http://developers.facebook.com/anatomy.php FB Step-by-Step Guide to Creating an Application (includes a sample app.) http://developers.facebook.com/step_by_step.php Ryerson Library’s FB Application http://www.ryerson.ca/library/iii/facebook.html Facebook Groups : FacebookAppsForLibraries, Library 2.0 Interest Group, Facebook Developers
  • 22.  
  • 24. appinclude.php & dashboard.php code snippets <-- FROM appinclude.php --> $appapikey = ' PUT_YOUR_API_KEY_HERE '; $appsecret = ' PUT_YOUR_SECRET_KEY_HERE '; $appcallbackurl = ' http://www.YOURSERVER.com/APP_DIRECTORY/ ';  $appInternalURL = ' http://apps.facebook.com/CANVAS_PAGE_URL/ '; <-- FROM dashboard.php --> <fb:dashboard> <fb:action href=&quot;index.php&quot;>Main</fb:action> <?php /*insert your other pages here */ ?> <fb:help href=&quot;help.php&quot; title=&quot;Need help&quot;>Help</fb:help> </fb:dashboard>
  • 25. index.php code snippet <?php // includes require_once 'appinclude.php'; require 'dashboard.php'; ?> <div style=&quot;padding: 20px;&quot;> <!-- Image for the header ---> <img src=&quot;<? echo $appcallbackurl; ?>banner-new3a.gif&quot; /> <br /> <h2>Hello <fb:name firstnameonly=&quot;true&quot; uid=&quot;<?=$user?>&quot; useyou=&quot;false&quot;/>, Welcome to the Burritt Library on Facebook.</h2> <br /> <hr /> <br/> <table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;> <tr><td valign=&quot;top&quot;> <table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;> <tr> <th>External Links</th> </tr> <tr> <td><a href=&quot;http://library.ccsu.edu&quot; target=&quot;_new&quot;> <li> Library Home Page</li></a></td> </tr> <tr><td><a href=&quot;http://library.ccsu.edu/help/aska&quot; target=&quot;_new&quot;><li>Ask-A-Librarian</li></a></td></tr> <tr> <td><a href=&quot;http://www.consuls.org&quot; target=&quot;_new&quot;> <li>Library Catalog (CONSULS)</li> </a></td> </tr>
  • 26. Submitting Your FB Application Submit your app via the FB developer application Need a minimum of 5 people using your app in order to submit Applications MUST utilize the FB platform Caveat regarding library catalog search widgets and ToS
  • 28. Questions? Debbie Herman, CCSU Digital Resources Librarian, [email_address] ; 860-832-2084; AIM: debbieatlibrary Susan Slaga, CCSU Assistant Reference Librarian, [email_address] ;860-832-2095; AIM: sjs642

Editor's Notes

  • #2: One of the primary tenets of Library 2.0 is going where the users are. Last summer, my colleague Susan and I decided to put this idea into action by developing some new services that embody this philosophy. Dealing with college students as we do, most of whom (the traditional aged ones at least) have grown up with the internet, we see that it has for better or worse influenced their expectations with respect to library services. Rather than being daunted by this fact, we viewed it as a challenge to develop library services that reside in their social spaces. Our work is ongoing but nevertheless we wanted to share two of our projects today and describe their planning, development and implementation.