SlideShare ist ein Scribd-Unternehmen logo
1 von 68
Downloaden Sie, um offline zu lesen
Wordpress
         and 3rd party web services




       On Twitter?
       Share this event with friends, were streaming live:
       http://tinyurl.com/ocplive                            1

Thursday, March 12, 2009                                         1
Wordpress
         and 3rd party web services



               What makes Wordpress work?
               How to get Wordpress talking with Facebook Connect
               Make Wordpress interface with Twitter
               Allow your viewers to share your contents with others




                                                                       2

Thursday, March 12, 2009                                                   2
What is Wordpress?

               Open source publishing platform
               Comes in 2 ïŹ‚avors
                     Wordpress.com - Hosted for you
                     Wordpress.org - Self hosted




                                                      3

Thursday, March 12, 2009                                  3
Hosted Wordpress.com
               No Custom Themes
               No Custom Plugins
               Professionally
               Managed
               Self Maintained
               Less likely to be
               hacked by
               spammers.
                                   4

Thursday, March 12, 2009               4
Self Hosted Wordpress.org

               Custom Themes
               Custom Plugins
               Self Managed
               Self Maintained
               Can be hacked by
               spammers


                                     5

Thursday, March 12, 2009                 5
What makes Wordpress
         work?
               Database
               Stores users, posts, pages and other content
               PHP ïŹles
               Connects to a database manipulates data and displays
               the html output.
               CSS stylesheets
               DeïŹnes how the html output will look in the browser
               Images

                                                                      6

Thursday, March 12, 2009                                                  6
Directory Structure




                               7

Thursday, March 12, 2009           7
Wordpress Theme




                           8

Thursday, March 12, 2009       8
Wordpress Theme Structure
         wp-contents/themes




                                     9

Thursday, March 12, 2009                 9
Wordpress Theme Structure
         wp-contents/themes




           header.php
                                     10

Thursday, March 12, 2009              10
Wordpress Theme Structure
         wp-contents/themes




           footer.php
                                     11

Thursday, March 12, 2009              11
Wordpress Theme Structure
         wp-contents/themes




           sidebar.php
                                     12

Thursday, March 12, 2009              12
Wordpress Theme Structure
         wp-contents/themes




           index.php
                                     13

Thursday, March 12, 2009              13
Wordpress Theme Structure
         wp-contents/themes




           single.php
                                     14

Thursday, March 12, 2009              14
Wordpress Theme Structure
         wp-contents/themes




           page.php
                                     15

Thursday, March 12, 2009              15
Wordpress Theme Structure
         wp-contents/themes




           archive.php
                                     16

Thursday, March 12, 2009              16
Wordpress Theme Structure
         wp-contents/themes




           search.php
                                     17

Thursday, March 12, 2009              17
Wordpress Theme Structure
         wp-contents/themes




           archives.php
                                     18

Thursday, March 12, 2009              18
Wordpress
         and 3rd party web services



               What makes Wordpress work?
               How to get Wordpress talking with Facebook Connect
               Make Wordpress interface with Twitter
               Allow your viewers to share your contents with others




                                                                       19

Thursday, March 12, 2009                                                19
How to get Wordpress talking
         with Facebook Connect

               Working Wordpress installation
               Facebook account
               sixjump’s Facebook Connect Wordpress Plugin
               http://www.sociable.es/facebook-connect/




                                                             20

Thursday, March 12, 2009                                      20
Facebook Connect
         Wordpress Plugin
               Wordpress plugin that allows direct integration of
               Wordpress blogs with Facebook using Facebook
               Connect:
                     Build a community
                     Login using your Facebook account
                     Send comments to Facebook proïŹle feed
                     Invite your friends to the blog community
                     See last visitors

                                                                    21

Thursday, March 12, 2009                                             21
Facebook Connect
         Wordpress Plugin
                     They will be registered to your blog as “Subscriber” in
                     your WordPress system. Some account information —
                     from Facebook — will be inserted. They are “Full name”
                     and Facebook ProïŹle ID.
                     The usernames will be a combination of FB_ preïŹx with
                     proïŹle ID. So, you will have usernames like these:
                     FB_1015647304, FB_1226611178, FB_678048415, etc.
                     The “Website” ïŹeld will be their Facebook proïŹle page.
                     Facebook proïŹle images will be used as avatars.


                                                                               22

