SlideShare a Scribd company logo
Creating a content
managed facebook app


Integrating a content managed
    website with Facebook
What you will need to get
started
   A facebook account, with either a cell phone
    number or a valid attached credit card.
   A facebook PAGE for your site (This is no longer
    required)
   A developer API Key
   A suitable content management platform (this
    example uses DotNetNuke)
   A place to host your website
   Preferably a secure certificate
   A skin (or as they are called on other platforms,
    a template)
   Some jscript integration knowhow
Facebook Account
   One facebook account is responsible for
    creating and logging into the Developer API key
    configuration.
   While an individual may own this, it should be
    someone whom you trust and who will have
    longevity with your company, or it should be a
    generic account set up for this specific purpose
   After the site is created you may add additional
    administrators or content editors to the site.
    After the app is created your editors will do all
    the content editing on the CMS system so they
    don‟t need facebook administrator privileges at
    all to change the app content
Facebook Page (This is no
longer required!)
   The content managed portion of your facebook site
    will be hosted on a Facebook APP (not page)
   Create the page using the same account you are
    going to use for the API key. If the page is already
    created have them add that account as an admin.
   It‟s important not to duplicate content between your
    app and the facebook page. Carefully consider
    where you want information to go
   Get enough friends to “like” the page that you get
    your own vanity URL for it.
   Create a page here
    https://www.facebook.com/pages/create.php?ref=ts
    and be sure to select the correct category for your
    page.
Facebook APP
   Think of the page as a presence for your
    new “app” which will be your content
    managed site
   The app and Facebook site page are now
    completely separate.
   You should specifically decide what content
    you want on facebook (timely, updated
    frequently etc) and what you want on the
    app (permanent, interactive, etc.).
The Developer API Key
   The developer API key and the APP name are determined when
    you create a developer account in Facebook. Again – use the
    same facebook profile for this.
   To create an API key go to:
    https://developers.facebook.com/
        Click on Apps (far right)
        Click on Create New App
        Name your app (this name is how it will appear on your PAGE)
        App Namespace – use a short name which will be used for opengraph
         if you implement it.
        DO NOT check web hosting
        Enter your password and Captcha. The system will text you a code or
         check your credit card before proceeding


   Fill in the form, and the system will generate a key. This key is
    used to authenticate your app with Facebook, for sharing
    comments, and for creating a more interactive experience
Where to find your app key




https://developers.facebook.com/apps
Why do you need it
   Each page in your app needs the following code in its
    page header:

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<meta property="fb:admins" content=“<your login id for
facebook here>"/>
<meta property="fb:app_id" content=“<your app id
here>">
Example (app ID purposefully
altered)
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<meta property="fb:admins" content="lee.drake"/>
<meta property="fb:app_id" content=“1111111111">
Why the APP ID
   It tells facebook that this page is owned by
    you and it‟s a valid page to be displayed
    within the context of your app.
   With that meta data you can start to use
    open-graph items like comments, likes and
    newsfeeds more easily.
   It allows you to retrieve and customize the
    experience for the user with their info.
How do I create my app?

   An app has the following
    characteristics:
       Each page must have the meta data for
        the app id and login in the header.
       Each page must be formatted to fit the
        “box” that facebook will frame your site
        within (2 standard sizes)
       Within that box, you basically need a
        website that is self contained, or that –
        if it has a link – links to a new window.
How does a Content managed
system help?
   In a CMS we can just load up a skin or
    template that is the right size to fit the
    requirements for size
   In a CMS we can put the meta data in as
    a parameter in the page definition – no
    coding required
   In a CMS we can add/remove/modify any
    content without needing to know or
    understand facebook or it‟s programming
    language
   In a CMS we can use Facebooks code
    widgets to implement specific features
Skin design requirements
   Besides typical design requirements for
    look and feel the skin should have:
       520px width (there is an alternate width of 810px
        for “wide applications), but 520 is preferred
       A fixed height at a specific number of PX or a
        fluid height, with the awareness that you will lose
        the scroll bar on the right side of the screen
       Some sort of content (either full page, or tabbed
        within the site)
Example from Eyes on the Future
What should I set my general
settings to

   General settings
