Changeset 733912
- Timestamp:
- 06/29/2013 03:56:55 AM (13 years ago)
- Location:
- facebook-albums
- Files:
-
- 3 edited
-
tags/2.0.2/inc/options-facebookalbum.php (modified) (1 diff)
-
trunk/inc/options-facebookalbum.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
facebook-albums/tags/2.0.2/inc/options-facebookalbum.php
r733905 r733912 79 79 $app_link_text = "Logout of your app"; 80 80 } else { 81 $app_link_url = FB_Album::$facebook_sdk->getLoginUrl( );81 $app_link_url = FB_Album::$facebook_sdk->getLoginUrl(array('scope' => 'user_photos')); 82 82 $app_link_text = 'Log into Facebook with your app'; 83 83 } ?> -
facebook-albums/trunk/inc/options-facebookalbum.php
r733905 r733912 79 79 $app_link_text = "Logout of your app"; 80 80 } else { 81 $app_link_url = FB_Album::$facebook_sdk->getLoginUrl( );81 $app_link_url = FB_Album::$facebook_sdk->getLoginUrl(array('scope' => 'user_photos')); 82 82 $app_link_text = 'Log into Facebook with your app'; 83 83 } ?> -
facebook-albums/trunk/readme.txt
r733905 r733912 17 17 18 18 Through Settings -> Facebook Album you can adjust the thumbnail sizes of your album's photos when they are displayed, along with enabling or disabling the album's title or the photo's description display. 19 20 = Please consult developer if having issues integrating plugin with Facebook App for personal photo album use! = 19 21 20 22 This plugin comes bundled with Colorbox, which can be disabled. Certain colorbox options are configurable, more will be soon. Priority was integrating Facebook app's.
Note: See TracChangeset
for help on using the changeset viewer.