Mike Auteri
Forum Replies Created
-
Forum: Plugins
In reply to: [FB Photo Sync] Using albums from facebook business pageHi Bas,
Business pages are public pages and will work with the plugin if they have no restrictions. You can give the text widget the ability to render shortcodes by adding this to functions.php in your theme.
add_filter( 'widget_text', 'do_shortcode');Then you can copy/paste the album shortcode into a text widget. You can use different attributes on the shortcode to make it display nicely. Limit and order probably what you want.
Example:
[fb_album width=75 height=75 id="2323232323" limit=12 order="desc"]Hope that helps.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Images slightly out of orderIt’s a strange issue I need to investigate. Maybe try deleting the album and importing it again? Can you send me a link to the FB page and gallery you are trying to import?
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] (#803) cannot query users by their usernameHi ajreinke,
The plugin (nor Facebook API) allows for that since user data is private data. In that field, you can only get photos from public pages that have no restrictions.
You can get your own user photos by clicking on “Show Albums” under “Import Your Personal Facebook Albums,” but that is the only private data you can get. Hope that helps.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Photos not appearing on siteHi iammyal,
I found if you use the Facebook links directly, sometimes Facebook changes the URLs. You can do one of two things: Choose the option in the plugin to download the images to WordPress (there’s a check box) so it uses the images downloaded to WordPress rather than relying on the Facebook image URLS. Or you can also just click to re-sync the album, though this can happen again when Facebook changes their URLs again at some point. Either of those solutions should fix your issue, one more permanently than the other though.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Displaying photos descendingHi CraigGilman,
The order is descending by default, but this is how you manipulate the order in the shortcode:
[fb_album id=8720954366 order=asc] (desc is default)
-Mike
- This reply was modified 9 years, 10 months ago by Mike Auteri.
Forum: Plugins
In reply to: [FB Photo Sync] Photo’s not appearing on siteHi, sorry you are having issues. Your site appears to be missing the JavaScript for the plugin, which includes the lightbox feature and the lazy-load (which is why you see gray boxes). Did you make any updates to plugins or add any new plugins? Did you make any updates to your theme? I would first try disabling all your plugins other than FB Photo Sync as a test to see if it starts working again. After that, activate your plugins one at a time until the plugin stops working. That plugin will be the culprit. If you made changes to your theme, I would investigate what was changed and see if you inadvertently broke something. Hope that helps!
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] How to remove borderHi conchrisoulis,
Just update the CSS in your theme to override any styles in the plugin that you do not like.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Can't find album of my public pageHi nellotte,
It doesn’t appear that https://www.facebook.com/lescaleroutarde/ is public. If you go to that link you provided when you aren’t logged into Facebook, you get a “Sorry, this content isn’t available right now” message.
Mike
Forum: Plugins
In reply to: [FB Photo Sync] Issues Logging InHi katiels9,
Sorry you are having issues. You followed the instructions exactly? I provide in the instructions the exact domain you need to add to your FB App. The domain has to be exact, that is, sometimes it requires a www or you need to remove the www. If you still have issues let me know. Feel free to send me screenshots of relevant parts of the fb app and of the settings page to show how you set it up if you are still having trouble.
Thanks and good luck!
MikeForum: Plugins
In reply to: [FB Photo Sync] Unable to make the Modal for each of the photoHi apc123,
You appear to have JS errors on your page either caused by another plugin or by including another version of jQuery on your page. I would try disabling wp-easy-gallery first to see if that fixes your issue. Also I would remove this in your theme:
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js”></script>
WordPress comes with jQuery, so you don’t need to add this and it can cause issues. Hope this helps.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Submit for Login ReviewHi, If you created the FB App and are logging in as the user that created it, you shouldn’t get that message.
-MikeForum: Plugins
In reply to: [FB Photo Sync] How do I Import new albums?Awesome, glad you figured it out! ð
Enjoy the plugin!
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Only importing 24 photo per albumLeft this open for a month and have not been able to reproduce, so closing issue. If you or anyone wants to send me something to checkout where this is happening, please send directions to reproduce my way and I’ll take a look. Thx!
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Cannot copy the shortcodeCool, I can move the click to copy area off the text in the next version so it can also be highlighted and copied. Good suggestion! Glad you like the plugin.
-Mike
Forum: Plugins
In reply to: [FB Photo Sync] Cannot copy the shortcodeHi breakoftheec,
You just need to left click it and it will copy to your clip board. You will see text pop up that says “copied” once you click on it. No need to right-click it. If you have issues, make sure your Flash Player is up-to-date in your browser. Flash is used here for cross-browser support. Hope that helps.
Mike