Plugin Directory

Changeset 886416

Timestamp:
04/02/2014 06:07:14 PM (10 years ago)
Author:
enej
Message:

Updates to the readme

Location:
photostream-sync/branches/ux-refresh
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • photostream-sync/branches/ux-refresh/readme.txt

    r876041 r886416  
    11=== photostream-sync ===
    2 Contributors: apokalyptik, shaunandrews
     2Contributors: apokalyptik, shaunandrews
    33Donate link: http://www.nokidhungry.org/give/overview
    44Tags: icloud, photostream, images, sync, import, apple, ios, osx, iphone, ipad, gallery, images, synchronize, mirror, photo, photos, photoblog, image
    5 Requires at least: 3.5
    6 Tested up to: 3.5
    7 Stable tag: 2.0.4
     5Requires at least: 3.
     6Tested up to: 3.
     7Stable tag: 2.
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Synchronize your public iCloud photostreams to your WordPress installation. Import images, create gellery posts, and more.
     11Synchronize your public iCloud photostreams to your WordPress installation. Import images, create gllery posts, and more.
    1212
    1313== Description ==
     
    2626== Frequently Asked Questions ==
    2727
    28 = I installed the plugin, added one or more streams, but I have no new posts. Why? =
     28= I installed the plugin when adding a stream it takes forever to import the media on the import screen? =
     29
     30It might be that your server has running out of memory. You can try increasing the available php memory to your server.
     31This plugin might help http://wordpress.org/plugins/memory-bump.
     32
     33= What happends if I leave/refresh the import media page =
     34
     35Photostream will not create the posts and media that have been imported already but will try to fetch the media that is not available in the database. However feel free to let it run in another tab while you browser the internet in diffrent browser window. You can see see the progress percentage in the tab.
     36
     37= How does WordPress Syncing the photostream from iCloud =
     38
     39Photostream relies on the WordPress Cron to update the media and galleries with new content that you have posted to your iCloud stream.
     40
     41This means that if your website doesn't recieve much traffic your new content will not be imported as frequently. Since traffic to your site is what triggers the WordPress cron to do work.
     42
     43You can always trigger a content refresh by clicking on the import link.
     44
     45
     46= I installed the plugin, added one or more streams, but I have no new posts. Why? ( pre 2.1 )=
    2947
    3048This plugin uses uses WordPress built in work scheduling functionality to get its work done. It should try to do work every 15 minutes or so, but there are a couple of caveats.  WordPress only does this work when people are visiting your site, and so if you're not getting a lot of "foot traffic" then it may take some time for the plugin to do its magic. Most times publicly indexed (by search engines like google) sites should manage to stay more or less up to date with the work that they need to do unless the traffic on the photostream is very heavy.
     
    6078== Screenshots ==
    6179
    62 1. Add a stream UI.  With contextual help, and formatting options all on display.
     801. Plugin Dashboard. Start by adding a photostream.
     812. Edit Photostream Page.
     823. Delete Photostream Page.
     834. Adding a Photostream Page.
     845. Import Photostream Page.
     85
    6386
    6487== Changelog ==
     88
     89
     90
     91
     92
    6593
    6694= 2.0.4 =
     
    107135* This upgrade is highly suggested for all users of the plugin.  It fixes a severe (though not exploitable) bug where the plugin caused some things in the WP admin not to work properly.
    108136
     137
     138
     139
    109140== How this works in relation to iCloud ==
    110141
  • photostream-sync/branches/ux-refresh/static/photostream-import.js

    r884797 r886416  
    1313    var totalPhotos = data.photos.length;
    1414
    15     function addImage( html, id ) {
    16         var image = jQuery('<li class="attachment-wrap"><div class="attachment-item">'+html+"</div></li>" ).fadeIn( 'slow' );
     15    ( html, id ) {
     16        var image = jQuery('<li class="attachment-wrap"><div class="attachment-item">'+html+"</div></li>" );
    1717        jQuery( "#gallery-"+id ).append( image );
    1818
Note: See TracChangeset for help on using the changeset viewer.