Changeset 492803
- Timestamp:
- 01/20/2012 07:41:34 PM (14 years ago)
- Location:
- instagram-widget-for-wordpress/trunk
- Files:
-
- 2 edited
-
instagram.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instagram-widget-for-wordpress/trunk/instagram.php
r492802 r492803 4 4 Plugin URI: http://davidmregister.com/instagram-widget-for-wordpress 5 5 Description: This plugin get a users recent images, up to 10, and displays them in a Wordpress Widget. It will also display likes and comments if uplaoded with the images. 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: David Register 8 8 Author URI: http://davidmregister.com … … 47 47 $curl_ver = curl_version(); 48 48 echo '<p>Curl is <b>Enabled</b></p>'; 49 echo '<p>Curl Version Number:<br />'.$curl_ver['version_number'].'</p>'; 49 echo '<p>Curl Version Number:<br />'.$curl_ver['version_number'].'</p>'; 50 echo '<p>User ID:<br />'.$user_id.'</p>'; 51 echo '<p>Access Token:<br /><span style="word-wrap:break-word;width:100px;">'.$access_token.'</span></p>'; 50 52 $results = $this->get_recent_data($user_id,$access_token); 51 53 echo '<p><b>Results</b>:</p>'; -
instagram-widget-for-wordpress/trunk/readme.txt
r492800 r492803 39 39 == Changelog == 40 40 41 = 1.3.1 = 42 Improved Debug Mode 43 41 44 = 1.3 = 42 45 Added Debug Mode for troubleshooting
Note: See TracChangeset
for help on using the changeset viewer.