Top Banner
Set it and forget it: Automated WordPress sites for busy (or lazy) people. OR How to syndicate RSS feeds inside of WordPress
37

Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Apr 12, 2017

Download

Software

Brent Morris
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Set it and forget it: Automated WordPress sites for busy (or lazy) people.

OR How to syndicate RSS feeds inside of WordPress

Page 2: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Introduction

• I’m Brent Morris or Brent the Closet Geek in the podosphere. I’m been a podcaster since late-2005

• I’ve done a bunch of podcasts on and off• The prime reason I’ve ever stopped is laziness

about posting new content• I wanted to automate publishing new content

on my personal site closetgeekshow.ca

Page 3: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Introduction

• Currently doing 4 shows semi-regularly– The Closet Geek Show • closetgeekshow.ca

– The Anger Core • theangercore.com

– The Showhole • theshowhole.com

– Gapage: Conversations with Ken and Brent • gapages.blogspot.ca

Page 4: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Introduction

• I tried a bunch of different plugins and techniques to do this idea

• Settled on using WordPress with the FeedWordpress plugin.

• Today I’ll show you how to set it up and configure it. Once configured, you barely need to touch it.

• Every time an added feed updates, so does your website.

Page 5: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Search for ‘FeedWordPress’ in directory

If you are using the CLI the plugin name is ‘feedwordpress’

Page 6: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Activate FeedWordPress

Click installed plugins on left

Page 7: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

FeedWordPress is now ready to go

It’s in Syndication on the left

Page 8: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

It’s also available on the dashboard

Page 9: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Let’s add a new feed

Click Syndication

Page 10: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Syndicated Sites is the default Settings page

You paste RSS urls in the box on the top right

Page 11: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

FeedWordPress shows a preview of your feed’s contents

Click Use this feed to confirm it

Page 12: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

RSS Feed is now added to the site

Click Configure settings to customize how it is used by Wordpress

Page 13: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

You are now in the Feeds & Updates section

You can make default settings for everything you add or individually

Page 14: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

There are several types of settings

Feed, Posts, Authors, Categories

Page 15: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

IMPORTANT

REMEMBER TO SAVE BEFORE SWITCHING SECTIONS

Save Changes is at the top right & bottom left of each settings page.

Page 16: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Feed section controls overall feed settings

Feed Information lets you customize for feed updates sync

with Site Settings.

Page 17: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Feed section controls overall feed settings

Update Scheduling lets you customize how often feed is polled.

Page 18: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

IMPORTANT

Remember to change the Updates setting, it defaults to manual.

Page 19: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

IMPORTANT

You should not poll feeds at a rate greater than 60 minutes without

permission from the author

Page 20: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Feed section controls overall feed settings

Updated Posts lets you customize what happens if the feed item

content changes

Page 21: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Feed section controls overall feed settings

Advanced Settings lets you customize timeouts and how

removed feed items are handled

Page 22: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

SAVE YOUR CHANGES

Page 23: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Posts section controls how feed items are posted

Syndicated Posts lets you customize what happens with each

new posts or update

Page 24: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Posts section controls how feed items are posted

Links lets you customize whether each posts links back to the source

URL

Page 25: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Posts section controls how feed items are posted

Formatting lets you customize how relative URLs are used.

Page 26: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Posts section controls how feed items are posted

Comments & Pings lets you customize where comments

happen on your site or theirs.

Page 27: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Posts section controls how feed items are posted

Custom Post Settings and Custom Post Types are advanced settings

that we can skip over.

Page 28: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

SAVE YOUR CHANGES

Page 29: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Authors section controls how post authors are handled

Syndicated Authors lets you manage whether feed authors are created on your

site or matched with existing authors

Page 30: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

If you create a new author for each post, you may find your authors list in

WordPress is out of hand very fast.

IMPORTANT

Page 31: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

SAVE YOUR CHANGES

Page 32: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Categories section controls item categories and tags

Feed Categories & Tags lets you manage whether new tags, categories and formats on your site sync up with syndicated sites.

Page 33: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Unless you control the categories and tags list in the site being syndicated, your own site’s tags and categories may get out of

hand very fast

IMPORTANT

Page 34: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Categories section controls item categories and tags

Categories lets you assign your own categories and tags regardless

of syndicated site’s.

Page 35: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

SAVE YOUR CHANGES

Page 36: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Return to Syndicated Sites page

Page 37: Set it and forget it: Automated WordPress sites for busy (or lazy) people.

Update your feed manually

Syndicated posts will be added to your blog using the settings we just

made.