Sure friend you have to create your personal application.Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
that happened to me when I try to add with app method for facebook @lgokul
Install V3 pluginHow to activate this FS Poster, because after click activate, show pop up "ERROR"?
Hi I just checked and it works fine.Hello again;
Pinterest works great but i get error when try to share on instagram. Previous version works great but at this version i can share only on instagram story but when try to share instagram profile its written "Error" nothing else. Does any body get the same error ? Or possible to share on instagram profile on V3 version ? Thanks
The bug has been fixed in official 3.6 version. But in nulled it is still available the bug. Could you correct it? Thanks.Only Instagram Stories
From what I understand your error was fixed in version 3.6.0 but did it happen again in version 3.6.1?The bug has been fixed in official 3.6 version. But in nulled it is still available the bug. Could you correct it? Thanks.
From what I understand your error was fixed in version 3.6.0 but did it happen again in version 3.6.1?
No, the problem is fixed starting from the release of version 3.6.0 of non-nulled plugin. I've tried the nulled 3.6.0 version and 3.6.1 (all versions) and they still have the bug.From what I understand your error was fixed in version 3.6.0 but did it happen again in version 3.6.1?
I've posted on Instagram with version 3.6.1 v3 without any problem.In 3.6.0 I can able to share on instagram but 3.6.1 I get error
Enter the official fs poster demo and see if the problem happens.No, the problem is fixed starting from the release of version 3.6.0 of non-nulled plugin. I've tried the nulled 3.6.0 version and 3.6.1 (all versions) and they still have the bug.
No instagram file has been touched.In 3.6.0 I can able to share on instagram but 3.6.1 I get error
I've posted on Instagram with version 3.6.1 v3 without any problem.
I've posted on Instagram with version 3.6.1 v3 without any problem.
$res['post_link'] = Helper::postLink($res['id'] , $driver . ( $driver == 'instagram' ? $feedInf['feed_type'] : '' ) , $username);
$res['post_link'] = Helper::postLink($res['id'] , $driver . ( $driver == 'instagram' ? '_'.$feedInf['feed_type'] : '' ) , $username);
The problem is not available in original release: https://codecanyon.net/item/fs-post.../comments?page=53&filter=all#comment_24138592Enter the official fs poster demo and see if the problem happens.
You have to create a post with the strange characters.
You can enter from here:
You report your result to me.
I just tested it on my site and it works 100%The problem is not available in original release: https://codecanyon.net/item/fs-post.../comments?page=53&filter=all#comment_24138592
This is the test with the demo:
Here is the WordPress post: https://prnt.sc/s5bolc
And here is the Instagram story post: https://prnt.sc/s5bpag
With the nulled version, before v.3.6 it posted a space, from v.3.6 it posts a square.
define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
I've the same configuration.I just tested it on my site and it works 100%
It is most likely a coding problem for your site.
Here is the evidence:
Post in wordpress:
![]()
Post in Instagram story:
![]()
I suggest you check the wp-config.php on your site.
My current encoding is:
Code:define('DB_CHARSET', 'utf8mb4'); define('DB_COLLATE', '');
Something must be changing this setting, maybe some plugin, disable them all and just leave fs-poster and see which one conflicts.I've the same configuration.