When sharing a page to social media the logo of the header is shared instead of the featured image.
How to change the settings to share the featured image?
]]>First, I want to say that this plugin is excellent, lightweight, easy to configure and to implement. Great job!
Sharing to Facebook isn’t working because Facebook has changed sharing URL parameters.
To fix this, you should replace in the plugin:
Please update this great plugin with this quick fix, it requires just a few minutes of your time.
Best regards
]]>A reader reports that she’s been getting this “Sorry, something went wrong” error message for about a week from Facebook every time she tries to share a post to Facebook.
It’s happening on my end too. Something’s broken. ??
]]>The Facebook share link does not work properly on mobile – it merely brings up a blank share page to enter a URL.
There seems to be an issue with the way the Facebook sharer URL is constructed.
Currently it looks like:
https://m.facebook.com/sharer/sharer.php?s=100&p%5Burl%5D=https%3A%2F%2Fwww.example.com
It should be something like:
https://m.facebook.com/sharer.php?u=https%3A%2F%2Fwww.example.com
Hi:
Does this plugin include social follow icons (eg.twitter, youtube , google)?
Thanks
Howard
Hi, i am trying to translate the plugin everything seems to work i just cant find the string for share this https://cl.ly/3M1a24152j1E . What is the name?
]]>The icons of twitter, facebook and Google+ are not loading even though the boxes with the different colors do.
I use it in Posts only so you can check how it looks when you go to BLOG > 1st Year for example.
Thank you for your help!
]]>Hi there,
I have a huge issue with the Twitter function. When I press it, it comes up with this “tweet”: <span class=”entry-title-primary”>(post title)</span> <span class=”entry-subtitle”>(post subtitle (I’m using the Subtitles plugin))</span> https://packerland.dk/?p=604 via @packerlanddk
The span class isn’t converted into hyperlinks links. Thus the tweets become unusable and the suggested “tweet” is way over 140 characters.
Can anybody tell me what’s wrong?
]]>Hi,
Thank you for this awesome plugin!
I have a question. I want this enabled on pages / posts and product pages.
However, I would like to disable on a couple of pages. How can I do that>
]]>Hello,
How to make shortcode for Social Sharing (by Danny).
Thank you.
]]>is it possible to change the google+ button for pinterest ?
]]>Hi,
Checking my website at https://validator.w3.org for html errors gives me:
Error: Bad value https://www.facebook.com/sharer/sharer.php?s=100&p%5Burl%5D=http%3A%2F%2FSSSSSSSSS%2F&p%5Btitle%5D=Home+page for attribute href on element a: Illegal character in query: [ is not allowed.
At line 221, column 193 in resource https://SSSSSSSSS
Where SSSSSSSSS is my sitename, edited out for confidentiality.
I believe this URL is being generated by this plugin – -please address.
]]>I got the plugin and it is way the best I found yet for my multisite installation: easy to install, not a thousands of options, despite working fine and looking nice!
Anyway there is one problem I had with all these plugins I tested and with Social Sharing(by Danny) also: I got a content flow on the most main pages of my multisite network and one on the main page, where all posts from all pages flow together in full length(using the plugin “WordPress MU Sitewide Tags Pages”). I’d like that even there the sharing buttons are shown below(or above, doesnt matter) each single post. How could I get there?
]]>Development site – https://handyanchor.com/promos/
When I click Twitter share, it popups up, but only shows the page title, no image or text. Facebook works fine. Google+ chooses an image I don’t like and can’t find where to change.
Is there any way to set what is shared for each network?
]]>hi there, nice and easy plugin but the option “Load Pop-Up JS” doesn’t work ??
any suggestions??
When I try to share my blogs on twitter through the links in the posts, the only information included in the tweet is the post title, no URL.
Do you know what could be causing that?
]]>Hi,
Your plugin works great, except when I’m trying to share from my mobile. Same on iPhone and Android..
]]>Thanks again.
I noticed that the customized <p> wrapped around the buttons may interfere with site design in an unpredictable way. I am currently generating the page code by using a shortcode, copy the result from the source of the generated page, copy the actual code within plugin-generated DIV and “p” wrappers and paste it back to the page instead of the shortcode. The result is exactly predictable and controllable (but low-throughput and awkward).
How about introducing an option of generating a “naked” code which is free from div- and p-wrappers?
Thanks!
Hello,
Outstanding plugin, thanks!
I noticed that there are instances when 32×32 buttons are too large and 16×16 are too small and with less defined / visible images. How about adding something like 20×20 as an option?
Thanks
]]>HI Danny,
Thanks for another really useful and well-coded plugin solution. I wanted this to only appear on pages which your settings handle perfectly. But of course there were a few pages I wanted it excluded from as well. So based on your FAQ code examples I threw together this function to exclude. Maybe not the most efficient function ever but it does the job:
function my_display_condition() {
global $post;
$excludeids = array(2,12, 14, 140);
if (in_array($post->ID, $excludeids)) {
} else {
return is_singular('page');
}
}
add_filter('dvkss_display', 'my_display_condition');
]]>
Is there a way to remove the Google+ sharing option and just keep Twitter and Facebook?
]]>instead of pulling in content I get the Visual Composer shortcodes. – see here (https://villasong.flywheelsites.com/room/writers-room/) And no, this is not a VC issue as I use Visual composer and sharing on other sites and it works perfectly well,
https://www.revtel.net/volstate-changes-its-name-to-revtel/
(this link uses your plugin, the first link does not, but result is same)
I am asking you because you have always been helpful and responsive
]]>Hallo,
Please consider adding a widget to show the buttons.
Bedankt! ??
]]>It would really be helpful if you added some additional filters.
In particular, it’d be helpful to add a filter for the URL, with the post passed in for logic.
e.g.
$url = urlencode( get_permalink() );
global $post;
$url = apply_filters( 'dvk_social_url', $url, $post );
This would allow users to do things like append query strings, or replace the link with a bit.ly shortened link (this is what I want to do).
]]>I want to be able to track how many people actually click on the links and share. Is there a way to do this?
Thanks,
Jason
]]>For multi language sites, it would definitely be a plus if the text snippet to be used in front of the chosen link options could be in the language files so that it can differ from language to language. Thank you for considering. ??
]]>Hello,
When I shared with Facebook button, link is correct but I have this problems: – don’t show image title and description, title and description are incorrect.
Can you help me, please?
Thanks! Regards.
]]>Me again ??
Currently twitter is working perfectly, but the Facebook share only shows the URL, not the title or a photo. Have you seen this before? Ideas?
thnx!
-jennyb
Great plugin, I’ve seen it on a number of sites!
When I try to use shortcode in my blog posts, I get a garbled link after Twitter, and Facebook is not working at all. Can anyone help, please? Should I switch to PHP instead of using the shortcode? Thanks in advance for any help!
This is what it looks like:
on Twitter =http%3A%2F%2Fwww.mishutkadesign.com%2Ftinseltrading%2F&p[title]=Tinsel+Trading+Company%3A+A+Paradise+for+Vintage+Treasures” target=”_blank” >
Link: https://www.mishutkadesign.com/tinseltrading/ See the bottom of the post.
]]>Hello guys,
i’m using Google chrome en wordpress 4.1. The i-frame code i’m using is taken from this web page:
https://www.blogaholic.nl/blogtips/meer-facebook-likes-scroll-triggered-boxes/
unfortunately my settings (color, border etc.) are not being saved in WordPress. Actually, after saving, the settings of my boxes are put back to default. Is there anyone who is having a suggestion of what might be the solution to my problem?
Suzanne
]]>