Thank you very much @Valentina your help is appreciated.Thank you thumbs up button from you
Everything is only fresh and updated for your favorite forum babiatoThank you very much @Valentina your help is appreciated.
@Tomz it would be too much to ask for a trusted uploader tag for @Valentina since she always helps us with the original foster files to be able to nulled it.
Thanks again @Valentina
PD: I am nulled the plugin in progress.
v 5.3.3 – 17 May 22
+ Added the ability to go to the shared Direct share posts from the logs tab;
+ Added the ability to place the image on the top of the post content when sharing a direct share post;
+ Added the ability to filter logs in the schedule logs modal;
+ Added a button to the shared post logs to fetch statistics; as a result, FS Poster will not fetch all statistics every time you go to the logs. It will reduce the load time of the logs tab;
+ Fixed the issue related...
He tells me that there is a virus, please clarify.lgokul updated FS Poster - Best Auto Poster & Scheduler Plugin For WordPress with a new update entry:
FS Poster - WordPress Social Auto Poster & Scheduler
Read the rest of this update entry...
Impossible to nulled it personallyHe tells me that there is a virus, please clarify.
I have installed your previus version 5.4.0.Impossible to nulled it personally
https://www.virustotal.com/gui/file...06401aeaa3ebddfef312f2ffbc98b96ab5e?nocache=1
An error was made by the developer, another version of code was uploaded by mistake.I have installed your previus version 5.4.0.
Now you have uploaded an old version 5.3.3.
Why?
www.fs-poster.com
Ok perfect now i understand. Very thanks!An error was made by the developer, another version of code was uploaded by mistake.
It is corrected now. Version v.5.3.3 is the most current.
![]()
Updates / Changelogs
FS Poster - Changelogs. Top-rated WordPress auto poster and scheduling plugin team releases updates frequently to provide better service and adds new features.www.fs-poster.com
'use strict';
( function ( $ ) {
$( '.fsp-modal-footer > #fspModalAddButton' ).on( 'click', function () {
let name = $( '#fspModalGroupName' ).val().trim();
FSPoster.ajax( 'create_account_group', { 'name': name }, function (res) {
groupCreated(res.id, name);
} );
} );
$( '.fsp-modal-footer > #fspModalSaveButton' ).on( 'click', function () {
let name = $( '#fspModalGroupName' ).val().trim();
let id = $( '#fspModalGroupId' ).val().trim();
if( name === '' )
{
FSPoster.alert( fsp__( 'Name can\'t be empty!' ) );
}
else
{
FSPoster.ajax( 'edit_account_group', { 'group_id': id, 'name': name }, function () {
$('.fsp-tab[data-id="' + id + '"] > .fsp-tab-title > .fsp-tab-title-text').html( name );
FSPoster.toast('Saved successfully', 'success');
$( '.fsp-modal-close' ).click();
} );
}
} );
} )( jQuery );
No account is selected, or no account is added to the selected group(s)
same for me, works fine in my websiteGuys give details of the error I'm not a fortune teller xd
I just tried it a moment ago and everything works fine.
Thank you for your time and confirm that everything is fine @giadonesame for me, works fine in my website