Version Description
- Widget Customization Settings
- Widget Title
- Widget Theme Option
- Set Widget Height
- Tweets URL Link Color Option
- Show/Hide Tweets Reply
- Auto Expand Photos in Tweets
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 0.1 |
Comparing to | |
See all releases |
Code changes from version 0.3 to 0.1
- Thumbs.db +0 -0
- readme.txt +3 -11
- twitter-tweets.php +1 -1
Thumbs.db
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Tweets ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
-
Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social,
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -77,14 +77,6 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
77 |
|
78 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
79 |
|
80 |
-
= 0.3 =
|
81 |
-
* Remove design issue
|
82 |
-
* Small changes in readme
|
83 |
-
|
84 |
-
= 0.2 =
|
85 |
-
|
86 |
-
* resolved css error.
|
87 |
-
|
88 |
= 0.1 =
|
89 |
|
90 |
* Widget Customization Settings
|
1 |
+
=== Twitter Tweets ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: http://www.weblizar.com/
|
4 |
+
Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social, stream, tweets, twitter widget, latest tweets, add tweet, twitter shortcode, reply, follow me, like, follow
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
77 |
|
78 |
For more information, see Weblizar(http://wwww.weblizar.com/).
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
= 0.1 =
|
81 |
|
82 |
* Widget Customization Settings
|
twitter-tweets.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
-
* Version: 0.
|
5 |
* Description: Display latest tweets on WordPress blog from Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Twitter Tweets
|
4 |
+
* Version: 0.1
|
5 |
* Description: Display latest tweets on WordPress blog from Twitter account.
|
6 |
* Author: WebLizar
|
7 |
* Author URI: http://www.weblizar.com
|