Skip to content

Show recent tweets I posted or the tweets I liked on a Kirby page

Notifications You must be signed in to change notification settings

mirthe/kirby_mytwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Plugin: MyTwitter

This plugin allows you to show liked tweets for a Twitter account on your Kirby site

Git submodule

git submodule add https://github.com/mirthe/kirby_mytwitter site/plugins/mytwitter

Usage

Add your Twitters API key and username to your config

'twitter.username'          => 'xx',
'twitter.consumerkey'       => 'xx',
'twitter.consumersecret'    => 'xx',
'twitter.accesstoken'       => 'xx',
'twitter.accesstokensecret' => 'xx'

Include one or more of the following snippets to display your tweets or likes on a page

<?php snippet('twitter-likes'); ?>
<?php snippet('twitter-posts'); ?>

Example

Likes

Example tweets

Posts

Example likes

Todo

  • Offer as an official Kirby plugin
  • Add sample SCSS to this readme
  • Cleanup code
  • Lots..

About

Show recent tweets I posted or the tweets I liked on a Kirby page

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages