SlideShare a Scribd company logo
1 of 153
Step by Step Guide for Creating Fancy Facebook Fan Pages by Olaf Nitz | olafnitz.net
About this Facebook Guide ,[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
GET STARTED ,[object Object]
Login ,[object Object],[object Object],Username
Create Page ,[object Object],[object Object]
Select „Pages“ ,[object Object],[object Object]
Create Page ,[object Object],[object Object]
Choose Category & Create Page ,[object Object],[object Object],Features in the Info-Section depend on category
Result: New Fan Page ,[object Object]
Publish Page: Option 1 ,[object Object]
Publish Page: Option 2 ,[object Object]
FIRST ADAPTATIONS ,[object Object]
Profile Picture ,[object Object]
Advanced Profile Picture ,[object Object],Canvas size:  200 px width;  Background: Blue: Color #ECEFF4; 51px height; 200px width;  Grey Line: Color #E0E0E8;
Page Description ,[object Object],Text and Links possible
ADD PHOTOS ,[object Object]
Create a Photo Album ,[object Object]
Album Details ,[object Object]
Loading Java ,[object Object]
Select Photos ,[object Object],Non-Java / Simple HTML-Upload also available
Upload Photos ,[object Object]
Upload Successful ,[object Object]
Publish Photos ,[object Object]
PAGE FAVOURITES ,[object Object]
Go to Fan Page & Add to Favourites ,[object Object]
Select Page ,[object Object]
Result: Favourite Pages ,[object Object]
VANITY URLS ,[object Object]
Select Username for your Page ,[object Object],[object Object],It is possible to create Vanity URLs for Fan Pages with more than 50 fans.
Choose Page ,[object Object],[object Object]
Choose Username ,[object Object],[object Object]
Result: Vanity URL ,[object Object]
CUSTOM TABS ,[object Object]
Search App ,[object Object]
Search FBML App ,[object Object],[object Object]
Select „Static FBML“ ,[object Object]
Add App to Page ,[object Object],[object Object]
Choose Page ,[object Object]
Edit App ,[object Object],[object Object]
Insert HTML / FBML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Option: Add another FBML Box ,[object Object]
Edit App Settings ,[object Object]
Add App to Tabs / Boxes ,[object Object]
Arrange Tabs: Drag & Drop ,[object Object]
Move App from Boxes to Wall Tab ,[object Object]
Wall Tab: Result ,[object Object],Image width: 200 Pixel
VIDEO APP ,[object Object],[object Object]
App: Video    Add to Page ,[object Object],[object Object]
Choose Page    Add to Page ,[object Object]
Edit Page Settings    Video Edit ,[object Object]
Add Videos ,[object Object]
Select file on your Computer ,[object Object]
Agree to Terms of Service ,[object Object]
Upload Video & Enter Info ,[object Object]
Save Info ,[object Object]
Video Processing ,[object Object]
Result: Video ,[object Object]
Result: Video ,[object Object]
Result: Video ,[object Object]
Record Video from Webcam ,[object Object]
Settings Adobe Flash Player ,[object Object]
Close ,[object Object]
Record Video ,[object Object]
Record Video & Stop ,[object Object]
Save Video ,[object Object]
Save Video ,[object Object]
Enter Info & Save ,[object Object]
Result: Webcam Video ,[object Object]
YOUTUBE PLAYER ,[object Object]
App: Youtube Player ,[object Object],[object Object]
Add App to your Page ,[object Object]
Edit Page    Edit ,[object Object]
Allow Access ,[object Object]
Add Videos ,[object Object]
Enter Videos & Save ,[object Object]
Edit Page    Application Settings ,[object Object]
Add Videos to Tabs ,[object Object]
Result    Arrange Tab ,[object Object]
Result: Youtube Player ,[object Object]
YOUTUBE VIDEO BOX ,[object Object]
Add App to Page ,[object Object],[object Object]
Select Page ,[object Object]
Edit Page    Edit Settings ,[object Object]
Add Videos from Youtube ,[object Object]
Add Youtube URL ,[object Object]
Edit Details & Save Video ,[object Object]
Back to Page Videos ,[object Object]
Add another Video ,[object Object]
Save URL ,[object Object]
Edit Details & Save ,[object Object]
Back to Page Videos ,[object Object]
Page Videos ,[object Object]
Edit Application Settings ,[object Object]
Add App to Tab ,[object Object]
Save Settings ,[object Object]
Arrange Tabs ,[object Object]
Result Youtube Video Box ,[object Object]
TWITTER FOR PAGES ,[object Object]
Choose Page ,[object Object],[object Object]
Add App Twitter for Pages ,[object Object]
Enter Details & Select User ,[object Object]
Continue ,[object Object]
Edit Page    App. Settings ,[object Object]
Add Tab ,[object Object]
Add Tab & Save ,[object Object]
Arrange Tabs    Drag & Drop ,[object Object]
Result: Twitter for Pages ,[object Object]
RSS / BLOG ,[object Object]
App Social RSS: Add to my Page ,[object Object],[object Object]
Add App to Page ,[object Object]
Edit Page    Edit Social RSS ,[object Object]
Add RSS Feed ,[object Object]
Updating… ,[object Object]
Feeds Updated ,[object Object]
Add Tab: Application Settings ,[object Object]
Add Tab ,[object Object]
Add Tab & Save ,[object Object]
Result: Blogpostings in Tab ,[object Object]
CREATING A SIMPLE APP ,[object Object]
Creating Content: PHP Code ,[object Object],[object Object],[object Object],<style type=&quot;text/css&quot;> p { font-family: Arial, Helvetica, sans-serif;  font-size:10px; } a { color:#990000; } </style> <?php # Script: XML-Reader # Copyright: y0y.de, erweitert: bueltge.de $url = &quot;http://twitter.com/statuses/user_timeline/957101.rss&quot;;  $number = 7;  $file_content = @file_get_contents($url); $items = preg_match_all(&quot;/<item[ ]?.*>(.*)<item>/Uis&quot;, $file_content, $array_items); $array_items = $array_items[1]; if(!empty($array_items))   {  if ($number>sizeof($array_items)) $number=sizeof($array_items); echo &quot;<p>&quot;; for($n=0;$n<$number;$n++) {  preg_match(&quot;/<link>(.*)<link>/Uis&quot;, $array_items[$n], $array_link); preg_match(&quot;/<title>(.*)<title>/Uis&quot;, $array_items[$n], $array_title);  preg_match(&quot;/<pubDate>(.*)<pubDate>/Uis&quot;, $array_items[$n], $array_pubdate);  $suchmuster = &quot;/lt;descriptiongt;lt;CDATA(.*)><descriptiongt;/Uis&quot;; preg_match($suchmuster, $array_items[$n], $array_description);  echo &quot;<b>$array_title[1]</b><br>&quot;; echo &quot;$array_description[1] &quot;;  echo &quot;<a href=amp;quot;$array_link[1]amp;quot; target=amp;quot;_blankamp;quot;>more</a>&quot;;  echo &quot;<br><br>&quot;; } echo &quot;</ul></p>&quot;;  }  ?>
PHP File in Browser ,[object Object]
Set Up New Application ,[object Object],[object Object]
Choose Application Name ,[object Object],[object Object]
Basic Settings ,[object Object]
Authentication: Enable Installable Facebook Pages ,[object Object]
Canvas: Add Canvas Page URL ,[object Object]
Result & Edit Settings ,[object Object]
Add Tab Information ,[object Object],Tab URL is required for adding app as a tab. Tab URL is relative to  Canvas Callback URL Canvas Callback URL + Tab URL  http://olafnitz.net + twitter = http://olafnitz.net/twitter
Go to App Profile ,[object Object]
Add App to Page ,[object Object]
Add App to Page ,[object Object]
Edit Page: Application Settings ,[object Object]
Add App to Tab (1) ,[object Object]
Add App to Tab (2) ,[object Object]
Result: External Content ,[object Object]
POLLS
Application Poll ,[object Object]
Add App to Page
Create Poll
Enter Questions & Options
Publish Poll
Result: Poll on the Wall
Poll in „Boxes“
Poll in the Wall Tab
Result: Poll
LANDINGTAB ,[object Object]
Edit Page    Wall Settings ,[object Object]
Select Default Tab for Non-Fans ,[object Object],Fans  will be sent to the wall by default. This setting only applies to non-fans.
Select Tab ,[object Object]
ABOUT & CONTACT ,[object Object]
About this Document ,[object Object],[object Object],[object Object],[object Object]
Any Questions? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Seminar Presentation for FrontPage
Seminar Presentation for FrontPageSeminar Presentation for FrontPage
Seminar Presentation for FrontPagewebhostingguy
 
Creating a content managed facebook app
Creating a content managed facebook appCreating a content managed facebook app
Creating a content managed facebook appOS-Cubed, Inc.
 
Facebook Developer Garage Cyberjaya
Facebook Developer Garage CyberjayaFacebook Developer Garage Cyberjaya
Facebook Developer Garage CyberjayaMehedi Hasan Sumon
 
Posterous Guide: The Easy Way to Blog
Posterous Guide: The Easy Way to BlogPosterous Guide: The Easy Way to Blog
Posterous Guide: The Easy Way to BlogDeborah Edwards-Onoro
 
How and Why to extend Firefox
How and Why to extend FirefoxHow and Why to extend Firefox
How and Why to extend FirefoxGraham King
 
Uk Nuke Facebook Connect Authentication For Dot Net Nuke
Uk Nuke Facebook Connect Authentication For Dot Net NukeUk Nuke Facebook Connect Authentication For Dot Net Nuke
Uk Nuke Facebook Connect Authentication For Dot Net NukeStuart Lodge
 
GENERATE PDF OF A WEB PAGE
GENERATE PDF OF A WEB PAGEGENERATE PDF OF A WEB PAGE
GENERATE PDF OF A WEB PAGEBikash Sundaray
 
A2 w press videocraftdocs
A2 w press videocraftdocsA2 w press videocraftdocs
A2 w press videocraftdocsA2WPress
 
IE9 for developers
IE9 for developersIE9 for developers
IE9 for developersShaymaa
 
Weebly Web Site Accessories for Teachers
Weebly Web Site Accessories for TeachersWeebly Web Site Accessories for Teachers
Weebly Web Site Accessories for Teachersaurioste
 
Getting Started with Breeze in NUS
Getting Started with Breeze in NUSGetting Started with Breeze in NUS
Getting Started with Breeze in NUSKenneth Pinto
 
APEX navigation concepts
APEX navigation conceptsAPEX navigation concepts
APEX navigation conceptsTobias Arnhold
 
Flatsome | Responsive WooCommerce Theme - WordPress
Flatsome | Responsive WooCommerce Theme - WordPressFlatsome | Responsive WooCommerce Theme - WordPress
Flatsome | Responsive WooCommerce Theme - WordPresssharpgwxtzxgccc
 
Project guideline
Project guidelineProject guideline
Project guidelineAdrian Yi
 
WordPress HTML, CSS & Child Themes
WordPress HTML, CSS & Child ThemesWordPress HTML, CSS & Child Themes
WordPress HTML, CSS & Child ThemesMichelle Ames
 
Adding Static FBML Application for Facebook Surveys Deployment
Adding Static FBML Application for Facebook Surveys DeploymentAdding Static FBML Application for Facebook Surveys Deployment
Adding Static FBML Application for Facebook Surveys DeploymentSurvey Builder
 

What's hot (19)

Seminar Presentation for FrontPage
Seminar Presentation for FrontPageSeminar Presentation for FrontPage
Seminar Presentation for FrontPage
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
Creating a content managed facebook app
Creating a content managed facebook appCreating a content managed facebook app
Creating a content managed facebook app
 
Facebook Developer Garage Cyberjaya
Facebook Developer Garage CyberjayaFacebook Developer Garage Cyberjaya
Facebook Developer Garage Cyberjaya
 
Posterous Guide: The Easy Way to Blog
Posterous Guide: The Easy Way to BlogPosterous Guide: The Easy Way to Blog
Posterous Guide: The Easy Way to Blog
 
How and Why to extend Firefox
How and Why to extend FirefoxHow and Why to extend Firefox
How and Why to extend Firefox
 
Uk Nuke Facebook Connect Authentication For Dot Net Nuke
Uk Nuke Facebook Connect Authentication For Dot Net NukeUk Nuke Facebook Connect Authentication For Dot Net Nuke
Uk Nuke Facebook Connect Authentication For Dot Net Nuke
 
GENERATE PDF OF A WEB PAGE
GENERATE PDF OF A WEB PAGEGENERATE PDF OF A WEB PAGE
GENERATE PDF OF A WEB PAGE
 
A2 w press videocraftdocs
A2 w press videocraftdocsA2 w press videocraftdocs
A2 w press videocraftdocs
 
IE9 for developers
IE9 for developersIE9 for developers
IE9 for developers
 
MultiMedia Help Guide
MultiMedia Help GuideMultiMedia Help Guide
MultiMedia Help Guide
 
Weebly Web Site Accessories for Teachers
Weebly Web Site Accessories for TeachersWeebly Web Site Accessories for Teachers
Weebly Web Site Accessories for Teachers
 
Getting Started with Breeze in NUS
Getting Started with Breeze in NUSGetting Started with Breeze in NUS
Getting Started with Breeze in NUS
 
Blogging blueprint
Blogging blueprintBlogging blueprint
Blogging blueprint
 
APEX navigation concepts
APEX navigation conceptsAPEX navigation concepts
APEX navigation concepts
 
Flatsome | Responsive WooCommerce Theme - WordPress
Flatsome | Responsive WooCommerce Theme - WordPressFlatsome | Responsive WooCommerce Theme - WordPress
Flatsome | Responsive WooCommerce Theme - WordPress
 
Project guideline
Project guidelineProject guideline
Project guideline
 
WordPress HTML, CSS & Child Themes
WordPress HTML, CSS & Child ThemesWordPress HTML, CSS & Child Themes
WordPress HTML, CSS & Child Themes
 
Adding Static FBML Application for Facebook Surveys Deployment
Adding Static FBML Application for Facebook Surveys DeploymentAdding Static FBML Application for Facebook Surveys Deployment
Adding Static FBML Application for Facebook Surveys Deployment
 

Viewers also liked

Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...
Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...
Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...PerformanceIN
 
The facebook marketing guide
The facebook marketing guideThe facebook marketing guide
The facebook marketing guideNuno Fraga Coelho
 
Micromoments Mobile Guide by Google
Micromoments Mobile Guide by GoogleMicromoments Mobile Guide by Google
Micromoments Mobile Guide by GoogleAudrey CHATEL
 
Google Hangout On Air- the how-to guide
Google Hangout On Air- the how-to guideGoogle Hangout On Air- the how-to guide
Google Hangout On Air- the how-to guideAmin Neghavati
 
seoamigo
seoamigoseoamigo
seoamigoPhilbot
 
Facebook for Business
Facebook for BusinessFacebook for Business
Facebook for Businessworkhorseweb1
 
Marketing sherpa cmo-social-marketing
Marketing sherpa cmo-social-marketingMarketing sherpa cmo-social-marketing
Marketing sherpa cmo-social-marketingNuno Fraga Coelho
 
Types of Rotary Compressors FPE
Types of Rotary Compressors FPETypes of Rotary Compressors FPE
Types of Rotary Compressors FPEAmit Mak
 
Ultimate guide to google adwords, summary
Ultimate guide to google adwords, summaryUltimate guide to google adwords, summary
Ultimate guide to google adwords, summaryParham Mirshahpanah
 
Guide for google webmaster tools
Guide for google webmaster toolsGuide for google webmaster tools
Guide for google webmaster toolsPreetha
 
Nuevas ideas para contenidos en tiempo real en turismo
Nuevas ideas para contenidos en tiempo real en turismoNuevas ideas para contenidos en tiempo real en turismo
Nuevas ideas para contenidos en tiempo real en turismoCongreso Turismo Rural
 
Rotary and liquid rim compressor
Rotary and liquid rim compressorRotary and liquid rim compressor
Rotary and liquid rim compressorSourav Bagchi
 
Centrifugal compressors
Centrifugal compressorsCentrifugal compressors
Centrifugal compressorsArifandy Mulky
 

Viewers also liked (18)

Facebook 101 for Small Businesses
Facebook 101 for Small BusinessesFacebook 101 for Small Businesses
Facebook 101 for Small Businesses
 
Content management 101
Content management 101Content management 101
Content management 101
 
Air compressor of EME
Air compressor of EMEAir compressor of EME
Air compressor of EME
 
Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...
Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...
Unlocking the Power of Facebook to Build and Monetise Your Audience_Warrick L...
 
The facebook marketing guide
The facebook marketing guideThe facebook marketing guide
The facebook marketing guide
 
Google Guide
Google GuideGoogle Guide
Google Guide
 
Micromoments Mobile Guide by Google
Micromoments Mobile Guide by GoogleMicromoments Mobile Guide by Google
Micromoments Mobile Guide by Google
 
Google Hangout On Air- the how-to guide
Google Hangout On Air- the how-to guideGoogle Hangout On Air- the how-to guide
Google Hangout On Air- the how-to guide
 
seoamigo
seoamigoseoamigo
seoamigo
 
Facebook for Business
Facebook for BusinessFacebook for Business
Facebook for Business
 
Documentation Tools
Documentation ToolsDocumentation Tools
Documentation Tools
 
Marketing sherpa cmo-social-marketing
Marketing sherpa cmo-social-marketingMarketing sherpa cmo-social-marketing
Marketing sherpa cmo-social-marketing
 
Types of Rotary Compressors FPE
Types of Rotary Compressors FPETypes of Rotary Compressors FPE
Types of Rotary Compressors FPE
 
Ultimate guide to google adwords, summary
Ultimate guide to google adwords, summaryUltimate guide to google adwords, summary
Ultimate guide to google adwords, summary
 
Guide for google webmaster tools
Guide for google webmaster toolsGuide for google webmaster tools
Guide for google webmaster tools
 
Nuevas ideas para contenidos en tiempo real en turismo
Nuevas ideas para contenidos en tiempo real en turismoNuevas ideas para contenidos en tiempo real en turismo
Nuevas ideas para contenidos en tiempo real en turismo
 
Rotary and liquid rim compressor
Rotary and liquid rim compressorRotary and liquid rim compressor
Rotary and liquid rim compressor
 
Centrifugal compressors
Centrifugal compressorsCentrifugal compressors
Centrifugal compressors
 

Similar to Fancy Facebook Fan Pages - A Step By Step Guide

Facebook Social Plugins
Facebook Social PluginsFacebook Social Plugins
Facebook Social PluginsAizat Faiz
 
How to Rock Your Video Marketing
How to Rock Your Video MarketingHow to Rock Your Video Marketing
How to Rock Your Video MarketingPixability
 
Facebook Fanpage Optimization - Social Media
Facebook Fanpage Optimization - Social MediaFacebook Fanpage Optimization - Social Media
Facebook Fanpage Optimization - Social MediaKatrina Kokoska
 
Building Facebook Fan pages
Building Facebook Fan pagesBuilding Facebook Fan pages
Building Facebook Fan pagesJonathan Benya
 
Connect with Facebook to Rails Application By Nyros Developer
Connect with Facebook to Rails Application By Nyros DeveloperConnect with Facebook to Rails Application By Nyros Developer
Connect with Facebook to Rails Application By Nyros DeveloperNyros Technologies
 
Using Established e-Marketplace
Using Established e-MarketplaceUsing Established e-Marketplace
Using Established e-Marketplacewebhostingguy
 
Facebook Coin
Facebook CoinFacebook Coin
Facebook Coinnithiya
 
How to Create Facebook Like Buttons for your Website Pages
How to Create Facebook Like Buttons for your Website PagesHow to Create Facebook Like Buttons for your Website Pages
How to Create Facebook Like Buttons for your Website PagesNET:101
 
Create Your WebApp Card
Create Your WebApp CardCreate Your WebApp Card
Create Your WebApp Carddotmobietc
 
Social Media Roundup June 2012
Social Media Roundup June 2012Social Media Roundup June 2012
Social Media Roundup June 2012Devender Bisht
 
How to capture lead via Facebook
How to capture lead via FacebookHow to capture lead via Facebook
How to capture lead via Facebookmdemran71
 
Facebook Fanpage Optimization
Facebook Fanpage OptimizationFacebook Fanpage Optimization
Facebook Fanpage OptimizationJJ Lassberg
 

Similar to Fancy Facebook Fan Pages - A Step By Step Guide (20)

Facebook Social Plugins
Facebook Social PluginsFacebook Social Plugins
Facebook Social Plugins
 
Facebook_Coin
Facebook_CoinFacebook_Coin
Facebook_Coin
 
Facebook Coin
Facebook CoinFacebook Coin
Facebook Coin
 
Facebook Coin
Facebook CoinFacebook Coin
Facebook Coin
 
Facebook Fan Page Promotion
Facebook Fan Page PromotionFacebook Fan Page Promotion
Facebook Fan Page Promotion
 
Facebook Fanpage Optimization
Facebook Fanpage OptimizationFacebook Fanpage Optimization
Facebook Fanpage Optimization
 
How to Rock Your Video Marketing
How to Rock Your Video MarketingHow to Rock Your Video Marketing
How to Rock Your Video Marketing
 
Facebook Fanpage Optimization - Social Media
Facebook Fanpage Optimization - Social MediaFacebook Fanpage Optimization - Social Media
Facebook Fanpage Optimization - Social Media
 
Building Facebook Fan pages
Building Facebook Fan pagesBuilding Facebook Fan pages
Building Facebook Fan pages
 
Connect with Facebook to Rails Application By Nyros Developer
Connect with Facebook to Rails Application By Nyros DeveloperConnect with Facebook to Rails Application By Nyros Developer
Connect with Facebook to Rails Application By Nyros Developer
 
Using Established e-Marketplace
Using Established e-MarketplaceUsing Established e-Marketplace
Using Established e-Marketplace
 
Facebook Coin
Facebook CoinFacebook Coin
Facebook Coin
 
Dan Lester
Dan LesterDan Lester
Dan Lester
 
How to Create Facebook Like Buttons for your Website Pages
How to Create Facebook Like Buttons for your Website PagesHow to Create Facebook Like Buttons for your Website Pages
How to Create Facebook Like Buttons for your Website Pages
 
Create Your WebApp Card
Create Your WebApp CardCreate Your WebApp Card
Create Your WebApp Card
 
Tools To Create Awesome Facebook Fan Pages - Updated 4/20/2013
Tools To Create Awesome Facebook Fan Pages - Updated 4/20/2013Tools To Create Awesome Facebook Fan Pages - Updated 4/20/2013
Tools To Create Awesome Facebook Fan Pages - Updated 4/20/2013
 
Social Media Roundup June 2012
Social Media Roundup June 2012Social Media Roundup June 2012
Social Media Roundup June 2012
 
Blog Pres
Blog PresBlog Pres
Blog Pres
 
How to capture lead via Facebook
How to capture lead via FacebookHow to capture lead via Facebook
How to capture lead via Facebook
 
Facebook Fanpage Optimization
Facebook Fanpage OptimizationFacebook Fanpage Optimization
Facebook Fanpage Optimization
 

More from Olaf Nitz

Adaptive Content & die Zukunft des CMS
Adaptive Content & die Zukunft des CMSAdaptive Content & die Zukunft des CMS
Adaptive Content & die Zukunft des CMSOlaf Nitz
 
PR im Social Web
PR im Social WebPR im Social Web
PR im Social WebOlaf Nitz
 
Markenführung in Social Media
Markenführung in Social MediaMarkenführung in Social Media
Markenführung in Social MediaOlaf Nitz
 
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen Vom Messen zum Steuern - Digital Media KPIs in Relation bringen
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen Olaf Nitz
 
Beyond the Hype - Lasting Trends in Digital Media
Beyond the Hype - Lasting Trends in Digital MediaBeyond the Hype - Lasting Trends in Digital Media
Beyond the Hype - Lasting Trends in Digital MediaOlaf Nitz
 
TV & Internet - Apps im Wohnzimmer
TV & Internet - Apps im WohnzimmerTV & Internet - Apps im Wohnzimmer
TV & Internet - Apps im WohnzimmerOlaf Nitz
 
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im Tourismus
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im TourismusWas kommt nach Facebook? Nachhaltige Trends in digitalen Medien im Tourismus
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im TourismusOlaf Nitz
 
Mobile Applikationen im Reiseprozess
Mobile Applikationen im ReiseprozessMobile Applikationen im Reiseprozess
Mobile Applikationen im ReiseprozessOlaf Nitz
 
Social Media Trends im Tourismus
Social Media Trends im TourismusSocial Media Trends im Tourismus
Social Media Trends im TourismusOlaf Nitz
 
Mobile Strategy for DMOs & the ANTO Experience
Mobile Strategy for DMOs & the ANTO ExperienceMobile Strategy for DMOs & the ANTO Experience
Mobile Strategy for DMOs & the ANTO ExperienceOlaf Nitz
 
Vernetzung von digitalen Tool
Vernetzung von digitalen ToolVernetzung von digitalen Tool
Vernetzung von digitalen ToolOlaf Nitz
 
An App for Everything - Mobile Apps
An App for Everything - Mobile Apps An App for Everything - Mobile Apps
An App for Everything - Mobile Apps Olaf Nitz
 
Digitale Nähe - Zukunft des digitalen Tourismusmarketings
Digitale Nähe -  Zukunft des digitalen TourismusmarketingsDigitale Nähe -  Zukunft des digitalen Tourismusmarketings
Digitale Nähe - Zukunft des digitalen TourismusmarketingsOlaf Nitz
 
Mobile Travel Apps - von der Inspiration zur Destination
Mobile Travel Apps -  von der Inspiration zur DestinationMobile Travel Apps -  von der Inspiration zur Destination
Mobile Travel Apps - von der Inspiration zur DestinationOlaf Nitz
 
Social Media und Fische
Social Media und FischeSocial Media und Fische
Social Media und FischeOlaf Nitz
 
Social Search Wie Social Media Den Kampf Um Aufmerksamkeit verändert
Social Search   Wie Social Media Den Kampf Um Aufmerksamkeit verändertSocial Search   Wie Social Media Den Kampf Um Aufmerksamkeit verändert
Social Search Wie Social Media Den Kampf Um Aufmerksamkeit verändertOlaf Nitz
 
Social Media Search & Social Search
Social Media Search & Social SearchSocial Media Search & Social Search
Social Media Search & Social SearchOlaf Nitz
 
Social Media Round Table Kick Off
Social Media Round Table Kick OffSocial Media Round Table Kick Off
Social Media Round Table Kick OffOlaf Nitz
 
Facebook Tips, Tricks & Case Studies
Facebook   Tips, Tricks & Case StudiesFacebook   Tips, Tricks & Case Studies
Facebook Tips, Tricks & Case StudiesOlaf Nitz
 
Facebook Fan Pages
Facebook Fan PagesFacebook Fan Pages
Facebook Fan PagesOlaf Nitz
 

More from Olaf Nitz (20)

Adaptive Content & die Zukunft des CMS
Adaptive Content & die Zukunft des CMSAdaptive Content & die Zukunft des CMS
Adaptive Content & die Zukunft des CMS
 
PR im Social Web
PR im Social WebPR im Social Web
PR im Social Web
 
Markenführung in Social Media
Markenführung in Social MediaMarkenführung in Social Media
Markenführung in Social Media
 
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen Vom Messen zum Steuern - Digital Media KPIs in Relation bringen
Vom Messen zum Steuern - Digital Media KPIs in Relation bringen
 
Beyond the Hype - Lasting Trends in Digital Media
Beyond the Hype - Lasting Trends in Digital MediaBeyond the Hype - Lasting Trends in Digital Media
Beyond the Hype - Lasting Trends in Digital Media
 
TV & Internet - Apps im Wohnzimmer
TV & Internet - Apps im WohnzimmerTV & Internet - Apps im Wohnzimmer
TV & Internet - Apps im Wohnzimmer
 
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im Tourismus
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im TourismusWas kommt nach Facebook? Nachhaltige Trends in digitalen Medien im Tourismus
Was kommt nach Facebook? Nachhaltige Trends in digitalen Medien im Tourismus
 
Mobile Applikationen im Reiseprozess
Mobile Applikationen im ReiseprozessMobile Applikationen im Reiseprozess
Mobile Applikationen im Reiseprozess
 
Social Media Trends im Tourismus
Social Media Trends im TourismusSocial Media Trends im Tourismus
Social Media Trends im Tourismus
 
Mobile Strategy for DMOs & the ANTO Experience
Mobile Strategy for DMOs & the ANTO ExperienceMobile Strategy for DMOs & the ANTO Experience
Mobile Strategy for DMOs & the ANTO Experience
 
Vernetzung von digitalen Tool
Vernetzung von digitalen ToolVernetzung von digitalen Tool
Vernetzung von digitalen Tool
 
An App for Everything - Mobile Apps
An App for Everything - Mobile Apps An App for Everything - Mobile Apps
An App for Everything - Mobile Apps
 
Digitale Nähe - Zukunft des digitalen Tourismusmarketings
Digitale Nähe -  Zukunft des digitalen TourismusmarketingsDigitale Nähe -  Zukunft des digitalen Tourismusmarketings
Digitale Nähe - Zukunft des digitalen Tourismusmarketings
 
Mobile Travel Apps - von der Inspiration zur Destination
Mobile Travel Apps -  von der Inspiration zur DestinationMobile Travel Apps -  von der Inspiration zur Destination
Mobile Travel Apps - von der Inspiration zur Destination
 
Social Media und Fische
Social Media und FischeSocial Media und Fische
Social Media und Fische
 
Social Search Wie Social Media Den Kampf Um Aufmerksamkeit verändert
Social Search   Wie Social Media Den Kampf Um Aufmerksamkeit verändertSocial Search   Wie Social Media Den Kampf Um Aufmerksamkeit verändert
Social Search Wie Social Media Den Kampf Um Aufmerksamkeit verändert
 
Social Media Search & Social Search
Social Media Search & Social SearchSocial Media Search & Social Search
Social Media Search & Social Search
 
Social Media Round Table Kick Off
Social Media Round Table Kick OffSocial Media Round Table Kick Off
Social Media Round Table Kick Off
 
Facebook Tips, Tricks & Case Studies
Facebook   Tips, Tricks & Case StudiesFacebook   Tips, Tricks & Case Studies
Facebook Tips, Tricks & Case Studies
 
Facebook Fan Pages
Facebook Fan PagesFacebook Fan Pages
Facebook Fan Pages
 

Recently uploaded

Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Jiastral oracle
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfASGITConsulting
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckHajeJanKamps
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersPeter Horsten
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdfChris Skinner
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsIndiaMART InterMESH Limited
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Careerr98588472
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdfMintel Group
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024Chandresh Chudasama
 
Implementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxImplementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxRich Reba
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsKnowledgeSeed
 
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfDarshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfShashank Mehta
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdfSherl Simon
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterJamesConcepcion7
 
Fundamentals Welcome and Inclusive DEIB
Fundamentals Welcome and  Inclusive DEIBFundamentals Welcome and  Inclusive DEIB
Fundamentals Welcome and Inclusive DEIBGregory DeShields
 

Recently uploaded (20)

Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdf
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deck
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exporters
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan Dynamics
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Career
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024
 
Implementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptxImplementing Exponential Accelerators.pptx
Implementing Exponential Accelerators.pptx
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applications
 
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfDarshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
 
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
5-Step Framework to Convert Any Business into a Wealth Generation Machine.pdf
 
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptxThe Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare Newsletter
 
Fundamentals Welcome and Inclusive DEIB
Fundamentals Welcome and  Inclusive DEIBFundamentals Welcome and  Inclusive DEIB
Fundamentals Welcome and Inclusive DEIB
 

Fancy Facebook Fan Pages - A Step By Step Guide

  • 1. Step by Step Guide for Creating Fancy Facebook Fan Pages by Olaf Nitz | olafnitz.net
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 81.
  • 82.
  • 83.
  • 84.
  • 85.
  • 86.
  • 87.
  • 88.
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96.
  • 97.
  • 98.
  • 99.
  • 100.
  • 101.
  • 102.
  • 103.
  • 104.
  • 105.
  • 106.
  • 107.
  • 108.
  • 109.
  • 110.
  • 111.
  • 112.
  • 113.
  • 114.
  • 115.
  • 116.
  • 117.
  • 118.
  • 119.
  • 120.
  • 121.
  • 122.
  • 123.
  • 124.
  • 125.
  • 126.
  • 127.
  • 128.
  • 129.
  • 130.
  • 131.
  • 132.
  • 133.
  • 134.
  • 135.
  • 136.
  • 137. POLLS
  • 138.
  • 139. Add App to Page
  • 141. Enter Questions & Options
  • 143. Result: Poll on the Wall
  • 145. Poll in the Wall Tab
  • 147.
  • 148.
  • 149.
  • 150.
  • 151.
  • 152.
  • 153.