Thursday, March 12, 2009                                                        22
Installation and Prep

               Edit header.php and add in the facebook speciïŹc
               xmlns to the <html> tag.
               <!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0
               Transitional//ENquot; quot;http://www.w3.org/TR/xhtml1/DTD/
               xhtml1-transitional.dtdquot;>
               <html xmlns=quot;http://www.w3.org/1999/xhtmlquot;
               xmlns:fb=quot;http://www.facebook.com/2008/fbmlquot;>



                                                                     23

Thursday, March 12, 2009                                              23
Installation and Prep 2

               Edit footer.php and verify that wp_footer() function is
               being called at the bottom of the ïŹle.
               < ?php wp_footer(); ?>
               < /body>
               < /html>




                                                                         24

Thursday, March 12, 2009                                                  24
Facebook Connect
         Wordpress Plugin

               Download
               Install Plugin
               Enable Plugin
               ConïŹgure




                                25

Thursday, March 12, 2009         25
Facebook Connect
         Wordpress Plugin

               Download
               Install Plugin
               Enable Plugin
               ConïŹgure




                                26

Thursday, March 12, 2009         26
Facebook Connect
         Wordpress Plugin

               Download
               Install Plugin
               Enable Plugin
               ConïŹgure




                                27

Thursday, March 12, 2009         27
Facebook Connect
         Wordpress Plugin

               Download
               Install Plugin
               Enable Plugin
               ConïŹgure




                                28

Thursday, March 12, 2009         28
Facebook Connect
         Wordpress Plugin




                            29

Thursday, March 12, 2009     29
Facebook Connect
         Wordpress Plugin




                            30

Thursday, March 12, 2009     30
Facebook Connect
         Wordpress Plugin




                            31

Thursday, March 12, 2009     31
Facebook Connect
         Wordpress Plugin




                            31

Thursday, March 12, 2009     31
Facebook Connect
         Wordpress Plugin




                            32

Thursday, March 12, 2009     32
Facebook Connect
         Wordpress Plugin




                            32

Thursday, March 12, 2009     32
Facebook Connect
         Wordpress Plugin




                            33

Thursday, March 12, 2009     33
Facebook Connect
         Wordpress Plugin




                            33

Thursday, March 12, 2009     33
Facebook Connect
         Wordpress Plugin




        http://www.yoursite.com


                                  33

Thursday, March 12, 2009           33
Facebook Connect
         Wordpress Plugin

               Appearance >
               Widgets
                     Add Facebook
                     Connector Widget
                     ConïŹgure




                                        34

Thursday, March 12, 2009                 34
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    35

Thursday, March 12, 2009                             35
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time
               via facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    36

Thursday, March 12, 2009                             36
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    37

Thursday, March 12, 2009                             37
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share
               the website and speciïŹc posts
               with friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    38

Thursday, March 12, 2009                             38
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share
               the website and speciïŹc posts
               with friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    38

Thursday, March 12, 2009                             38
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share
               the website and speciïŹc posts
               with friends.
               Display the comment they leave on
               the site on facebook for others to
               see.

                                                    38

Thursday, March 12, 2009                             38
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave
               on the site on facebook for
               others to see.

                                                    39

Thursday, March 12, 2009                             39
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave
               on the site on facebook for
               others to see.

                                                    39

Thursday, March 12, 2009                             39
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave
               on the site on facebook for
               others to see.

                                                    39

Thursday, March 12, 2009                             39
Facebook Connect
         Wordpress Plugin
               Adds a sidebar
               widget.
               Allows user to login one time via
               facebook.
               Lists “community”
               members.
               Allows facebook users to share the
               website and speciïŹc posts with
               friends.
               Display the comment they leave
               on the site on facebook for
               others to see.

                                                    39

Thursday, March 12, 2009                             39
Wordpress
         and 3rd party web services



               What makes Wordpress work?
               How to get Wordpress talking with Facebook Connect
               Make Wordpress interface with Twitter
               Allow your viewers to share your contents with others




                                                                       40

Thursday, March 12, 2009                                                40
What is                               ?
               The goal is to answer the question
               “What are you doing?”
               Microblogging service that
               enables users to send and read
               other peoples updates or “tweets”
               Limited to 140 characters in
               length
               Tweets can be displayed on
               Twitter.com, SMS (text message),
               RSS, and 3rd party applications.


                                                    41

