Replies
- Maksim Rusakovich on September 24, 2018 at 7:10 pm in reply to: BuddyPress Ajax Registration. Add PCRE regex validation. #17598
Hello, Brajesh.
Yes, you’re right.
You helps me to insert coub. But I need to validate the url of the users during registration.I found it, it’s enough for me. But not working now and not updated 3 years.
https://wordpress.org/plugins/buddypress-xprofile-validate-with-regex/ - Maksim Rusakovich on September 24, 2018 at 2:38 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17590
Hello Brajesh Singh
Thank you for your help.
1. Should be activated the main COUB plugin? Now, I disabled it.2. Field ID
http://prntscr.com/ky4ei3/** * Xprofile field ids , where you want it to be applied. * * @var array */ private $field_ids = array( 955, );
3. http://prntscr.com/ky4f3q
But nothing happened
http://prntscr.com/ky4fbk4. Is it possible to autoreplace standard coub video Url:
https://coub.com/view/1ehmucto your plugin url:
https://coub.com/embed/1ehmucBecause standard users can be confused
5. After updating the plugin to 1.0.1, the plugin asks to update it once again
http://prntscr.com/ky4i6iThank you.
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 22, 2018 at 9:44 am in reply to: [Resolved] Embed streamable.com video in member profile field #17539
It will be great, Brajesh!
Waiting for your reply!
- Maksim Rusakovich on September 20, 2018 at 7:11 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17513
Thank you for great support.
Is it possible to reuse this embed coub video in my site and use my custom CSS?
Perfect video coub for my site – just play button without any additional info.
<iframe id="coubVideo" src="http://coub.com/embed/um0um0?hideTopBar=true&noSiteButtons=true&noHDControl=true&muted=false&autostart=false&originalSize=true&hideTopBar=false&startWithHD=true" allowfullscreen="true" frameborder="0" width="450" height="360"></iframe>
I think these parameters are the best for my purpose.
Thank you for your great support!
This topic is on the top in google search.===
Update. Is it possible? for example modify existing Coub wordpress plugin?with this?
https://stackoverflow.com/a/13959836
$('iframe').load( function() { $('iframe').contents().find("head") .append($("<style type='text/css'> .my-class{display:none;} </style>")); });
- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 20, 2018 at 7:26 am in reply to: [Resolved] Embed streamable.com video in member profile field #17500
Hello Brajesh.
Thank you. I see you are a professional. So, it’s easy to work with you.
Also, it’s a problem to insert COUB video.
0. Link to page with COUB
https://r.abodva.com/members/abodva/1. I found the problem to see the raw frame of the video.
http://prntscr.com/kwiq6rBut adding a code to additional CSS to wordpress appearance doesn’t resolve it.
/* coub */ .contents { width: 500px !important; height: 500px !important; }
2. Also I tried to modify embed code of coub to hide unnecessary elements. Doesn’t work with additional CCS. But work, if I add the same code directly with Chrome Inspect window.
https://codepen.io/maxrusakovich/pen/XPObXP3. Could you help with it? Maybe COUB is simpler to use.
https://coub.com/dev/docs/Player+API%2FInline+frame+playerP.S.
Also coub has its own wordpress plugin
https://wordpress.org/plugins/coub/Is it possible to add Custom shortcode profile field in your plugin?
Maybe this can help to insert the video into the field?
Thank you.- This reply was modified 6 years, 2 months ago by Maksim Rusakovich.
- Maksim Rusakovich on September 19, 2018 at 7:06 pm in reply to: BuddyPress Moderation Tools – moderate profile fields changes #17468
Hello Brajesh
Do you plan to add these functions in your next releases?
- Maksim Rusakovich on September 19, 2018 at 7:01 pm in reply to: [Resolved] Embed streamable.com video in member profile field #17467
Hello Brajesh
I need this embed video function. It’s a very important for my site.
I need that all videos from youtube, streamable, instagram play without any interface of these services. One simple video frame with Play button. Tap- play, tap – stop. Video is loop.Like instagram video. Just Play button.
http://prntscr.com/kwcr0vI’m ready to pay for this code and hire your team. How to contact you for this mini project?
- Maksim Rusakovich on September 18, 2018 at 8:05 pm in reply to: Approve posts plugin before they show up in the buddypress activity field #17454
Up.
Because I also need this function.
Or moderate profile field changes.! - Maksim Rusakovich on September 17, 2018 at 5:20 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17431
Great!
Waiting with impatience. - Maksim Rusakovich on September 17, 2018 at 5:18 pm in reply to: Create an alternative to BuddyVerified #17430
Hello.
Thank you.
2. Yes, you’re right. But how to remove this field from registration process? Because I want to see this field first.
Maybe it’s not a good idea.3. Or, we can add the icon after username
http://prntscr.com/kvh52l4. (big plus! if..) But, I want to replace Username with Name + Surname of the member. And after that add verified icon.
Is it possible?5. Maybe you wrote in your blog how to replace Username with Name + Surname in member profile page.
Thank you, Brajesh