Changeset 612704
- Timestamp:
- 10/15/2012 01:19:34 PM (13 years ago)
- Location:
- twi2vk
- Files:
-
- 3 added
- 2 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/readme.txt (added)
-
tags/0.1.1/twi2vk.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/twi2vk.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twi2vk/trunk/readme.txt
r576952 r612704 11 11 Tested up to: 3.2.1 12 12 13 Stable tag: 0.1 13 Stable tag: 0.1.1 14 14 15 15 … … 39 39 == Changelog == 40 40 41 = 0.1.1 = 42 * FIX: Changed tweets source url. 43 41 44 = 0.1 = 42 45 * Public version -
twi2vk/trunk/twi2vk.php
r576952 r612704 5 5 Plugin URI: http://tigors.net/twi2vk/ 6 6 Description: Crossposts twitter status to VK.com 7 Version: 0.1 7 Version: 0.1.1 8 8 Author: TIgor4eg 9 9 Author URI: http://tigors.net … … 321 321 322 322 323 $xml = simplexml_load_file ( 'http:// twitter.com/statuses/user_timeline/'.$settings['twitter_username'].'.rss');323 $xml = simplexml_load_file ( 'http://api.twitter.com/1/statuses/user_timeline.rss?screen_name='.$settings['twitter_username']); 324 324 $i = 0; 325 325
Note: See TracChangeset
for help on using the changeset viewer.