Plugin Directory

Changeset 1197859


Ignore:
Timestamp:
07/13/2015 11:14:59 AM (11 years ago)
Author:
livingos
Message:

version 1.8.1

Location:
themeloom-widgets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themeloom-widgets/trunk/facebook-widget.php

    r1197847 r1197859  
    177177       
    178178        //get page feed
    179         $json_object = livingos_fetchUrl( "https://graph.facebook.com/v2.4/{$page_id}/{$edge}?fields=from,message&limit={$num_posts}&{$auth_token}" );
     179        $json_object = livingos_fetchUrl( "https://graph.facebook.com/v2.4/{$page_id}/{$edge}?fields=from,message,created_time,description,story,picture&limit={$num_posts}&{$auth_token}" );
    180180
    181181        $feedarray = json_decode($json_object);
  • themeloom-widgets/trunk/readme.txt

    r1197847 r1197859  
    7676== Changelog ==
    7777
     78= 1.8.1 =
     79* fixed missing fields in fb feed
     80
    7881= 1.8 =
    7982* fixed issue with api 2.4
  • themeloom-widgets/trunk/themeloom-widgets.php

    r1197847 r1197859  
    33Plugin Name: ThemeLoom Widgets
    44Description: A set of really useful widgets for showing posts, pages, tweets and your flickr images. Designed for use with responsive themes.
    5 Version: 1.8
     5Version: 1.8.1
    66License: GPLv2
    77Author: Tim Hyde
Note: See TracChangeset for help on using the changeset viewer.