Remon Pel
Forum Replies Created
-
Can you show me some debug information (see FAQ), please? And perhaps a URL where I can see an image with the issue? Or possibly some screenshots indicating the problem?
I think I know what you mean, but before I advice something that isn’t related, I’d like to be sure 🙂
Hi @haonas
The plugin has the option to disable text output but it is for each post/page individually. You can find it when editing a post/page in the BSI Meta Box;

There currently is no option to disable it globally.
Of course, it’s all WordPress, so you could just filter the post-meta data;
add_filter( 'get_post_metadata', function ( $value, $object_id, $meta_key, $single ) {
if ( '_bsi_text_enabled' === $meta_key ) {
return $single ? 'off' : [ 'off' ];
}
return $value;
}, 10, 4 );This, however, will have no effect on existing images, but that should be fixed with a BSI Cache clear, using the Purge Cache button in the settings.
(In my testing, it did have immediate effect, but that is no guarantee for others.)
Checking the source of your page, the og:image seems to be overwritten by other software;
<meta property="og:image" content="https://gymmerch.net/wp-content/uploads/sites/13/2025/05/all-over-print-flag-white-front-68347faad9627.jpg"><meta property="og:image:secure_url" content="https://gymmerch.net/wp-content/uploads/sites/13/2025/05/all-over-print-flag-white-front-68347faad9627.jpg">Please provide more information so I can try and replicate your set-up.
The error is on this line;
$(title_field).off(_update_auto_title);Can you comment it out, please, and try again?
(The effect of this being commented out is that the title-updater keeps trying, even after you changed the title in the BSI editor. The role of this line is speed/resource optimisation, nothing more, it’s not critical)
I tried to reproduce the error, but am unable to do so. So I have only your instance to check and debug.
Very sorry, but other than this, there is nothing more I can do, I’m afraid …
You state you are a full-stack developer since 2010, perhaps you like to debug this yourself and create a pull-request for it on github?
I found something that might be related, but it does not fully match your report.
But I would like you to try this debug build.
https://remonpel.nl/bsi/debug-builds/branded-social-images.1.1.4-debug.zipor, of course, if you don’t trust this link, take the code from github;
https://github.com/acato-plugins/branded-social-images/tree/fix/title-update-broken-2025-05The only change here is in de
admin.js– the editor has once again changed, title updates were broken.Hopefully this fixes your problem too, if so, I can create a new version.
Please provide more information that would help me simulate your environment.
- Please use the debug function of the plugin to generate a log and post it here.
- Which version of WordPress are you using, which theme.
No worries 🙂 Glad it’s resolved.
And yet, a post for just last month shows a correct image;

And the plugin hasn’t changed since, well, far far far too long, I agree, but not in the last months at the very least.
So… something has changed in your website, and it’s not this plugin …
Can you share a (public) URL where this problem occurs?
it should look something like this;

at least – this setting works for me. Could you try that?
can you share what you have set in
wp-admin/admin.php?page=branded-social-imagesthe settings panel?In my test environment I have
{title}as input.Hi. I cannot seem to reproduce this issue.
What I tested;
- create new post
- give it a title
- save the post
- check the image
- Title is there.
I am unsure how to proceed…
It seems to be working just fine, at least, partially;
https://gymmerch.net/product/squat-heavy-flag-61x38/social-image.jpg/
Can you elaborate on what is not working exactly?
Hi!
I’m quite sure this is already possible 🙂
You can edit the text by clicking on it in the editor.



(Sorry, I cannot share the full image from this test site, as it is Lucy from Disenchantment and that’s most likely has copyright 😉 )
Hi Vinay
The plugin can be used stand-alone, no need for additional software. It does cooperate with Yoast SEO, if installed, but it does not need it.
Forum: Plugins
In reply to: [Minify HTML] Incompatible with GravityForms – solution available@teckel Indeed, the problem seems solved. I have not done extensive testing, though, but a single test with GF + your plugin shows a minified HTML and download links are working fine!
Thank you! 🙂