bibliata
Forum Replies Created
-
All plugins are turned off/deleted and 2020 theme loaded
Also looking in Google’s API for their console message
I will be happy to follow your guidelines //THANKSRecaptcha stopped working for me to after the last WP update a week or so ago. It now returns: Error: Correct captcha required
THANKS for looking into it
Forum: Plugins
In reply to: [Social Auto Poster] FB mobile AP token error_code:405THANKS @alsonthakuri
Updated plugin with latest update today, their mobile API still returns {“error_code”:405,”error_msg”; The app method is NO go either, as Fb has stopped approving non-business apps – what is the possible workaround?THANK YOU for the quick Re:
Followed the directions step by stepYour APP shows in the group with the proper permissions
however, still no auto posting in the group…
What are we doing wrong?//THANKS
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Not working with Cyrillic titlesIF anyone has the same problem in the future, it has to do with PHP 7.4 still working on finalizing their iconv glitches. Use mb_convert_encoding instead to convert HTML-ENTITIES into true UTF-8 //THANKS
$auto_image_post_title = mb_convert_encoding(get_the_title($post->ID), ‘HTML-ENTITIES’, ‘UTF-8’);
$auto_image_post_title = preg_replace(‘~^(&([a-zA-Z0-9]);)~’,htmlentities(‘${1}’),$auto_image_post_title);
Forum: Plugins
In reply to: [Social Auto Poster] FB mobile AP token error_code:405THANKS
How do we activate from new credentials?
I did try generate token while logged into the actual FB profile but no luckDoes your process of getting an app described in the directions actually work? Is it worth trying it and abandon the mobile API as a method?
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Not working with Cyrillic titlesSure, Russian is fine!
The website is straight WP installation with standard UTF-8 encoding database. Cyrillic titles and posts work with no problem, but the thumb does not generate with readable encoding:Post with Latin title
http://ipresent.org/wp-content/uploads/2020/11/wapt_image_400-1.pngPost with Cyrillic title
https://ipresent.org/wp-content/uploads/2020/11/wapt_image_409-1.png//THANKS
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Not working with Cyrillic titlesI tried updating with different fonts but still the same.
What free font do you recommend for Cyrillic titles?- This reply was modified 5 years, 9 months ago by bibliata.
Forum: Plugins
In reply to: [Social Auto Poster] Mobile API auto posting doesn’t workSimilar problem here: We were able to generate access token for mobile API on one FB profile, however for the rest of them returns profiles need to be confirmed on FB tho they have been properly confirmed and active for years until now. Is it possible FB mobile now allows only one access token per IP?
We were able to generate access token for mobile API on one FB profile, however for the rest of them returns profiles need to be confirmed on FB tho they have been properly confirmed and active for years until now.
Forum: Plugins
In reply to: [Social Auto Poster] Mobile API not workingYes, the error upon generating Mobile API FB access is
{“error_code”:405,”error_msg”:”User must verify their account on http://www.facebook.com (405)”,”error_data”:”
The account ha’s been verified for years. FB then requires reset of password claiming account may have been hacked and warning of permanently closing the profile.
Seems like new changes in the Mobile API now require reviewed and approved FB app. Pls give a suitable workaround //THANKS
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Array Warning Error #200Seems like pre-election precautions that are affecting most SNAP users. Will the new version update of the plugin still support FB mobile API?
Forum: Plugins
In reply to: [Simple Shopping Cart] [wp_cart_button within image [caption] tagMarked resolved
Thank youForum: Plugins
In reply to: [Simple Shopping Cart] [wp_cart_button within image [caption] tagIf anyone has this problem in the future, I was able to fix with a small plugin called Outerbridge Nested Shortcodes here https://wordpress.org/plugins/nested-shortcodes/ Works with 5.5.1 (tested). Apparently, they way it was set before was using the Shortcodes Ultimate, which bugged after the last update!
Yap, started with us as well after upgrading to WP 5.5.1 Plugin and PHP version is current, but MailPoet simply does not save changes anylonger. Does the same on v.3 and v.2, which we tried as well.