Defining your page tabs
   On the app page refer to the first page of
    your tabs as the main “tab page”, choose
    Edit Settings on your app and check “tabs”:
Defining mobile app page
   You can either set the mobile app page to
    the same tab if it will work well with touch,
    otherwise create a custom formatted page
    for mobile and point to it. Choose App/Edit
    settings:
Set the “Canvas” for your app

   This page is the default canvas for
    the app, where you will locate app
    events etc. if using opengraph:
That‟s it!
   Those are all the main settings for your
    app.
   There is a lot more you can do once your
    app is set up with opengraph, showing
    the wall on your page, integrating likes
    and recommendations, and other cool
    things.
   Once this basic setup is done, content on
    your pages, and other modifications to
    the tabs within your app are all handled
    inside your CMS
Additional CMS advantages

   Have a registration form? Reformat
    it to fit the narrower screen and
    drop it into your app – now people
    can register from inside FB for your
    event or product
   Have an ecommerce section? You
    can create link-out‟s that will
    advertise a product on the FB app
    and link to a place to go buy them
    in a new window.
Additional CMS advantages

   You can place duplicate modules
    from your website on the facebook
    CMS pages – so that when you
    change content in one place, you
    change it in both places
   Integrate commenting and walls
    deeply into your application to
    enhance the social experience of
    your site.
Advanced topics

   Adding like buttons
   Adding a wall to your facebook page
   Future add-ons – opengraph api
Likes
   Likes can be added to any CMS page without an
    app, however if you have an app it adds the
    app id and associates the like‟s with the app
   There is a page to generate the code to insert:
       https://developers.facebook.com/docs/reference/pl
        ugins/like/
       Example code:
        <div id="fb-root"></div><script>(function(d, s, id)
        { var js, fjs = d.getElementsByTagName(s)[0]; if
        (d.getElementById(id)) return; js =
        d.createElement(s); js.id = id; js.src =
        "//connect.facebook.net/en_US/all.js#xfbml=1&app
        Id=<yourappidhere>";
        fjs.parentNode.insertBefore(js, fjs);}(document,
        'script', 'facebook-jssdk'));</script>
Adding your page‟s wall
   You can show comments from your page or app within your apps other pages or on
    separate web pages inside your website – this improves customer engagement, just
    add the following jscript to a text/html element.
   Facebook generates a channel.html file at this web page which must be uploaded to
    your site:

   In the module or page header
     <script>window.fbAsyncInit = function () {FB.init({appId: „<your app id here>', // App ID
     channelUrl: '//yourwebsitename/channel.html', // Channel File – must be uploaded from FB
     status: true, // check login status
     cookie: true, // enable cookies to allow the server to access the session
     xfbml: true // parse XFBML
     });
     // Additional initialization code here
     };
     // Load the SDK Asynchronously
     (function (d) {var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if
     (d.getElementById(id)) { return; } js = d.createElement('script'); js.id = id; js.async = true; js.src =
     "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref);} (document));</script>
   In the content where you want the wall
    <div id="fb-root"></div>
    <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id))
    return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-comments" data-href="http://yourwebsitehere.com" data-num-posts="3" data-
    width="300">&#160;</div>
Words of wisdom
   If you‟re not a designer either buy a custom design from a
    store, or have someone customize one for you.
   You must be at least basically familiar with html/jscript to
    be able to easily debug these
   READ THE INSTRUCTIONS, while not CMS specific
    Facebook actually has pretty good instructions for how to
    do all this on their help pages
   Have a professional available, and be prepared to
    reimburse them for their service, to assist with things like
    opengraph and advanced debugging
   Get a secure certificate for your site – these days many of
    the people using your app will be using SSL – if you have
    a secure certificate you avoid having them be forced to
    authenticate the unsecure info every time they browse the
    app
OS-Cubed

   Experts at Social Media integration
    on DotNetNuke platforms
   Contact info: ldrake@os-cubed.com
   Phone: 585-756-2444
   Twitter @leedrake and @oscubed

More Related Content

