Hi
I put in the footer 2 icons, a phone-square and whatsapp. So far so good. But they are not showing.
Somehow I also not see any css from the plugin, but the “old” font awesome from elementor/the theme.
What else I could do?
Regards,
Simon
]]>I love this plugin by the way. Super easy to use and style.
I just have one issue that I’ve run into. Im using this plugin throughout the site and it seems to work as expected. But for some reason on this page https://www.pinkfund.org/press/ it won’t share the individual posts, only the page they appear on. Any ideas on what might be causing this? Thanks!
]]>Hi,
The plugin is nice. I need Instagram share icon in my website. How to do it ?
]]>Hi. After I past a shortcode [wpfai_social]
into the page I need, the page became blank, all content disappears, only header is available.
And when I remove a shortcode, It comes back to normal state.
How to fix that problem?
WP latest
Plugin latest
Can the actual post excerpt be used, if exists?
Below is some suggested code to accomplish this:
wp-font-awesome-share.php line 354
$thetext = strlen($post->post_excerpt) > 0 ? $post->post_excerpt : trim(wp_trim_words(strip_tags(strip_shortcodes($post->post_content))));
]]>
I’ve installed the plugin / added the shortcode to my page.
And the social links to /?p=10 no the post url…
Is there something i’m missing?
Thanks Phil
]]>Is it possible to show in woocommerce?
Does anyone know how to do this?
Thank you in advance
By using <?php echo wpfai_social(); ?>
in theme file, a PHP warning will show up
Warning: Invalid argument supplied for foreach() in ...\wp-content\plugins\wp-font-awesome-share-icons\wp-font-awesome-share.php on line 378
It can be cleared once user select some social networks in the options page, would be better if a friendly message like “you haven’t choose any social networks”, or simply silent the warning.
]]>Very promising plugin. But I need to use a shortcode on homepage, while default could work for pages and posts. Could you add some options to remove it from individual pages/ posts?
Thanks.
As of today your plugin checks for the existence of a file by checking if they are in the $wp_styles->registered
list.
Some authors register their styles and scripts but not always enqueue them, so this plugin ends up not loading the necessary stylesheets.
The solution for that might by using wp_script_is
inside wpfai_check_css
.
For now I’m forcing the loading by adding wp_register_style( 'wpfai_font-awesome'...
etc to my functions files.
Best regards.
]]>When using <?php echo wpfai_social(); ?>
in my template, the social icons show up along with error messages:
Notice: Undefined variable: share_count in D:\Xampp\www\wp-content\plugins\wp-font-awesome-share-icons\wp-font-awesome-share.php on line 391
PHP Version: 5.6.8
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>kindly i wanna know how to change the label “Share on social media:” that appears beside the share buttons
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi,
I was wondering if it was possible to change the icons that are being used for some of the social networks.
Font-Awesome has square icons that I would prefer to use over the square versions generated by the plugin.
I have tried to use the code mentioned elsewhere to add a square version.
function my_slideshare_icon($wpfai_socialmedia) {
$wpfai_socialmedia['facebook-square'] = array(
'name' => 'Facebook-Square',
'icon' => 'facebook-square',
'link' => 'https://www.facebook.com/sharer.php?u={url}&t={title}'
);
return $wpfai_socialmedia;
}
add_filter('wpfai_array_filter', 'my_slideshare_icon', 99, 1);
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi,
How do I place the icons within a page such that they are sharing
some posts other than the current page?
e.g. page might refer to a post and I want to user to share the post mentioned.
looking at the shortcode it does not allow passing of the post id.
Regards.
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi guys. First of all I would like to thank you for this awesome plugin! I would like to know if you are really planning to add the “Display shares counter”. If so, when? This is my blog, where I use your plugin… I made some CSS changes… hope you like it.
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>It appears that when one shares on mobile, the “share” isn’t displaying properly. On mobile, it forgets that you want to share from the link and just goes to the site. This seems to be true with twitter and Google. I am unsure about the other social sites, but Tumblr seems to be working.
The link goes to the correct “share” box on a desktop, but on mobile, even after one logs into twitter or Google, it doesn’t remember you need to tweet or what you want to post. Again, those are the only ones I tested besides Tumblr. Can you please help?
And if I haven’t been clear, please let me know!
Thanks
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi spyrosvl!
First of all: Thank you very much for your great and wonderful plugin! I really like it.
We use it here!
Unfortunately, I have some unexpected behaviour among different browsers:
If I’m using my standard browser Opera Developer (ver. 32.0) and want to use the Mail – Share – Icon a new window pops up and redirects me to a mail programme installed on my system, which I’m actually not using at all.
This is especially very weird, because other mail – links, which have also the structure <a href="mailto:"></a>
and which I open within Opera Developer are redirected via an extension to my Gmail account, from where I usually send all my mails.
If I try the Mail – Share – Icon in Chrome (ver. 44.0.2403.89 (64-bit)) and in Firefox (ver. 39.0) everything works as wanted: A new window pops up and redirects me to my Gmail account. Also on my Android I can chose, that I want to send the mail via the Gmail App.
→ So, do you have any idea, why there are some troubles with Opera Developer?!
Then there is a second unexpected behaviour concerning a custom print icon, which I added following these instructions, because after adding the code – as you suggested there – into functions.php, nothing happened.
So, when I want to use the print – icon in Opera Developer, in Chrome and on my Android a new blank window pops up and nothing else happens. In Firefox, there also pops up a new blank window followed by the print settings. So I can choose the printer and the pages to print etc. Unfortunately, the blank window there isn’t closed by his own after sending the command to print.
→ So, would you have any idea, why there are difficulties with the print – icon?!
Thanks in advance about a timely response!
And once again: Thank you very much for your really great plugin, which I just want to improve a little bit to my needs. ??
Regards,
Chipy
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi, plugin is great. It would be great to add Instagram and Dribble sharing icons too.
Thanks.
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hello,
Does this plugin only share the actual WordPress site? I have it installed and am using the theme shortcode, but the icons all share the homepage. I want it to share the individual posts that the icons are on. What am I doing wrong?
Thanks!
– John
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi,
Great work!
1. We can use this plugin in a product for sale i.e. Premium WordPress Theme, is it correct? We just want to confirm it ??
2. Is it fully compatible with WP 4.2.1 ?
Thank you
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>First of all, thanks a lot for a great plugin that displays pretty icons easily. I do however wish to modify some stuff, and maybe I can get help with this.
I wish to adjust the spacing between the post and the icons. Is that possible?
I also wish to have the icons centered, not aligned to left. I would prefer to have the icons horisontally aligned to the “text before”.
In addition I would like to modify the text style in “text before”. Is it possible to alter into normal text-style, and not header text style?
Thank You
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>This plugin seems like it’s just what I need, except… One thing I really need is an icon/link for youtube. Can this be added in easily or should I search out a different plugin?
Thanks!
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>I can’t get the wpfai_array_filter to work. I think the problem is that portion of the plugin loads before my functions.php so that hook never calls my function. wpfai_output_filter works great. I really appreciate that you added those hooks. Is there something I’m missing with wpfai_array_filter?
I ended up working around the issue by manipulating the output. I had two things I needed to do:
1. Add a permalink icon to the array (I used fa-link).
2. Add the social icons to a list of posts. I’m using the always essential List Category Posts plugin to generate lists of posts. I added the template tag to my List Category Posts template but it added the post ID of the parent post instead of the posts I was listing. So I took the output and replaced the parent IDs in the links with the post IDs I was listing. It would really be nice if I could pass my post ID to the template tag.
Thanks for a great plugin. Just to be clear, I have working code so you can make what you will of all this and I have no urgent questions.
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>which theme file in edit do i put this? and where in that file??
one more question…..what can i edit and where in your plugin files to make the share words closer to the icons, they are too far below the words??
nice plugin, if i can get these 2 things acomplished i’l give it a 5 star….right now with the after post, it goes on all the posts on the front post page too, and looks bad….i figure that code may fix that
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>I don’t see ANYWHERE to put the actual links to each social account. There is no documentation or screenshots and the settings page simply let’s you choose which accounts, not WHERE they are.
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hey! Wonderful plugin ??
But for some reasons icons are not showing on my site? It shows like this:
https://i61.tinypic.com/15gfjip.png
What could be the reason?
Thanks!
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hi
how to popup instead of using the same window?
thanks
Peter
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Awesome plugin! Any news on when the share count will be included?
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>I get this error when trying to post to pinterest:
You need to upload an image or provide the ‘image_url’ parameter
Is this something that can be fixed easily or is the fact that the plugin hasn’t been updated to work with 4.1 the problem?
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>Hello,
I would very much like to use your plugin. I installed it but the Settings pages would not load, maybe because I am using WordPress 4.1. Is there another way I can load these pages?
Thank You
Walter
https://www.ads-software.com/plugins/wp-font-awesome-share-icons/
]]>