Hi.
thank you for your plugin! it is the only one that does what it needs to do ??
we have a bug in the feed share.
when i click the share button under the post on the feed, the link is pointing to the wrong address so the address shared returns 404 (a totaly different URL).
what can cause this issue?
]]>it doesn’t work with mobile phones, it is hidden on the right side of the screen
]]>Hi,
This is just a heads up, and a tip to others, that the div that opens to show the sharing buttons (class name is ‘service-buttons’) will either not open or will break the layout of the meta buttons on some sites because of the width of the div; the solution to this is the following css (configured for my site, so might need to be tweaked for yours);
.activity-meta .service-buttons {
max-width: 800px;
}
@media(min-width:767px) and (max-width: 1000px){
.activity-meta .service-buttons {
max-width: 400px;
}
}
@media(max-width:767px){
.activity-meta .service-buttons {
max-width: 100px;
}
}
This can probably be further refined to one piece of css using percentages or vw or some other width measurement. I think this has only occurred since today’s update so maybe the devs also need to look at this?
]]>Hello,
With the new version of Buddyboss version with the reactions on the post, there is a conflict with your plugin.
Actually when your plugin is activated, the reactions on post doesnt workn when its deactivated the reactions working
Hello,
How do you add the ability to share to social media platforms this plugin doesn’t support such as the following:
1) Instagram,
2) YouTube,
3) TikTok,
4) Telegram
I like this plugin, however there are other social media sharing plugins that come with the ability to share to the 4 above top social media platforms. I’m wondering why your plugin does not have this ability built into it or a method to add the above four mentions top social media platforms?
Question 1) Please share with me how your plugin can allow sharing posts to the following top social media platforms?
Question 2) Why did you choose not to include the above four top social media platforms in your plugin?
Thank you in advance for your answers.
]]>All of our sharing works in our Buddyboss powered website activity feed, Facebook, Twitter, etc. however when clicking on an item in the activity feed to attempt to share on LinkedIn we are seeing that the URL is not full formed. As an example, see the portion after the url= in this URL example:
https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fourwebsiteurl.com%2F%3Fp
The sharing link after url= SHOULD be something like this:
https://ourwebsiteurl.com/?p=58125
However only on the LinkedIn sharing option, the URL does not fully form when the LinkedIn icon is clicked to share an activity feed item.
We are looking into this as well on our staging site and hope to be able to share a solution here, but if anyone knows of a fix for this please let us know. Thank you!
Hello.
I have a site with buddyboss and this function looks just perfect. Too bad that both the share link button and the social share buttons generate a preview with the error “401 Authorization required”.
If I click on the link, however, it does what it should.
Where can I take action to resolve?
Thank you
]]>In the activity feed, I have the like, comment and now SHARE links.
Like and Comment have the proper icons
Share does not and it is also not centered correctly.
I am using the updated BuddyBoss 2.0 theme
Can someone please fix or tell me how to fix it ??
]]>Hi,
I want to remove the Opengraph meta from the page and I use the following code.
add_action( 'wp_loaded', array( $this, 'filter_paid_content_meta' ), 1 );
public function filter_paid_content_meta() {
if ( class_exists( 'Buddypress_Share_Public' ) ) {
remove_action( 'wp_head',
array( 'Buddypress_Share_Public', 'bp_share_opengraph' ), 999 );
list_wp_head_actions();
exit;
}
}
The code runs but the action does not get removed.
What is the proper way to remove it?
]]>Hi
I made a public post with an image on buddypress website.
When I share this post to fb, is it possible to show the thumbnail of the image that i posted on the facebook?
Can you guide me on this?
Thank you
Rohan
Hi dear,
please, could you explain in details how to change the word SHARE in the BuddyPress environment?
Thanks a lot,
Marco
]]>Hi
I installed this plugin and it looks cool and working fine.
one thing that I notice that the share button is showing regardless the user is logged in or logged out (usaully call visitor).
is there a way to control to show and not to show the button depending on the user status?
I checked the settings here and there but couldn’t find anything like that.
Please advise.
Thank you
]]>When a share button is pressed on the image posted, it shares the website logo, and not the image.
Please help.
Thanks!
]]>Good day, Great plugin and we really appreciate the effort
I use Youzer with Buddypress and ubfortunately when sharing a post it does not append the image in the post. Is there perhaps future plans to have this posible.
Thanks
]]>How do I fix this?
]]>I created a ticket on your website still no reply?
My message was:
“I think the problem is not related to web/desktop view change. It is related to loggedin and logged out user view:
logged in: https://ibb.co/HY38js8
logged out: https://ibb.co/pJckBS1
I’m using buddyboss theme.”
Ticket Id
#4553
Hey, an option to copy the activity item link to clipboard would be very useful for users.
It’s a standard function in Reddit, Twitter, Facebook, Instagram.
People use it to send links in text messages, and other apps that are not supported.
]]>I’m using cocoon as a theme.
When I press the blank where the button would be, a window appears.
How do I get buttons and such to show up?
https://gyazo.com/2422c1b8dbf6624a1ee7c5ced01aef62
I have just downloaded the latest update which should now also support the activities feed but nothing seems to have changed. If I want to share a post on Facebook, it shares the homepage instead of the post. Did I miss something?
]]>How is there a plugin to share Buddypress posts to Facebook and Twitter but not a plugin or CORE feauture to share Buddypress posts to Buddypress? LOL
If you are considering Buddypress, don’t.
]]>Hi,
I have used few fontawesome icons like fas fa-envelope, far fa-envelope etc. Not a single icon is working.
Please guide me if I am doing anything wrong.
Share screenshot
https://prnt.sc/qv6jqy
Settings Screenshot
https://prnt.sc/qv6k06
I want to tailor my own Open Graph meta tags. How can I prevent this plugin from printing the Open Graph meta tags?
]]>Hi there,
I would like to change the position of the share button. It currently displays last but I wanted it displayed before last. Please could you point me to the file and function that needs to be changed?
Many thanks,
Isabel
Hello,
Please can you add a feature similar to this plugin https://warfareplugins.com/products/social-warfare-affiliatewp/
I use affiliateWP on my site but your plugin can’t add affiliate ID to links shared with your plugin.
Thanks
]]>The problem is in line 241 in class-buddypress-share-public.php. The preg match searches for “src” – but the Boss theme includes the images in a post as an array and converts that array to a tags with a href. Not an img tag with src.
So sharing an activity with 1 or many images results in an avatar being shown instead of one of the images.
If I edit the code to this:
preg_match_all('/<a.*?href\s*=.*?>/', $activity_obj->content, $matches );
if ( isset( $matches[0][0] ) ) {
preg_match_all('/<a.+href=[\'"]([^\'"]+)[\'"].*>/i', $matches[0][0], $matches2 );
if ( isset( $matches2[1][0] ) ) {
$first_img_src = $matches2[1][0];
}
}
the images are found and used as og:image – and seen on facebook as expected.
I was wondering if there is a way to show the share buttons on the BuddyPress activity page without having a user log in? In other words, I need the share button, for each activity, to be visible to guest users.
]]>Please add better styling for the share button: https://www.dropbox.com/s/qvwowefg7hwczfx/Snag_2a2ab55.png?dl=0
(This site is using BuddyBoss Platform)
]]>Hello,
Please can you add support for a WhatsApp share button.
Thanks
]]>When you have the activity content with mention, when you @someone, in the activity, check the single activity page, you will see there’s something wrong. Weird ugly text of @someone appear on the first line of the <body> tag. it totally broke the design.
]]>Hi, need to check does this plugin also enable sharing of BP comments and replies or only updates?
thanks,
Vivek