2017 © Pedro Peláez
 

craft-plugin twittercraft

A plugin for CraftCMS to get the twitter feeds automagicly

image

brammittendorff/twittercraft

A plugin for CraftCMS to get the twitter feeds automagicly

  • Friday, October 7, 2016
  • by brammittendorff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

TwitterCraft

An automatic twitter tweet puller for Craft CMS with OAuth., (*1)

Installation

Composer

You can install this plugin with composer. This will install your plugin automatically in the craft plugins folder., (*2)

composer require brammittendorff/twittercraft, (*3)

Git

You can install this plugin with git to you just need to clone this repo into your craft plugins folder:, (*4)

cd craft/plugins/, (*5)

git clone https://github.com/brammittendorff/twittercraft.git, (*6)

Usage

<div class="row">
  {% for tweet in craft.twittercraft.showTweets() %}
    {% set json = tweet.twitterJson %}
    {% if json.user.screen_name == 'someuser' %}
      <div class="col-sm-4">
          <div class="block block--twitter">
              {{ json.text }}
          </div>
      </div>
    {% endif %}
  {% endfor %}
</div>

Scheduled tasks

You can use this plugin as a cronjob, or as a schedule in heroku just use/run the following command:, (*7)

./craft/app/etc/console/yiic twittercraft run, (*8)

The Versions

07/10 2016

dev-master

9999999-dev

A plugin for CraftCMS to get the twitter feeds automagicly

  Sources   Download

MIT

The Requires

 

07/10 2016

0.0.4

0.0.4.0

A plugin for CraftCMS to get the twitter feeds automagicly

  Sources   Download

MIT

The Requires

 

07/10 2016

0.0.3

0.0.3.0

A plugin for CraftCMS to get the twitter feeds automagicly

  Sources   Download

MIT

The Requires

 

19/09 2016

0.0.2

0.0.2.0

A plugin for CraftCMS to get the twitter feeds automagicly

  Sources   Download

MIT

The Requires

 

19/09 2016

0.0.1

0.0.1.0

A plugin for CraftCMS to get the twitter feeds automagicly

  Sources   Download

MIT

The Requires