Thursday, March 12, 2009                             41
What is                               ?
               The goal is to answer the question
               “What are you doing?”
               Microblogging service that
               enables users to send and read
               other peoples updates or “tweets”
               Limited to 140 characters in
               length
               Tweets can be displayed on
               Twitter.com, SMS (text message),
               RSS, and 3rd party applications.


                                                    41

Thursday, March 12, 2009                             41
What is                               ?
               The goal is to answer the question
               “What are you doing?”
               Microblogging service that
               enables users to send and read
               other peoples updates or “tweets”
               Limited to 140 characters in
               length
               Tweets can be displayed on
               Twitter.com, SMS (text message),
               RSS, and 3rd party applications.


                                                    41

Thursday, March 12, 2009                             41
Make Wordpress “tweet”
         when posting a new post.
               TwitterTools - Alex King
               http://alexking.org/projects/wordpress
               TwitMe - Johnny Mast
               http://www.phpvrouwen.nl/twitme/
               Tweetbacks - Joost de Valk
               http://yoast.com/wordpress/tweetbacks/




                                                        42

Thursday, March 12, 2009                                 42
TwitterTools - Alex King
               Auto tweet on
               each posting?
               No custom tweet
               formating
               (without hacking)
               Daily twitter
               digest post
               Twitter sidebar


                                    43

Thursday, March 12, 2009             43
TwitMe - Johnny Mast
               Custom Twitter
               Message using
               variables
               Exclude
               categories from
               being tweeted
               Notify new
               followers
               No sidebar widget

                                   44

Thursday, March 12, 2009            44
Tweetbacks - Joost de Valk
               Searches twitter for
               people tweeting
               about your website
               Filters authors
               twitters (great if your
               auto tweeting posts)
               Can ïŹlter out
               retweets
               Can auto approve
               tweets


                                         45

Thursday, March 12, 2009                  45
Tweetbacks - Joost de Valk
               Searches twitter for
               people tweeting
               about your website
               Filters authors
               twitters (great if your
               auto tweeting posts)
               Can ïŹlter out
               retweets
               Can auto approve
               tweets


                                         45

Thursday, March 12, 2009                  45
Tweetbacks - Joost de Valk
               Searches twitter for
               people tweeting
               about your website
               Filters authors
               twitters (great if your
               auto tweeting posts)
               Can ïŹlter out
               retweets
               Can auto approve
               tweets


                                         45

Thursday, March 12, 2009                  45
Wordpress
         and 3rd party web services


               What makes Wordpress work?
               How to get Wordpress talking with Facebook Connect
               Make Wordpress interface with Twitter
               Allow your viewers to share your contents with
               others



                                                                    46

Thursday, March 12, 2009                                             46
Sharing posts with friends

               Empower your readers / listeners to share your hard
               work with their friends
               Draw trafïŹc from places you don’t usually visit yourself
               Spend more time creating content then distro’ing it
               yourself!




                                                                          47

Thursday, March 12, 2009                                                   47
Sociable - Joost de Valk


         Automatically add links
         on your posts, pages
         and RSS feed to your
         favorite social
         bookmarking sites




                                    48

Thursday, March 12, 2009             48
Sociable - Joost de Valk


         Automatically add links
         on your posts, pages
         and RSS feed to your
         favorite social
         bookmarking sites




                                    48

Thursday, March 12, 2009             48
Sociable - Joost de Valk


         Automatically add links
         on your posts, pages
         and RSS feed to your
         favorite social
         bookmarking sites




                                    48

Thursday, March 12, 2009             48
ShareThis

         Automatically add
         customized links on
         your posts to your
         favorite social
         bookmarking sites,
         post to your own blog
         and email to a friend



                                 49

Thursday, March 12, 2009          49
ShareThis

         Automatically add
         customized links on
         your posts to your
         favorite social
         bookmarking sites,
         post to your own blog
         and email to a friend



                                 49

Thursday, March 12, 2009          49
ShareThis

         Automatically add
         customized links on
         your posts to your
         favorite social
         bookmarking sites,
         post to your own blog
         and email to a friend



                                 49

Thursday, March 12, 2009          49
ShareThis

         Automatically add
         customized links on
         your posts to your
         favorite social
         bookmarking sites,
         post to your own blog
         and email to a friend



                                 49

