Changeset 1690588
- Timestamp:
- 07/04/2017 01:36:08 PM (9 years ago)
- Location:
- import-tweets-as-wp-posts
- Files:
-
- 21 added
- 3 edited
-
tags/1.2 (added)
-
tags/1.2/README.md (added)
-
tags/1.2/admin.php (added)
-
tags/1.2/api (added)
-
tags/1.2/api/config.php (added)
-
tags/1.2/api/tweet.php (added)
-
tags/1.2/api/twitteroauth (added)
-
tags/1.2/api/twitteroauth/OAuth.php (added)
-
tags/1.2/api/twitteroauth/twitteroauth.php (added)
-
tags/1.2/i18n (added)
-
tags/1.2/i18n/tweets-to-posts-en_US.po (added)
-
tags/1.2/i18n/tweets-to-posts-fr_FR.mo (added)
-
tags/1.2/i18n/tweets-to-posts-fr_FR.po (added)
-
tags/1.2/img (added)
-
tags/1.2/img/logo-t2p.png (added)
-
tags/1.2/import-tweets-as-wp-posts.php (added)
-
tags/1.2/options.php (added)
-
tags/1.2/readme.txt (added)
-
tags/1.2/script.js (added)
-
tags/1.2/styles.css (added)
-
tags/1.2/tweetie.min.js (added)
-
trunk/import-tweets-as-wp-posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tweetie.min.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
import-tweets-as-wp-posts/trunk/import-tweets-as-wp-posts.php
r1660909 r1690588 5 5 Plugin URI: http://www.enguerranweiss.fr 6 6 Description: Get a tweets list from a request (hashtag, user, free request) and add their content to your own Wordpress :) 7 Version: 1. 17 Version: 1.2 8 8 Author: Enguerran Weiss 9 9 Author URI: http://www.enguerranweiss.fr -
import-tweets-as-wp-posts/trunk/readme.txt
r1660909 r1690588 4 4 Tags: twitter, tweets, content, videos, enguerranws, twitter api, wordpress feed, import tweets, import twitter tweets 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 7.57 Stable tag: 1. 16 Tested up to: 4.8 7 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
import-tweets-as-wp-posts/trunk/tweetie.min.js
r1660909 r1690588 7 7 (function ($) { 8 8 'use strict'; 9 10 function isNumber(n) { return ! isNaN (o-0) && o !== null && o !== "" && o !== false; } 9 11 10 12 $.fn.twittie = function () { … … 98 100 99 101 var that = this; 100 102 101 103 // Fetch tweets 102 104 $.ajax({ … … 108 110 that.find('span').fadeOut('fast', function () { 109 111 that.html('<ul></ul>'); 110 112 if(!isNumber(settings.count)){ 113 settings.count = 30; 114 } 111 115 for (var i = 0; i < settings.count; i++) { 112 116 var tweet = false;
Note: See TracChangeset
for help on using the changeset viewer.