PPT
What's New on the Facebook Platform, July 2011
PDF
Introduction to facebook javascript sdk
PPTX
Facebook Developer Garage Cyberjaya
ODP
Facebook Platform
PPTX
Dan Lester
PDF
Examining the Accessibility of Popular WordPress Page Builders
PPTX
Alphageeks meetup - facebook api
PPT
User Interface Critique
What's New on the Facebook Platform, July 2011
Introduction to facebook javascript sdk
Facebook Developer Garage Cyberjaya
Facebook Platform
Dan Lester
Examining the Accessibility of Popular WordPress Page Builders
Alphageeks meetup - facebook api
User Interface Critique

What's hot (19)

PPT
User Interface Critique
PPTX
Salesforce Winter Release
PDF
WordPress Basics
PPTX
APEX navigation concepts
PPT
How to Build a Yahoo! SearchMonkey App
PDF
Facebook API for iOS
PDF
Joomla Quick Start 1
PDF
Unit 2.10 - Frames
DOCX
Layout
PDF
The EffiChange XPager Suite: Understanding XPages Scaffolding
PDF
Building Accessible Web Components
PPSX
15 asp.net session22
PPT
Integrate Shindig with Joomla
PPTX
Step into the SharePoint branding world, tools and techniques
PPTX
Introduction to facebook platform
PDF
Building accessible web components without tears
PDF
Creating Acessible floating labels
PDF
aria-live: the good, the bad and the ugly
PDF
Accessible modal windows
User Interface Critique
Salesforce Winter Release
WordPress Basics
APEX navigation concepts
How to Build a Yahoo! SearchMonkey App
Facebook API for iOS
Joomla Quick Start 1
Unit 2.10 - Frames
Layout
The EffiChange XPager Suite: Understanding XPages Scaffolding
Building Accessible Web Components
15 asp.net session22
Integrate Shindig with Joomla
Step into the SharePoint branding world, tools and techniques
Introduction to facebook platform
Building accessible web components without tears
Creating Acessible floating labels
aria-live: the good, the bad and the ugly
Accessible modal windows
Ad

Viewers also liked (6)

PPTX
Artisan bread in 5 minutes
PPT
1511 Sponsorship Opportunity
PPT
Conservative Surgery In Ectopic
PPT
These Are A Few Of My Favorite Things
PDF
Sistrix - SEOnTheBeach
PDF
Business Continuity 2009
Artisan bread in 5 minutes
1511 Sponsorship Opportunity
Conservative Surgery In Ectopic
These Are A Few Of My Favorite Things
Sistrix - SEOnTheBeach
Business Continuity 2009
Ad

Similar to Creating a content managed facebook app (20)

PDF
Facebook Open Graph Tech Requirements
PPT
Facebook Coin
PPTX
Shiny Agency's Facebook Development Guidelines
PPT
Facebook Connect
PPTX
IE9 for developers
PPT
Facebook Connect Integration
PDF
Magento Facebook Deal Extension
PDF
Introduction to facebook java script sdk
PPT
Facebook 3rd Party Api
PDF
SharePoint Re-branding The VisualStudio Way Part One SandBox Solution
PPTX
Optimizing WordPress sites for SEO and social media by Miriam Schwab
PPT
Connect with Facebook to Rails Application By Nyros Developer
PPTX
How App Indexation Works
DOCX
Facebook SSO.docx
PPT
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
PPT
Facebook Coin
PPT
Facebook Coin
PPT
Facebook_Coin
PDF
Android app development guide for freshers by ace web academy
PPT
Facebook Fan Page Promotion
Facebook Open Graph Tech Requirements
Facebook Coin
Shiny Agency's Facebook Development Guidelines
Facebook Connect
IE9 for developers
Facebook Connect Integration
Magento Facebook Deal Extension
Introduction to facebook java script sdk
Facebook 3rd Party Api
SharePoint Re-branding The VisualStudio Way Part One SandBox Solution
Optimizing WordPress sites for SEO and social media by Miriam Schwab
Connect with Facebook to Rails Application By Nyros Developer
How App Indexation Works
Facebook SSO.docx
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Facebook Coin
Facebook Coin
Facebook_Coin
Android app development guide for freshers by ace web academy
Facebook Fan Page Promotion

More from OS-Cubed, Inc. (8)

