Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)

1 2 3

All you have to do is place the full URL of the object you are trying to embed. For example, in a reply, you could place this into the replies content box. Check out this cool video:

[YouTube link URL]

That was a cool video. Then where you see the YouTube link URL, when you submit the post you would see a youtube video in full.

Auto-embed links allow the user to have the ability to automatically embed any Youtube videos, Twitter tweets, Imgur images, Vine videos, and Instagram photos directly into topics and replies. This is powered by the oEMBED feature inside of WordPress. For a full list of what oEMBED supports in bbPress and WordPress go here.

To enable the ability to use oEMBED on bbPress topics and replies:

  1. Settings Forums  in the WordPress backend
  2. Forum Features section make sure “Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies” is enabled

Classic Editor

Best Answer

Code blocks

Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

                            
                        </p>
<ul class="list-unstyled f_social_icon">
<li><a href="#" rel="nofollow"><i class="social_facebook"></i><i><a>
<li>
    </li>
<li><a href="#" rel="nofollow"><i class="social_twitter"></i><i><a>
<li>
    </li>
<li><a href="#" rel="nofollow"><i class="social_vimeo"></i><i><a>
<li>
    </li>
<li><a href="#" rel="nofollow"><i class="social_linkedin"></i><i><a>
<li>
<ul>
                    
                            

JavaScript Code

                            
                         
function general() { 
	$('.collapse-btn').on('click', function (e) { 
		e.preventDefault(); 
		$(this).toggleClass('active') 
		$(".collapse-wrap").slideToggle(500);

});

$('.short-by a').click(function () { $(this).toggleClass('active-short').siblings().removeClass('active-short'); }); }

Hiidfgf