osdwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [OSD Social Media Sharing] Warning: Illegal string offset 'post_types'Glad to hear it!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pinterest image picking logicemmz0r,
That’s a great idea. I will implement this soon.
Forum: Plugins
In reply to: [OSD Social Media Sharing] icons not alignedNot a problem. I’m glad that’s all it was.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Warning: Illegal string offset 'post_types'cyndymt,
I am unable to reproduce this issue. However, I see how you might be seeing that issue. I will push a fix momentarily that might fix it. If it does not, try re-saving your OSD Social Media settings page. Let us know if any of this helps.
Forum: Plugins
In reply to: [OSD Social Media Sharing] icons not alignedLi-An,
When you say icons do not show align what do you mean? They are lined up perfectly in Chrome, Firefox, and Safari on my computer.
If my idea about what is wrong is correct, refresh your page after going to it and try clearing your cache. I think the old version of the image sprite is cached.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Settings not saved in 3.3emmz0r,
This will be fixed very soon. Thank you for your information.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Can save some settings, not otherspiantadosi,
This will be fixed very soon. Thank you for your information.
Forum: Plugins
In reply to: [OSD Exclude From Search Results] Exclude AlL Posts not workingkat_indo,
Are you able to exclude an individual post from your search results? Do you have any other plugin that manipulates the stock WordPress search box? Are you using the stock WordPress search?
Thanks – OSD
Forum: Plugins
In reply to: [OSD Social Media Sharing] Reddit share button?You should have an update available! Good ratings are appreciated!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Reddit share button?emmz0r,
Sure! We’ll add this in an upcoming update.Forum: Plugins
In reply to: [OSD Social Media Sharing] Preview & Icons not showingfienardo,
We are pretty sure it is Facebook’s scraper that is having problems. If you provide us a URL to your website, we can do some further research. You can either post it here or email us at [email protected].
Forum: Plugins
In reply to: [OSD Social Media Sharing] No hyperlinkFerrrmolina,
Great! Good ratings appreciated!Forum: Plugins
In reply to: [OSD Social Media Sharing] No hyperlinkFerrmolina,
We intentionally removed the href attribute. All link opening is handled in JS (due to having to use window.open() to open a new window for links) so removing the href is completely fine.
We had to remove the href attribute due to a conflict with Pinterest’s official pin it script. Some users wanted to have OSD Social Media Sharing as well as Pinterest’s official script. Pinterest will hijack any link with an href of “www.pinterest.com/pin/create/button”, change the image and completely remove all attributes (so our pinterest button was being taking over by the official script even though we have nothing to do with it). The best solution for us was to simply move the href attribute (since we weren’t really using it anyway) to a data-url attribute.
The fix you made will add an href attribute, yes, but it will cause your pinterest button to mess up if you ever load the offical pinterest script and it adds no additional functionality. It will also be overwritten on plugin updates.
If not having an href is in fact messing up your site, please let me know and we will add a setting to make that change optional.
I hope this information was helpful!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pinterest button not changing to custom optionanoushka.probyn,
We have fixed the issue and released an update. Pinterest’s official script should no longer affect OSD Social Media Sharing. Please let us know if you have any more issues.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pinterest button not changing to custom optionanoushka.probyn,
Sorry for the late reply,
I have done some further testing and we have found out that Pinterest’s official javascript for sharing hijacks any link with the URL “http://www.pinterest.com/pin/create/button/” and adds its own image and styling to it (which is awful).
I have a solution to fix it, but it’s very “hackish.” I am going to work through some scenarios and try to figure out the best solution. I will get back to you soon.