Hisky
Forum Replies Created
-
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] uploaded same photos from instagramIts line 983 – 987:
// Check for a title, or use human readable date format
$this->insta_title = ! empty( $this->pic->caption->text ) ? $this->pic->caption->text : $date_fallback;
// Set post title to caption by default
$this->insta_title_kurz = wp_trim_words( $this->insta_title, 10, ‘…’ );
$this->import[‘post_title’] = $this->insta_title_kurz;I did trim the title to max. 10 words.
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] uploaded same photos from instagramIf someone needs my file feel free to contact me.
Everything works fine with it now.See https://www.hisky.de – i did import around 300 instagram postings incl. carusell postings etc.
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] uploaded same photos from instagramI did edit the latest dsgnwrks-instagram-importer.php with the workaround as i have another hack running. (it trims the post title to max. 10 words – as i use the instatext to generate the title)
I did upload it direct onto my FTP then.
I didnt had to deactivate the plugin etc.
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] uploaded same photos from instagramHere is the solution:
https://github.com/c99koder/DsgnWrks-Instagram-Importer/commit/d2524396c378e0104cd35bf5898d15a9ff791226Works fine on my blog ??
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] uploaded same photos from instagramSame issue here.
I guess the error is in line 806-810:
// Keep from double-importing the first image. if ( $p->images->standard_resolution->url === $img_item->images->standard_resolution->url ) { ++$index; break; }
I guess the solution is hidden in this posting!?
https://stackoverflow.com/questions/23593155/how-to-get-pictures-url-from-instagram-api-json-result
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] Check for missing import not workingThere is no IP blacklist.
E.Pipo wrote.
“Sorry I haven’t noticed the blackllist system. Everything is working great.”As soon as you delete an already imported post its getting moved onto a blacklist of the plugin to avoid its getting importet again and again even if you dont want this posting imported.
At the “plugin options” you need to remove those threads / post if you want to import them again.
Plugin works fine for me after i trimmed the too long titles a bit. (www.hisky.de)