WP Manifestindependent plugin directory
manifest / social / facebooktwittermashup

Facebook/Twitter Feed

Fetch Facebook and Twitter feeds, create one chronological timeline from them.

by Ethan Clevenger · github.com/ethanclevenger91/facebooktwittermashup

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ethanclevenger91/facebooktwittermashup/archive/refs/heads/master.zip

Readme

FB/Twitter Mash Plugin

You'll Need

Twitter:

  • Consumer Key
  • Consumer Secret
  • Access Token
  • Access Token Secret

These can be acquired by making a Twitter App. Note that it must be generated from the account that will be generating the tweets.

Facebook:

  • App ID
  • App Secret

These can be acquired by making a Facebook App. Note that the account used to generate the app must be able to view the page being queried (not a problem for public pages, which are most of our clients)

Leaving any options blank will disable the service to which that option belongs.

You'll Get

The shortcode for displaying a generic list of tweets, posts and associated media is as follows:

 [fb_twitter_feed number=x]

That simple. Put it anywhere. It gets the combined x most recent tweets/posts

Features:

  • Supports Twitter API v1.1
  • Twitter handles and hashtags are filtered out and linked, as are links in Facebook posts
  • Use a single service or both!

Read the full README on GitHub →