Wall Post issue

I have three issues

1)The Wall post features as attached herewith are not in alingment as per the demo
2)Youtube links are not automatically converted into videos as in demo. How to achieve it.
3)How to change the name ‘

Sitewide Activity
’ above the wall post?

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/66574/2014/06/sitewide.png

Hello Rajandran,

Please refer the answers for your queries,

  1. We already fixed that issue and you will get updated code in upcoming release
  2. <li>In InspireBook, YouTube URL automatically converted into video thumbnail</li>  
    <li>To change 'Sitewide Acitivity' title, add following code in your functions.php file,  
    
    add_filter( 'bp_get_directory_title', 'change_activity_title' );  
    
    function change_activity_title($title) {  
    	if( $title == __( 'Sitewide Activity', 'textDomain' ) ) {  
    		$title = __( 'Name', 'textDomain' );  
    	}  
    	return $title;  
    }

Let me know if it works on your end,

Thanks,
Sagar

Hi Sagar,
Youtube video thumbnail is not working. However it worked perfectly in your demo.
Sitewide activity is done
Waiting for the Aligment option in the next upgrade.

Thanks
Rajandran R

Hello Rajandran,
For YouTube video issue, I will need your site URL and WordPress login details to debug issue.

Thanks

this was a private reply with post_id 66616

Any Updates?

Hello Rajandran,
Login details provided by are not working for me. Can you send it again or is your issue has fixed?

Thanks

this was a private reply with post_id 67700

Hello Rajandran,
Above credentials are still not working for me.

Hi Sagar,

It was my mistake kindly check now.

Rajandran R

Hello Rajandran,
I have added YouTube link (http://youtu.be/O4THpbKZ0Zg) and its working fine at your site.

Let me know you still facing in issue.

Thanks

Hi,

Whenever i post the url and posting it in the activity stream it is converting into a video. However the auto rendering of the video while posting the video is not enabled.

Iam able to see the video only the after post.

Check out the sample snapshot taken from your demo site http://demo.rtcamp.com/rtmedia/?theme=InspireBook

That auto rendering of Video preview feature is missing in my community page. Which i feel a real important feature for my community.

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/67810/2014/07/Auto-Redering.png

Hi,
De-activate other plugins and check, It seems like some plugin is conflicting with rtMedia.

Let me know once you checked.

Thanks

Hi,
De-activate other plugins and check, It seems like some plugin is conflicting with rtMedia.

Let me know once you checked.

Thanks

Now running with minimal plugins required for buddypress and rtmedia, rtsocial, rtanitspam plugins, Cleared Cache. But still the issue is same.

Here I found issue in script which is loading in head.

  

Check the above codes, there is is coming , it may be cause.

Let me if this fix that issue.

Thanks

Tried removing it but no luck still the issue remains the same. Also tried disabling most of the plugins.