-
r-a-y posted a new activity comment 15 years, 7 months ago
Terminology is wrong… “whitelist” is actually a blacklist! d’oh!
The terms are corrected in the 0.6-beta.To add additional providers, please read the accompanying readme.txt.
You can probably add support for Smugmug with the Embedly plugin.
Currently, there’s a bug with Embedly, though I have added a fix for it…[Read more]
-
r-a-y posted a new activity comment 15 years, 7 months ago
Hey Anton,
Maybe something got lost in translation!
Can you try the code in the Pastebin file?
http://pastebin.com/jVzpe64xReplace the add_embedly_providers() function + the add_action line.
-
r-a-y posted a new activity comment 15 years, 7 months ago
Hey Anton,
Finally looked into this; the Embedly plugin is using wrong code.
Open up embedly.php and replace this:
function add_embedly_providers($the_content){[Read more]
$services = get_embedly_selected_services();
require_once( ABSPATH . WPINC . '/class-oembed.php' );
$oembed = _wp_oembed_get_object();
$oembed->providers = array();
if ($services…-
Thanks @r-a-y but it doesn’t seem to work. When I replace the function code in embedly.php with yours, I can’t seem to embed anything from the embedly list. It only displays the URL. I’ve tested this with a slideshare presentation.
-
Hey Anton,
Maybe something got lost in translation!
Can you try the code in the Pastebin file?
http://pastebin.com/jVzpe64xReplace the add_embedly_providers() function + the add_action line.
-
Thanks. Works 100% now.
-
-
-
-
r-a-y posted a new activity comment 15 years, 7 months ago
Hi Avatar, can you try the 0.6 beta and see if oEmbed picks up the links?
https://buddypress.org/community/groups/oembed-for-buddypress/forum/topic/oembed-for-bp-0-6-beta-available/-
Hallelujah r-a-y! It Worked! Check out the results: http://www.vybee.com/groups/hopscotch
.
Also wanted to figure out how to get other sites whitelisted (embedding media) like SmugMug, etc.
I tried the whitelist option in the php file, but no luck before, has that changed with this beta?Please let me know. Diggin’ the plugin’!
– Avatar –
.
-
Terminology is wrong… “whitelist” is actually a blacklist! d’oh!
The terms are corrected in the 0.6-beta.To add additional providers, please read the accompanying readme.txt.
You can probably add support for Smugmug with the Embedly plugin.
Currently, there’s a bug with Embedly, though I have added a fix for it…[Read more]
-
Hey r-a-y, thanks for the info on the fix… I’ll have to give this a shot and let you know the latest.
-
@r-a-y I tried out your fix for the Embedly plugin. That fix was required for it to work.
I got it to work alright. This may be a basic question, but how do you limit the size of images / media embeded.
Seemed like oEmbed for Buddypress took care of this through the Activity streams. But Embedly doesn’t.
I tried changing the Blog Settings > Media…[Read more]-
Those media settings only apply to blog posts.
Read the accompanying readme.txt with 0.6-beta to find out how to resize items.
-
okay 🙂 …but we may need a more basic / higher level setting for all activities including images inserted by html tags, etc. I’ll look into it more.
-
-
-
-
-
-
r-a-y posted on the forum topic Add Picasa support? in the group oEmbed for BuddyPress: 15 years, 7 months ago
I will not add any external site support to the base of the oEmbed BP plugin.
That is the job for other WP oEmbed plugins like Embedly and oohEmbed.There might be a Picasa oEmbed plugin for WordPress though.
-
r-a-y posted on the forum topic oEmbed for BuddyPress not working with One Quick Post: in the group oEmbed for BuddyPress: 15 years, 7 months ago
Thanks for the kind words.
Since One Quick Post is a plugin to create a blog post, this resides with WordPress.
Make sure that “Auto-embeds” is checked for the blog in question:
https://codex.wordpress.org/Settings_Media_SubPanelHowever the activity update generated by BuddyPress should show the oEmbed content, can you confirm this?
-
r-a-y posted on the forum topic Killing the @mention function in the group How-To and Troubleshooting: 15 years, 7 months ago
FYI, I posted a solution in the thread Roger linked to.
-
r-a-y posted on the forum topic @mentions is confusing to members in the group How-To and Troubleshooting: 15 years, 7 months ago
@rgauny + @rogercoathup: Like Rich said, @mentions- are basically a filter and a nav item. It should be possible to remove the filter and the nav item by doing the following: 1) Removing the filter Add the following to your theme’s functions.php: ` // removes @mention links in updates, forum posts, etc. remove_filter(…[Read more]
-
r-a-y posted on the forum topic Question about installing Buddypress on a subdomain of multisite in the group How-To and Troubleshooting: 15 years, 7 months ago
Roger is correct.
“hxxp” is a placeholder to prevent hyperlinking to an example domain.If you’re working with a new install, you will not need the avatar code listed in the tutorial.
Try removing the avatar code and see if the error appears again. -
r-a-y posted on the forum topic Modifying BP Class output with an add_action function in the group Creating & Extending: 15 years, 7 months ago
If you’re making a change to BP_Groups_Groups:get_active(), I would recommend doing what Rich says and coding an alternative group get function by filtering “groups_get_groups” (available in the groups_get_groups() function in bp-groups.php).
That way, you won’t have to hack the bp-groups-classes.php file in the future. It is more work, but it’s…[Read more]
-
r-a-y posted a new activity comment 15 years, 7 months ago
I’m able to update plugins on localhost just fine.
Make sure localhost has the right access rights to read and write files.
-
r-a-y posted on the forum topic Do not be employed in function buddypress in the group How-To and Troubleshooting: 15 years, 7 months ago
What do you mean by this? “My WP v.2.91 (subdomain WP MU) is integrated with WP MU Buddypress” If you have BuddyPress installed on the WPMU subdomain and you’re trying to use BP code on your single WP install, you can’t as BP doesn’t know about your single WP install. If you can, I would […]
-
r-a-y posted on the forum topic Activating new member account in the group Installing BuddyPress: 15 years, 7 months ago
Hi Sarah,
Try this workaround:
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register -
r-a-y posted on the forum topic Do not be employed in function buddypress in the group How-To and Troubleshooting: 15 years, 7 months ago
Do you have the Groups component enabled on your BuddyPress install?
Login to your WP dashboard, navigate to “BuddyPress > Component Setup” and check to see if Groups is enabled.
-
r-a-y posted a new activity comment 15 years, 7 months ago
Hey Anton, I’ve had to deal with some non-coding issues the past few days.
I’ve got to get through a pile of todos, then I’m going to come back to oEmbed later in the week.-
Thanks @r-a-y
-
-
r-a-y posted on the forum topic BP MEDIA 0.1.9 IS READY FOR ALPHA TESTING in the group BuddyPress Media: 15 years, 7 months ago
I could be wrong but I believe it’s already in the nightly build.
Check it out here:
http://code.google.com/p/buddypress-media/downloads/list*Edit: I’m wrong, group albums are not available yet. Read foxly’s post here:
https://buddypress.org/community/groups/bp-album/forum/topic/2010-09-14-nightly-build/#post-72084 -
r-a-y joined the group BuddyPress Media 15 years, 7 months ago
-
r-a-y posted on the forum topic Pics not Showing up in the group How-To and Troubleshooting: 15 years, 7 months ago
The right place to post your support question for the BP Album+ plugin is here:
https://buddypress.org/community/groups/bp-album/forum/ -
r-a-y posted on the forum topic How to enable a WYSIWYG editor for activity stream posts in the group How-To and Troubleshooting: 15 years, 7 months ago
It’s definitely not impossible; it’s just no one’s put in the time to post or update one.
Boone’s BP TinyMCE is the most updated one out there, but still needs a bit of work with the activity streams.
-
r-a-y posted on the forum topic Remove WordPress version number in the group How-To and Troubleshooting: 15 years, 7 months ago
That’s because it’s hardcoded in the bp-default theme (unfortunately).
You can remedy this by creating a child theme with bp-default as the template. Then, copy over bp-default’s header.php and remove the WordPress version meta tag.
- Load More
@r-a-y
Active 3 months ago
Hey r-a-y, thanks for the info on the fix… I’ll have to give this a shot and let you know the latest.
@r-a-y I tried out your fix for the Embedly plugin. That fix was required for it to work.
I got it to work alright. This may be a basic question, but how do you limit the size of images / media embeded.
Seemed like oEmbed for Buddypress took care of this through the Activity streams. But Embedly doesn’t.
I tried changing the Blog Settings > Media…[Read more]
Those media settings only apply to blog posts.
Read the accompanying readme.txt with 0.6-beta to find out how to resize items.
okay 🙂 …but we may need a more basic / higher level setting for all activities including images inserted by html tags, etc. I’ll look into it more.