Thursday, March 12, 2009          49
Jason Tucker


           Twitter: @jasontucker   jason@jasontucker.us
           Phone: 562-321-5411     http://www.jasontucker.us




                                                               50

Thursday, March 12, 2009                                        50

Weitere Àhnliche Inhalte

Was ist angesagt?

Joomla Day New York City 2010
Joomla Day New York City 2010Joomla Day New York City 2010
Joomla Day New York City 2010Helvecio da Silva
 
Social Media Tools For Your Business: May 9th, 2011 - Barrie Presentation
Social Media Tools For Your Business: May 9th, 2011 - Barrie PresentationSocial Media Tools For Your Business: May 9th, 2011 - Barrie Presentation
Social Media Tools For Your Business: May 9th, 2011 - Barrie PresentationJosh Muirhead
 
15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solution15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solutionkethyjewel
 
Amazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsAmazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsTony Cecala, Ph.D.
 
Joomla Template Tutorial
Joomla Template TutorialJoomla Template Tutorial
Joomla Template Tutorialbrighteyes
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsBastian Grimm
 
Programming to the Twitter API: ReTweeter
Programming to the Twitter API: ReTweeterProgramming to the Twitter API: ReTweeter
Programming to the Twitter API: ReTweeterJohn Eckman
 
Wordpress to Facebook and Back Again
Wordpress to Facebook and Back AgainWordpress to Facebook and Back Again
Wordpress to Facebook and Back AgainJohn Eckman
 
Webform 8.x 5.x - DrupalCon Baltimore
Webform 8.x 5.x - DrupalCon BaltimoreWebform 8.x 5.x - DrupalCon Baltimore
Webform 8.x 5.x - DrupalCon BaltimoreJacob Rockowitz
 
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)Sander Potjer
 
A Holistic View of Website Performance
A Holistic View of Website PerformanceA Holistic View of Website Performance
A Holistic View of Website PerformanceRene Churchill
 
Omega From Download to Layout in 45 min
Omega From Download to Layout in 45 min Omega From Download to Layout in 45 min
Omega From Download to Layout in 45 min Phase2
 
Lead generation viral blogging
Lead generation   viral bloggingLead generation   viral blogging
Lead generation viral bloggingdjprasun22
 
WordPress for Girl Geeks 2009-11-24
WordPress for Girl Geeks 2009-11-24WordPress for Girl Geeks 2009-11-24
WordPress for Girl Geeks 2009-11-24Shannon Smith
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012Kathryn Presner
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress BasicsMichelle Ames
 
ClassicPress / WordPress
ClassicPress / WordPressClassicPress / WordPress
ClassicPress / WordPressbtopro
 
The WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereThe WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereBusiness Vitality LLC
 

Was ist angesagt? (19)

Joomla Day New York City 2010
Joomla Day New York City 2010Joomla Day New York City 2010
Joomla Day New York City 2010
 
Social Media Tools For Your Business: May 9th, 2011 - Barrie Presentation
Social Media Tools For Your Business: May 9th, 2011 - Barrie PresentationSocial Media Tools For Your Business: May 9th, 2011 - Barrie Presentation
Social Media Tools For Your Business: May 9th, 2011 - Barrie Presentation
 
wordcampUK SEO tools & plugins
wordcampUK SEO tools & pluginswordcampUK SEO tools & plugins
wordcampUK SEO tools & plugins
 
15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solution15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solution
 
Amazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsAmazing WordPress & Productivity Tips
Amazing WordPress & Productivity Tips
 
Joomla Template Tutorial
Joomla Template TutorialJoomla Template Tutorial
Joomla Template Tutorial
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
 
Programming to the Twitter API: ReTweeter
Programming to the Twitter API: ReTweeterProgramming to the Twitter API: ReTweeter
Programming to the Twitter API: ReTweeter
 
Wordpress to Facebook and Back Again
Wordpress to Facebook and Back AgainWordpress to Facebook and Back Again
Wordpress to Facebook and Back Again
 
Webform 8.x 5.x - DrupalCon Baltimore
Webform 8.x 5.x - DrupalCon BaltimoreWebform 8.x 5.x - DrupalCon Baltimore
Webform 8.x 5.x - DrupalCon Baltimore
 
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)
Joomla 1, Joomla 2, Joomla 3 (Joomla Versions Explained)
 
A Holistic View of Website Performance
A Holistic View of Website PerformanceA Holistic View of Website Performance
A Holistic View of Website Performance
 
