Plugin Directory

Changeset 231404

Timestamp:
04/21/2010 05:09:06 AM (14 years ago)
Author:
ShaneF
Message:

modified: css/tweeted-light.css

  • revert changes

modified: readme.txt

  • changes to the readme file

added: screenshot-1.jpg
added: screenshot-2.jpg

Location:
tweeted/branches/beta
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • tweeted/branches/beta/css/tweeted-light.css

    r231402 r231404  
    1414.tweeted-info h2, .tweeted-info h2 a {
    1515    color: #9ac306 !important;
     16
    1617}
    1718
    1819.tweeted-info h3 {
    1920    color: #000 !important;
     21
    2022}
    2123
    2224.tweeted-tweet p {
    2325    color: #000 !important;
     26
    2427}
    2528
  • tweeted/branches/beta/readme.txt

    r230954 r231404  
    11=== Tweeted From Twitter ===
    2 Contributors: ShaneF, jdingman
    3 Donate Link: http://bugssite.org/donate
     2Contributors: ShaneF, jdingman, dremeda
    43Tags: twitter, tweet, tweets, post, page
    54Requires at least: 2.9.1
    6 Tested up to: 2.9.1
     5Tested up to:
    76Stable tag: 1.0.0
    87
    98== Description ==
    109
    11 This plugin allows you to insert a Twitter post without having to copy and paste the status update from Twitter.
     10This plugin .
    1211
    1312It automatically styles the twitter posts to one of the many default designs we offer. A theme can override the twitter post design as well by hooking into a filter. (Read Usage Section)
     
    1716== Installation ==
    1817
    19 Requires PHP5 or greated to activate.
     18Requires PHP5 or greate to activate.
    2019
    2120Use the WordPress plugin install or...
     
    2928== Screenshots ==
    3029
     30
     31
     32
    3133== Upgrade ==
    3234
     
    3537
    3638=== Manual ===
    37 1. Delete the previous `include-tweets-from-twitter` folder from the `/wp-content/plugins/` directory
    38 2. Upload the new `include-tweets-from-twitter` folder to the `/wp-content/plugins/` directory
     391. Delete the previous `` folder from the `/wp-content/plugins/` directory
     402. Upload the new `` folder to the `/wp-content/plugins/` directory
    3941
    4042== Usage ==
    4143
    42 1. Place the Twitter Status URL inside [tweet] shortcode.
     441. Place the Twitter Status URL inside [tweet] shortcode.
    4345
    4446Note: URL has to be in this format from Twitter:
     
    4749* http://twitter.com/[name]/statuses/[id number]
    4850
    49 Filters
    50 * twitter_tweet_override_output - 2 paramaters
    51 ** $tweet_output - the output that we do
    52 ** $content - the data array
    53 
    5451== Change Log ==
    5552
    56 = 1.0.0 (2010-01-16): =
     53= 1.0.0 (): =
    5754* Initial Public Release
Note: See TracChangeset for help on using the changeset viewer.