Changeset 1756818
- Timestamp:
- 11/01/2017 04:26:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
recent-shots-widget/trunk/includes/widget-output.php
r1756817 r1756818 46 46 <?php 47 47 if ($show_follow_btn) { 48 $url = 'https://api.dribbble.com/v1/users/ outlane?access_token='.$api_key;48 $url = 'https://api.dribbble.com/v1/users/'.$username.'?access_token='.$api_key; 49 49 $content = file_get_contents($url); 50 50 $dribbble_json = json_decode($content, true);
Note: See TracChangeset
for help on using the changeset viewer.