Omega From Download to Layout in 45 min
Omega From Download to Layout in 45 min Omega From Download to Layout in 45 min
Omega From Download to Layout in 45 min
 
Lead generation viral blogging
Lead generation   viral bloggingLead generation   viral blogging
Lead generation viral blogging
 
WordPress for Girl Geeks 2009-11-24
WordPress for Girl Geeks 2009-11-24WordPress for Girl Geeks 2009-11-24
WordPress for Girl Geeks 2009-11-24
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
ClassicPress / WordPress
ClassicPress / WordPressClassicPress / WordPress
ClassicPress / WordPress
 
The WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereThe WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts Here
 

Andere mochten auch

Flash And Drupal
Flash And DrupalFlash And Drupal
Flash And DrupalPeter Arato
 
Drupal and contribution (2010 - 2011 / 2)
Drupal and contribution (2010 - 2011 / 2)Drupal and contribution (2010 - 2011 / 2)
Drupal and contribution (2010 - 2011 / 2)Peter Arato
 
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013Francesco Baruffi
 
Taste of flex
Taste of flexTaste of flex
Taste of flexPeter Arato
 
BANDI RICERCA PMI e GRANDI IMPRESE
BANDI RICERCA PMI e GRANDI IMPRESEBANDI RICERCA PMI e GRANDI IMPRESE
BANDI RICERCA PMI e GRANDI IMPRESEFrancesco Baruffi
 

Andere mochten auch (7)

Flash And Drupal
Flash And DrupalFlash And Drupal
Flash And Drupal
 
La metacognicion
La metacognicionLa metacognicion
La metacognicion
 
Drupal and contribution (2010 - 2011 / 2)
Drupal and contribution (2010 - 2011 / 2)Drupal and contribution (2010 - 2011 / 2)
Drupal and contribution (2010 - 2011 / 2)
 
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
 
Taste of flex
Taste of flexTaste of flex
Taste of flex
 
BANDI RICERCA PMI e GRANDI IMPRESE
BANDI RICERCA PMI e GRANDI IMPRESEBANDI RICERCA PMI e GRANDI IMPRESE
BANDI RICERCA PMI e GRANDI IMPRESE
 
Projeto rally 2013
Projeto rally 2013Projeto rally 2013
Projeto rally 2013
 

Ähnlich wie Jason Tucker Wordpress 3rd Party Web Services

WordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealWordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealKathryn Presner
 
Yet Another Wordpress SEO
Yet Another Wordpress SEOYet Another Wordpress SEO
Yet Another Wordpress SEOguest29c1653
 
Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingoTaneya Koonce
 
BuddyPress @ WordCamp Whistler 2009
BuddyPress @ WordCamp Whistler 2009BuddyPress @ WordCamp Whistler 2009
BuddyPress @ WordCamp Whistler 2009apeatling
 
Learn word press-from-scratch
Learn word press-from-scratchLearn word press-from-scratch
Learn word press-from-scratchEmma Page
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsSingsys Pte Ltd
 
Introduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressIntroduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressDavid Bisset
 
WordPress Optimization & Security - LAC 2013, London
WordPress Optimization & Security - LAC 2013, LondonWordPress Optimization & Security - LAC 2013, London
WordPress Optimization & Security - LAC 2013, LondonBastian Grimm
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop Ella J Designs
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99Noel Saw
 
Prabhanjan Panigrahi
Prabhanjan PanigrahiPrabhanjan Panigrahi
Prabhanjan PanigrahiAnirban Saha
 
WordPress + Flash = Lovers
WordPress + Flash = LoversWordPress + Flash = Lovers
WordPress + Flash = Loversimhugo .com
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverGarin Kilpatrick
 
Keynote: What's Up With WordPress?
Keynote: What's Up With WordPress?Keynote: What's Up With WordPress?
Keynote: What's Up With WordPress?Valent Mustamin
 
What's up with WordPress
What's up with WordPressWhat's up with WordPress
What's up with WordPressBeau Lebens
 

Ähnlich wie Jason Tucker Wordpress 3rd Party Web Services (20)

WordPress for Beginners - YES Montreal
WordPress for Beginners - YES MontrealWordPress for Beginners - YES Montreal
WordPress for Beginners - YES Montreal
 
