/Pico-TweetMeta-Plugin

Pico CMS Plugin. Adds a "TweetMeta" field to the available meta fields.

Primary LanguagePHP

Pico TweetMeta Plugin

Adds a "TweetMeta" field to the available meta fields

Install

  1. Extract the downloaded copy of the "pico_tweetmeta" folder to your Pico install's "plugins" folder
  2. Add a line like "TweetMeta: This is the text I want tweeted yada yada" to your pages' meta section.
  3. Thats it ;)

Caveat: This does not actually tweet anything, it just allows you to access the contents of the meta.tweetmeta or page.tweetmeta variable for use elsewhere (e.g.: a Twig template).

Example usage: Using Pico-RSS-Plugin, you can replace "{{ page.content }}" with "{{ page.tweetmeta }}", then use an IFTTT Recipe to push your Pico blog updates to Twitter.