Plugin Directory

Changeset 1756818


Ignore:
Timestamp:
11/01/2017 04:26:59 PM (8 years ago)
Author:
outlane
Message:

Adding first version of the plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recent-shots-widget/trunk/includes/widget-output.php

    r1756817 r1756818  
    4646<?php
    4747if ($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;
    4949    $content = file_get_contents($url);
    5050    $dribbble_json = json_decode($content, true);
Note: See TracChangeset for help on using the changeset viewer.