Yet Another Wordpress SEO
Yet Another Wordpress SEOYet Another Wordpress SEO
Yet Another Wordpress SEO
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingo
 
Wordpress
WordpressWordpress
Wordpress
 
BuddyPress @ WordCamp Whistler 2009
BuddyPress @ WordCamp Whistler 2009BuddyPress @ WordCamp Whistler 2009
BuddyPress @ WordCamp Whistler 2009
 
Wordcampnigeria
WordcampnigeriaWordcampnigeria
Wordcampnigeria
 
Learn word press-from-scratch
Learn word press-from-scratchLearn word press-from-scratch
Learn word press-from-scratch
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy Steps
 
Introduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With WordpressIntroduction To Buddypress: Social Networking With Wordpress
Introduction To Buddypress: Social Networking With Wordpress
 
WordPress Optimization & Security - LAC 2013, London
WordPress Optimization & Security - LAC 2013, LondonWordPress Optimization & Security - LAC 2013, London
WordPress Optimization & Security - LAC 2013, London
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99
 
Prabhanjan Panigrahi
Prabhanjan PanigrahiPrabhanjan Panigrahi
Prabhanjan Panigrahi
 
WordPress + Flash = Lovers
WordPress + Flash = LoversWordPress + Flash = Lovers
WordPress + Flash = Lovers
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in Dreamweaver
 
10 Reasons to Use Wordpress
10 Reasons to Use Wordpress10 Reasons to Use Wordpress
10 Reasons to Use Wordpress
 
Keynote: What's Up With WordPress?
Keynote: What's Up With WordPress?Keynote: What's Up With WordPress?
Keynote: What's Up With WordPress?
 
What's up with WordPress
What's up with WordPressWhat's up with WordPress
What's up with WordPress
 
937079
937079937079
937079
 

KĂŒrzlich hochgeladen

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

