Changeset 1197859
- Timestamp:
- 07/13/2015 11:14:59 AM (11 years ago)
- Location:
- themeloom-widgets/trunk
- Files:
-
- 3 edited
-
facebook-widget.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
themeloom-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themeloom-widgets/trunk/facebook-widget.php
r1197847 r1197859 177 177 178 178 //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}" ); 180 180 181 181 $feedarray = json_decode($json_object); -
themeloom-widgets/trunk/readme.txt
r1197847 r1197859 76 76 == Changelog == 77 77 78 = 1.8.1 = 79 * fixed missing fields in fb feed 80 78 81 = 1.8 = 79 82 * fixed issue with api 2.4 -
themeloom-widgets/trunk/themeloom-widgets.php
r1197847 r1197859 3 3 Plugin Name: ThemeLoom Widgets 4 4 Description: 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 5 Version: 1.8.1 6 6 License: GPLv2 7 7 Author: Tim Hyde
Note: See TracChangeset
for help on using the changeset viewer.