Thread Starter
SonalM
(@sonalm)
Oh I see, that is very strange. What version of the plugin are you using?
Thread Starter
SonalM
(@sonalm)
Hi, thank you very much Arijit, great fix!
This works fine but it doesn’t work when the following option is selected:
View post on imgur.com
I’ve tried to figure out why but can’t crack it. If you happen to know why please let me know as it’d be a great help. Otherwise I’ll try and debug it.
It seems that this dos_storage_file_only is being used for that option
On line 313 in plugin.php, if you remove the contents inside “function wp_head() {” it will prevent the plugin from generating its own OG tags (I’m not sure why it does this). That might help.
Thread Starter
SonalM
(@sonalm)
No worries, found a way to do this!