KĂŒrzlich hochgeladen (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Jason Tucker Wordpress 3rd Party Web Services

  • 1. Wordpress and 3rd party web services On Twitter? Share this event with friends, were streaming live: http://tinyurl.com/ocplive 1 Thursday, March 12, 2009 1
  • 2. Wordpress and 3rd party web services What makes Wordpress work? How to get Wordpress talking with Facebook Connect Make Wordpress interface with Twitter Allow your viewers to share your contents with others 2 Thursday, March 12, 2009 2
  • 3. What is Wordpress? Open source publishing platform Comes in 2 ïŹ‚avors Wordpress.com - Hosted for you Wordpress.org - Self hosted 3 Thursday, March 12, 2009 3
  • 4. Hosted Wordpress.com No Custom Themes No Custom Plugins Professionally Managed Self Maintained Less likely to be hacked by spammers. 4 Thursday, March 12, 2009 4
  • 5. Self Hosted Wordpress.org Custom Themes Custom Plugins Self Managed Self Maintained Can be hacked by spammers 5 Thursday, March 12, 2009 5
  • 6. What makes Wordpress work? Database Stores users, posts, pages and other content PHP ïŹles Connects to a database manipulates data and displays the html output. CSS stylesheets DeïŹnes how the html output will look in the browser Images 6 Thursday, March 12, 2009 6
  • 7. Directory Structure 7 Thursday, March 12, 2009 7
  • 8. Wordpress Theme 8 Thursday, March 12, 2009 8
  • 9. Wordpress Theme Structure wp-contents/themes 9 Thursday, March 12, 2009 9
  • 10. Wordpress Theme Structure wp-contents/themes header.php 10 Thursday, March 12, 2009 10
  • 11. Wordpress Theme Structure wp-contents/themes footer.php 11 Thursday, March 12, 2009 11
  • 12. Wordpress Theme Structure wp-contents/themes sidebar.php 12 Thursday, March 12, 2009 12
  • 13. Wordpress Theme Structure wp-contents/themes index.php 13 Thursday, March 12, 2009 13
  • 14. Wordpress Theme Structure wp-contents/themes single.php 14 Thursday, March 12, 2009 14
  • 15. Wordpress Theme Structure wp-contents/themes page.php 15 Thursday, March 12, 2009 15
  • 16. Wordpress Theme Structure wp-contents/themes archive.php 16 Thursday, March 12, 2009 16
  • 17. Wordpress Theme Structure wp-contents/themes search.php 17 Thursday, March 12, 2009 17
  • 18. Wordpress Theme Structure wp-contents/themes archives.php 18 Thursday, March 12, 2009 18
  • 19. Wordpress and 3rd party web services What makes Wordpress work? How to get Wordpress talking with Facebook Connect Make Wordpress interface with Twitter Allow your viewers to share your contents with others 19 Thursday, March 12, 2009 19
  • 20. How to get Wordpress talking with Facebook Connect Working Wordpress installation Facebook account sixjump’s Facebook Connect Wordpress Plugin http://www.sociable.es/facebook-connect/ 20 Thursday, March 12, 2009 20
  • 21. Facebook Connect Wordpress Plugin Wordpress plugin that allows direct integration of Wordpress blogs with Facebook using Facebook Connect: Build a community Login using your Facebook account Send comments to Facebook proïŹle feed Invite your friends to the blog community See last visitors 21 Thursday, March 12, 2009 21
  • 22. Facebook Connect Wordpress Plugin They will be registered to your blog as “Subscriber” in your WordPress system. Some account information — from Facebook — will be inserted. They are “Full name” and Facebook ProïŹle ID. The usernames will be a combination of FB_ preïŹx with proïŹle ID. So, you will have usernames like these: FB_1015647304, FB_1226611178, FB_678048415, etc. The “Website” ïŹeld will be their Facebook proïŹle page. Facebook proïŹle images will be used as avatars. 22 Thursday, March 12, 2009 22
  • 23. Installation and Prep Edit header.php and add in the facebook speciïŹc xmlns to the <html> tag. <!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0 Transitional//ENquot; quot;http://www.w3.org/TR/xhtml1/DTD/ xhtml1-transitional.dtdquot;> <html xmlns=quot;http://www.w3.org/1999/xhtmlquot; xmlns:fb=quot;http://www.facebook.com/2008/fbmlquot;> 23 Thursday, March 12, 2009 23
  • 24. Installation and Prep 2 Edit footer.php and verify that wp_footer() function is being called at the bottom of the ïŹle. < ?php wp_footer(); ?> < /body> < /html> 24 Thursday, March 12, 2009 24
  • 25. Facebook Connect Wordpress Plugin Download Install Plugin Enable Plugin ConïŹgure 25 Thursday, March 12, 2009 25
  • 26. Facebook Connect Wordpress Plugin Download Install Plugin Enable Plugin ConïŹgure 26 Thursday, March 12, 2009 26
  • 27. Facebook Connect Wordpress Plugin Download Install Plugin Enable Plugin ConïŹgure 27 Thursday, March 12, 2009 27
  • 28. Facebook Connect Wordpress Plugin Download Install Plugin Enable Plugin ConïŹgure 28 Thursday, March 12, 2009 28
  • 29. Facebook Connect Wordpress Plugin 29 Thursday, March 12, 2009 29
  • 30. Facebook Connect Wordpress Plugin 30 Thursday, March 12, 2009 30
  • 31. Facebook Connect Wordpress Plugin 31 Thursday, March 12, 2009 31
  • 32. Facebook Connect Wordpress Plugin 31 Thursday, March 12, 2009 31
  • 33. Facebook Connect Wordpress Plugin 32 Thursday, March 12, 2009 32
  • 34. Facebook Connect Wordpress Plugin 32 Thursday, March 12, 2009 32
  • 35. Facebook Connect Wordpress Plugin 33 Thursday, March 12, 2009 33
  • 36. Facebook Connect Wordpress Plugin 33 Thursday, March 12, 2009 33
  • 37. Facebook Connect Wordpress Plugin http://www.yoursite.com 33 Thursday, March 12, 2009 33
  • 38. Facebook Connect Wordpress Plugin Appearance > Widgets Add Facebook Connector Widget ConïŹgure 34 Thursday, March 12, 2009 34
  • 39. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 35 Thursday, March 12, 2009 35
  • 40. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 36 Thursday, March 12, 2009 36
  • 41. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 37 Thursday, March 12, 2009 37
  • 42. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 38 Thursday, March 12, 2009 38
  • 43. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 38 Thursday, March 12, 2009 38
  • 44. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 38 Thursday, March 12, 2009 38
  • 45. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 39 Thursday, March 12, 2009 39
  • 46. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 39 Thursday, March 12, 2009 39
  • 47. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 39 Thursday, March 12, 2009 39
  • 48. Facebook Connect Wordpress Plugin Adds a sidebar widget. Allows user to login one time via facebook. Lists “community” members. Allows facebook users to share the website and speciïŹc posts with friends. Display the comment they leave on the site on facebook for others to see. 39 Thursday, March 12, 2009 39
  • 49. Wordpress and 3rd party web services What makes Wordpress work? How to get Wordpress talking with Facebook Connect Make Wordpress interface with Twitter Allow your viewers to share your contents with others 40 Thursday, March 12, 2009 40
  • 50. What is ? The goal is to answer the question “What are you doing?” Microblogging service that enables users to send and read other peoples updates or “tweets” Limited to 140 characters in length Tweets can be displayed on Twitter.com, SMS (text message), RSS, and 3rd party applications. 41 Thursday, March 12, 2009 41
  • 51. What is ? The goal is to answer the question “What are you doing?” Microblogging service that enables users to send and read other peoples updates or “tweets” Limited to 140 characters in length Tweets can be displayed on Twitter.com, SMS (text message), RSS, and 3rd party applications. 41 Thursday, March 12, 2009 41
  • 52. What is ? The goal is to answer the question “What are you doing?” Microblogging service that enables users to send and read other peoples updates or “tweets” Limited to 140 characters in length Tweets can be displayed on Twitter.com, SMS (text message), RSS, and 3rd party applications. 41 Thursday, March 12, 2009 41
  • 53. Make Wordpress “tweet” when posting a new post. TwitterTools - Alex King http://alexking.org/projects/wordpress TwitMe - Johnny Mast http://www.phpvrouwen.nl/twitme/ Tweetbacks - Joost de Valk http://yoast.com/wordpress/tweetbacks/ 42 Thursday, March 12, 2009 42
  • 54. TwitterTools - Alex King Auto tweet on each posting? No custom tweet formating (without hacking) Daily twitter digest post Twitter sidebar 43 Thursday, March 12, 2009 43
  • 55. TwitMe - Johnny Mast Custom Twitter Message using variables Exclude categories from being tweeted Notify new followers No sidebar widget 44 Thursday, March 12, 2009 44
  • 56. Tweetbacks - Joost de Valk Searches twitter for people tweeting about your website Filters authors twitters (great if your auto tweeting posts) Can ïŹlter out retweets Can auto approve tweets 45 Thursday, March 12, 2009 45
  • 57. Tweetbacks - Joost de Valk Searches twitter for people tweeting about your website Filters authors twitters (great if your auto tweeting posts) Can ïŹlter out retweets Can auto approve tweets 45 Thursday, March 12, 2009 45
  • 58. Tweetbacks - Joost de Valk Searches twitter for people tweeting about your website Filters authors twitters (great if your auto tweeting posts) Can ïŹlter out retweets Can auto approve tweets 45 Thursday, March 12, 2009 45
  • 59. Wordpress and 3rd party web services What makes Wordpress work? How to get Wordpress talking with Facebook Connect Make Wordpress interface with Twitter Allow your viewers to share your contents with others 46 Thursday, March 12, 2009 46
  • 60. Sharing posts with friends Empower your readers / listeners to share your hard work with their friends Draw trafïŹc from places you don’t usually visit yourself Spend more time creating content then distro’ing it yourself! 47 Thursday, March 12, 2009 47
  • 61. Sociable - Joost de Valk Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites 48 Thursday, March 12, 2009 48
  • 62. Sociable - Joost de Valk Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites 48 Thursday, March 12, 2009 48
  • 63. Sociable - Joost de Valk Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites 48 Thursday, March 12, 2009 48
  • 64. ShareThis Automatically add customized links on your posts to your favorite social bookmarking sites, post to your own blog and email to a friend 49 Thursday, March 12, 2009 49
  • 65. ShareThis Automatically add customized links on your posts to your favorite social bookmarking sites, post to your own blog and email to a friend 49 Thursday, March 12, 2009 49
  • 66. ShareThis Automatically add customized links on your posts to your favorite social bookmarking sites, post to your own blog and email to a friend 49 Thursday, March 12, 2009 49
  • 67. ShareThis Automatically add customized links on your posts to your favorite social bookmarking sites, post to your own blog and email to a friend 49 Thursday, March 12, 2009 49
  • 68. Jason Tucker Twitter: @jasontucker jason@jasontucker.us Phone: 562-321-5411 http://www.jasontucker.us 50 Thursday, March 12, 2009 50