PPTX
Using Office365 to build collaborative teams
PPTX
Microsoft Office365 cloud update - Fall 2014
PPTX
Not For Profits – raising funds
PPTX
FIRST Robotics Team 1511 Building sustainability presentation
PPTX
Building a development culture
PPTX
Social Networking Pix Show
PPT
1511 Press Releases
PPT
1511 Corporate Subteam Ppt
Using Office365 to build collaborative teams
Microsoft Office365 cloud update - Fall 2014
Not For Profits – raising funds
FIRST Robotics Team 1511 Building sustainability presentation
Building a development culture
Social Networking Pix Show
1511 Press Releases
1511 Corporate Subteam Ppt

Recently uploaded (20)

PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Encapsulation theory and applications.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Unlocking AI with Model Context Protocol (MCP)
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
20250228 LYD VKU AI Blended-Learning.pptx
Network Security Unit 5.pdf for BCA BBA.
Encapsulation_ Review paper, used for researhc scholars
Dropbox Q2 2025 Financial Results & Investor Presentation
Encapsulation theory and applications.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MYSQL Presentation for SQL database connectivity
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Programs and apps: productivity, graphics, security and other tools
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...
Big Data Technologies - Introduction.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
NewMind AI Weekly Chronicles - August'25 Week I

Creating a content managed facebook app

  • 1. Creating a content managed facebook app Integrating a content managed website with Facebook
  • 2. What you will need to get started  A facebook account, with either a cell phone number or a valid attached credit card.  A facebook PAGE for your site (This is no longer required)  A developer API Key  A suitable content management platform (this example uses DotNetNuke)  A place to host your website  Preferably a secure certificate  A skin (or as they are called on other platforms, a template)  Some jscript integration knowhow
  • 3. Facebook Account  One facebook account is responsible for creating and logging into the Developer API key configuration.  While an individual may own this, it should be someone whom you trust and who will have longevity with your company, or it should be a generic account set up for this specific purpose  After the site is created you may add additional administrators or content editors to the site. After the app is created your editors will do all the content editing on the CMS system so they don‟t need facebook administrator privileges at all to change the app content
  • 4. Facebook Page (This is no longer required!)  The content managed portion of your facebook site will be hosted on a Facebook APP (not page)  Create the page using the same account you are going to use for the API key. If the page is already created have them add that account as an admin.  It‟s important not to duplicate content between your app and the facebook page. Carefully consider where you want information to go  Get enough friends to “like” the page that you get your own vanity URL for it.  Create a page here https://www.facebook.com/pages/create.php?ref=ts and be sure to select the correct category for your page.
  • 5. Facebook APP  Think of the page as a presence for your new “app” which will be your content managed site  The app and Facebook site page are now completely separate.  You should specifically decide what content you want on facebook (timely, updated frequently etc) and what you want on the app (permanent, interactive, etc.).
  • 6. The Developer API Key  The developer API key and the APP name are determined when you create a developer account in Facebook. Again – use the same facebook profile for this.  To create an API key go to: https://developers.facebook.com/  Click on Apps (far right)  Click on Create New App  Name your app (this name is how it will appear on your PAGE)  App Namespace – use a short name which will be used for opengraph if you implement it.  DO NOT check web hosting  Enter your password and Captcha. The system will text you a code or check your credit card before proceeding  Fill in the form, and the system will generate a key. This key is used to authenticate your app with Facebook, for sharing comments, and for creating a more interactive experience
  • 7. Where to find your app key https://developers.facebook.com/apps
  • 8. Why do you need it  Each page in your app needs the following code in its page header: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <meta property="fb:admins" content=“<your login id for facebook here>"/> <meta property="fb:app_id" content=“<your app id here>">
  • 9. Example (app ID purposefully altered) <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <meta property="fb:admins" content="lee.drake"/> <meta property="fb:app_id" content=“1111111111">
  • 10. Why the APP ID  It tells facebook that this page is owned by you and it‟s a valid page to be displayed within the context of your app.  With that meta data you can start to use open-graph items like comments, likes and newsfeeds more easily.  It allows you to retrieve and customize the experience for the user with their info.
  • 11. How do I create my app?  An app has the following characteristics:  Each page must have the meta data for the app id and login in the header.  Each page must be formatted to fit the “box” that facebook will frame your site within (2 standard sizes)  Within that box, you basically need a website that is self contained, or that – if it has a link – links to a new window.
  • 12. How does a Content managed system help?  In a CMS we can just load up a skin or template that is the right size to fit the requirements for size  In a CMS we can put the meta data in as a parameter in the page definition – no coding required  In a CMS we can add/remove/modify any content without needing to know or understand facebook or it‟s programming language  In a CMS we can use Facebooks code widgets to implement specific features
  • 13. Skin design requirements  Besides typical design requirements for look and feel the skin should have:  520px width (there is an alternate width of 810px for “wide applications), but 520 is preferred  A fixed height at a specific number of PX or a fluid height, with the awareness that you will lose the scroll bar on the right side of the screen  Some sort of content (either full page, or tabbed within the site)
  • 14. Example from Eyes on the Future
  • 15. What should I set my general settings to  General settings
  • 16. Defining your page tabs  On the app page refer to the first page of your tabs as the main “tab page”, choose Edit Settings on your app and check “tabs”:
  • 17. Defining mobile app page  You can either set the mobile app page to the same tab if it will work well with touch, otherwise create a custom formatted page for mobile and point to it. Choose App/Edit settings:
  • 18. Set the “Canvas” for your app  This page is the default canvas for the app, where you will locate app events etc. if using opengraph:
  • 19. That‟s it!  Those are all the main settings for your app.  There is a lot more you can do once your app is set up with opengraph, showing the wall on your page, integrating likes and recommendations, and other cool things.  Once this basic setup is done, content on your pages, and other modifications to the tabs within your app are all handled inside your CMS
  • 20. Additional CMS advantages  Have a registration form? Reformat it to fit the narrower screen and drop it into your app – now people can register from inside FB for your event or product  Have an ecommerce section? You can create link-out‟s that will advertise a product on the FB app and link to a place to go buy them in a new window.
  • 21. Additional CMS advantages  You can place duplicate modules from your website on the facebook CMS pages – so that when you change content in one place, you change it in both places  Integrate commenting and walls deeply into your application to enhance the social experience of your site.
  • 22. Advanced topics  Adding like buttons  Adding a wall to your facebook page  Future add-ons – opengraph api
  • 23. Likes  Likes can be added to any CMS page without an app, however if you have an app it adds the app id and associates the like‟s with the app  There is a page to generate the code to insert:  https://developers.facebook.com/docs/reference/pl ugins/like/  Example code: <div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&app Id=<yourappidhere>"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
  • 24. Adding your page‟s wall  You can show comments from your page or app within your apps other pages or on separate web pages inside your website – this improves customer engagement, just add the following jscript to a text/html element.  Facebook generates a channel.html file at this web page which must be uploaded to your site:  In the module or page header <script>window.fbAsyncInit = function () {FB.init({appId: „<your app id here>', // App ID channelUrl: '//yourwebsitename/channel.html', // Channel File – must be uploaded from FB status: true, // check login status cookie: true, // enable cookies to allow the server to access the session xfbml: true // parse XFBML }); // Additional initialization code here }; // Load the SDK Asynchronously (function (d) {var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) { return; } js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref);} (document));</script>  In the content where you want the wall <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> <div class="fb-comments" data-href="http://yourwebsitehere.com" data-num-posts="3" data- width="300">&#160;</div>
  • 25. Words of wisdom  If you‟re not a designer either buy a custom design from a store, or have someone customize one for you.  You must be at least basically familiar with html/jscript to be able to easily debug these  READ THE INSTRUCTIONS, while not CMS specific Facebook actually has pretty good instructions for how to do all this on their help pages  Have a professional available, and be prepared to reimburse them for their service, to assist with things like opengraph and advanced debugging  Get a secure certificate for your site – these days many of the people using your app will be using SSL – if you have a secure certificate you avoid having them be forced to authenticate the unsecure info every time they browse the app
  • 26. OS-Cubed  Experts at Social Media integration on DotNetNuke platforms  Contact info: ldrake@os-cubed.com  Phone: 585-756-2444  Twitter @leedrake and @oscubed