<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | Fábio Roque | Activity</title>
	<link>https://buddypress.org/members/fabioroque92/activity/</link>
	<atom:link href="https://buddypress.org/members/fabioroque92/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Fábio Roque.</description>
	<lastBuildDate>Thu, 23 Apr 2026 04:50:49 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">917fbd04576b74820c5d446f3bec7066</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-324787</link>
				<pubDate>Tue, 24 May 2022 10:06:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>when I developed this, I had problems with css styles, js files&#8230; maybe is something like that, I don&#8217;t know, I never used the H5P. </p>
<p>I used this code to insert my own shortcodes!</p>
<p>I would like to help you, but without testing is difficult. Try search in H5P documentation!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca0beff79569222e57b9e6566c9f80df</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-324785</link>
				<pubDate>Tue, 24 May 2022 09:14:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/futureyoon/" rel="nofollow ugc">@futureyoon</a> </p>
<p>Try this</p>
<p><code>/**<br />
 * Render shortcodes on feed posts<br />
 */<br />
function enable_shortcode_bp_activity($content) {<br />
    $content = stripslashes($content);<br />
	return do_shortcode($content);<br />
}</p>
<p>add_filter(&#039;bp_get_activity_content_body&#039;, &#039;enable_shortcode_bp_activity&#039;, 0);</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c5900392e2377eb3094eb3b0dab9c7ca</guid>
				<title>Fábio Roque started the topic Hide members count from groups loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-members-count-from-groups-loop/</link>
				<pubDate>Mon, 15 Nov 2021 10:02:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m looking for a hook to hide the members &amp; members count from groups-loop.php. </p>
<p>Any sugestion ? thnks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3280986f15a2c3fc19a66d501d651a47</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320352</link>
				<pubDate>Wed, 04 Aug 2021 10:46:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I already find a solution. </p>
<p>/**<br />
 * Enable shortcode rendering in BuddyPress activity.<br />
 */<br />
add_filter( &#8216;bp_get_activity_content_body&#8217;, function ( $content ) {</p>
<p>	echo do_shortcode( $content );</p>
<p>}, 0 );</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ce4bf46ea18078ecf4a9c9a484ace80</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320249</link>
				<pubDate>Tue, 27 Jul 2021 18:49:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>if I go to the entry template and put &lt;?php echo do_shortcode([shortcode)] ?&gt; it Works, but if I insert a shortcode directly in the feed doesn&#8217;t work</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44f2df527a7ee7669f3e7e029d032524</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320243</link>
				<pubDate>Tue, 27 Jul 2021 14:35:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>I already have the shortcode created, but when I put the shortcode in activity feed he doesn&#8217;t work.</p>
<p>I want to do this: <a href="https://buddypress.org/support/topic/enable-shortcodes-in-activity-screen-of-buddypress/" rel="nofollow ugc">https://buddypress.org/support/topic/enable-shortcodes-in-activity-screen-of-buddypress/</a> but in the new version of buddypress.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">295972720abd74fc6c45f51aad79b8e7</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320241</link>
				<pubDate>Tue, 27 Jul 2021 13:37:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry mate but I can&#8217;t solved this problem. </p>
<p><code></code>`<br />
function enable_shortcodes_in_feed()<br />
{</p>
<p>   add_filter( &#8216; ??? &#8216;, &#8216;do_shortcode&#8217;, 1);</p>
<p>}<br />
add_action( &#8216;bp_activity_entry_content&#8217;, enable_shortcodes_in_feed&#8217; ); <code></code>` </p>
<p>And I tried add the do_shortcode in the template but doesn&#8217;t works too</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37191ca78bf21664c780231f97640315</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320221</link>
				<pubDate>Mon, 26 Jul 2021 16:16:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think I wasn&#8217;t clear in what I&#8217;m looking for. </p>
<p>I want to include a contactform7 shortcode in a activity feed</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb9100494891938758a7fdf61721203f</guid>
				<title>Fábio Roque replied to the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/#post-320219</link>
				<pubDate>Mon, 26 Jul 2021 16:00:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t have another option to enable the shortcodes in activity posts ? </p>
<p>I found this: </p>
<blockquote class="wp-embedded-content" data-secret="jYHwnfMdT3"><p><a href="https://buddypress.org/support/topic/enable-shortcodes-in-activity-screen-of-buddypress/" rel="nofollow ugc">Enable Shortcodes in Activity Screen of Buddypress</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"title="&#8220;Enable Shortcodes in Activity Screen of Buddypress&#8221; &#8212; BuddyPress.org" src="https://buddypress.org/support/topic/enable-shortcodes-in-activity-screen-of-buddypress/embed/#?secret=jYHwnfMdT3" data-secret="jYHwnfMdT3" width="515" height="290" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>but doesn&#8217;t work</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf5fe7ed68709eb624f3f488cf55fdd0</guid>
				<title>Fábio Roque started the topic Enable shortcode in BuddyPress activity feed in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/enable-shortcode-in-buddypress-activity-feed/</link>
				<pubDate>Mon, 26 Jul 2021 15:46:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi everyone, I already try some solutions like </p>
<p>add_filter( &#8216;bp_nouveau_activity_content&#8217;, &#8216;do_shortcode&#8217;,);</p>
<p>or </p>
<p>function test() {<br />
    add_filter( &#8216;bp_nouveau_activity_content&#8217;, &#8216;do_shortcode&#8217;, 1 );<br />
}<br />
add_action(&#8216;bp_init&#8217;, &#8216;test&#8217;);</p>
<p>But I can&#8217;t solve this problem, somebody knows how to enable the shortcodes in activity feed? thnks </p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>