osdwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [OSD Social Media Sharing] data protection questionWiebke,
No user data is collected and no cookies are set by OSD Social Media Sharing.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Tumblr and count ?Bhoney,
That seems odd. I just tested and it works fine for us. It would be helpful to us if you could send us a link of your website or a picture of your OSD Social Media Sharing settings so we may see what’s going on.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Tumblr and count ?Bhoney,
What does not work about the Tumblr link? Make sure you are putting the “Custom URL” as: https://www.tumblr.com/widgets/share/tool?posttype=link&title=%5Btitle%5D&content=%5Bpage%5D&canonicalUrl=%5Bpage%5D&shareSource=tumblr_share_button
To change the icon, click the “Select” button under the “Custom Icon” column in the settings screen.
All you need to do then is save you settings.
I hope this information was helpful.
Forum: Reviews
In reply to: [OSD Social Media Sharing] Love this plugin.Glad you are finding it useful!
Forum: Plugins
In reply to: [OSD Subscribe] mailing doesn't workwashburne,
Unless you are having this problem on a live site, there is nothing we can do aside from rewriting the plugin to use a different email implementation. This is not an issue with the plugin, but instead a problem with local development configurations. We are not supporting this plugin due to it being considered bad practice to email from a WordPress installation. I recommend you use OSD Mailchimp forms along with a free mailchimp account or find another plugin that suits your needs. I hope this information was helpful.
Forum: Plugins
In reply to: [OSD Blog Search Widget] huge magnifying glassIn your theme’s style sheet would be best.
Forum: Reviews
In reply to: [OSD Social Media Sharing] Simple and LightweightThank you!
Glad you are liking it!
Forum: Plugins
In reply to: [OSD Blog Search Widget] Error on results pageThe plugin comes with two ways to generate the blog search form. You can use the widget, or the shortcode EX [osd_blog_search placeholder=’search terms’ class=’test classes’]
Using either of those will render a search form that submits all of the necessary values for the plugin to work, including the post type. Are you using a different search form?
Forum: Plugins
In reply to: [OSD Social Media Sharing] Different feature images on FB shareProlet,
Are you asking how to put a specific image from a post into your Facebook share? If so, Facebook scrapes your site for images when you share. You may choose an image that Facebook scrapes to show on your “share.” You may also help guide this process by using an og:image tag in your post with an image of your choice.
If this is not what you are asking about, then let us know.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Facebook title source?ginabrass,
I’m glad your issue was resolved! To answer your question anyway, We pull in the title from the simple get_the_title() function that WordPress provides.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pinterest image picking logicorionsnym,
Sorry, this has not gone in yet. We hope to implement it soon.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add Instagram Custom Icon SetsYou are very welcome. Good ratings appreciated!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Blog URL identified as HTTPS by mistake – SolutionMohamed_Meligy,
You are entirely correct. IIS does have some weird behavior regarding how it fills out the $_SERVER superglobal in PHP. I have added in the fix. Let me know if you need anything else. Good ratings appreciated!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add Instagram Custom Icon Setscdstephens,
Thank you for your compliments. We were in the same boat and just wanted something simple and light.
If you are asking about custom buttons, OSD SMS already supports custom buttons and icons. There is a button near the bottom of the admin page called “Add Custom”. If you click that it will add a custom button that you can configure to your needs.
If you are just wanting to replace the whole icon set, you can already do this as well (although it is not natively supported). All of the styling and imagery is handled in CSS which any administrator can override.
In regards to Instagram, you should be able to set it up as a custom button. Unfortunately we have not had time to update our documentation. Inside of the custom button URL we have provided short-codes for administrators to use. They may put [page] (current page url) and [title] (the current page title) in the url (example: facebook.com/share?url=[page]&title=[title]). As far as I can see, Instagram does not support buttons for sharing images, but if you want a link to your Instagram, that is most definitely supported via our custom buttons.
Let us know if this information did not help and we will try to get this resolved for you.