how to make wordpress social

31
Contact Us Blog: blog.thesocialbusiness.com P. 877 847 8163 / [email protected] STRATEGIC SOCIAL We help companies engage their customers through social media and measure the business results. MARKETING FOR SMALL BUSINESS James Gentes Founder & CEO james@thesocialbusine ss.com 541.393.2395

Upload: james-gentes

Post on 08-Sep-2014

1.282 views

Category:

Technology


0 download

DESCRIPTION

This presentation covers a variety of plugins that can be used to integrate Wordpress with various social networks.

TRANSCRIPT

Page 1: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

STRATEGIC SOCIAL

We help companies engage their customers through social media and measure the business results.

MARKETING FORSMALL BUSINESS

James GentesFounder & [email protected]

Page 2: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

HOW TO MAKE WORDPRESS SOCIAL

James GentesFounder & [email protected]

Page 3: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

• Previously Vice President of Client Services at

INTRODUCTION

Page 4: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

INTRODUCTION

• 2 Years Director of Product Management at

• 10 Years in Product Management at

Page 5: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

Integrating Wordpress with:Twitter

• Tweet Blender• Twitter Tools

Linkedin• Profile Plugins

Facebook• Wordbooker

Others• Sharethis• LinksAlpha & OnlyWire

Page 6: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

Twitter

Page 7: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://wordpress.org/extend/plugins/tweet-blender/

TWITTER: Tweet Blender

7

What is it?A highly configurable set of widgets for displaying Twitter updates on your blog

Page 8: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://wordpress.org/extend/plugins/twitter-tools/

TWITTER: Twitter Tools

8

What is it?It pushes blog posts as Tweets and allows customization of the ‘posted via’ link

Page 9: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

https://dev.twitter.com

TWITTER: Twitter Tools

9

Page 10: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

TWITTER: Twitter Tools

10

Page 11: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

Linkedin

Page 12: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

LINKEDIN: Tweets

Page 13: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://www.linkedin.com/static?key=application_directory

LINKEDIN: Tweets

Page 14: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

https://www.linkedin.com/secure/settings?twitterSettings

LINKEDIN: Tweets

Page 15: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://www.linkedin.com/static?key=application_directory

LINKEDIN: Wordpress

Page 16: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

Facebook

Page 17: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://wordpress.org/extend/plugins/wordbooker/

FACEBOOK: Wordbooker

17

What is it?A plugin that publishes blog posts to Facebook, and will cross-post comments between FB and WordpressAlso:It allows you to customize the ‘post attribute’ and the ‘posted via’ link (with code changes)

Page 18: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Anatomy of a post: PostAttribute

PostContent

PostTitle

Publishing App Custom

ActionLink

Page 19: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Wordbooker Options:

Page 20: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Custom Metabox (in functions.php):// BEGIN CUSTOM METABOX FOR FACEBOOK

$prefix = 'socialbiz_';

$meta_box = array( 'id' => 'SocialBizBox', 'title' => 'Facebook Post Comment', 'page' => 'post', 'context' => 'normal', 'priority' => 'high', 'fields' => array(

array( 'name' => 'Post Comment', 'desc' => 'Whatever you enter into this field will be used as the comment when sending the blog post to Facebook. If nothing is entered here, it will default to the title of the blog post.', 'id' => $prefix . 'fb_comment', 'type' => 'textarea', 'std' => ''

))

);

add_action('admin_menu', 'mytheme_add_box');

Page 21: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Page 22: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://www.facebook.com/developers/apps.php

FACEBOOK: Wordbooker

22

Page 23: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Customize Wordbooker.php:

Page 24: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

http://apps.facebook.com/thesocialbusiness/

Page 25: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

FACEBOOK: Wordbooker

Page 26: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

Other Services

Page 27: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

http://wordpress.org/extend/plugins/share-this/

OTHER SERVICES: Sharethis

Page 28: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

OTHER SERVICES: 1-Click Retweet/Share/Like

http://wordpress.org/extend/plugins/1-click-retweetsharelike/

LinksAlpha.com

Page 29: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

OTHER SERVICES: OnlyWire

http://wordpress.org/extend/plugins/onlywire-bookmark-share-button/

Page 30: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

THANK YOUJames GentesFounder & [email protected]

Free Social Business Guide for Facebook:

http://

COWPU.thesocialbusiness.com

Page 31: How to Make Wordpress Social

Contact UsBlog: blog.thesocialbusiness.comP. 877 847 8163 / [email protected]

THANK YOUJames GentesFounder & [email protected]