<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Random member image avatar used when sharing forums on socials - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 14 Jun 2026 07:35:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Random member image avatar used when sharing forums on socials</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117876</link>
                        <pubDate>Fri, 11 Oct 2024 10:25:39 +0000</pubDate>
                        <description><![CDATA[@marsm 
This issue comes from the SEO plugin you&#039;re using. Please exclude the wpForo plugin from the SEO plugin settings.]]></description>
                        <content:encoded><![CDATA[<p>@marsm </p>
<p>This issue comes from the SEO plugin you're using. Please exclude the wpForo plugin from the SEO plugin settings. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117876</guid>
                    </item>
				                    <item>
                        <title>RE: Random member image avatar used when sharing forums on socials</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117816</link>
                        <pubDate>Tue, 08 Oct 2024 21:36:34 +0000</pubDate>
                        <description><![CDATA[I have done this already. It’s changed forum posts, but not my main URL as above.
function my_default_og_image( $image_url, $type ){
    if( $type == &#039;og:image&#039; &amp;&amp; !$image_url){
 ...]]></description>
                        <content:encoded><![CDATA[<p>I have done this already. It’s changed forum posts, but not my main URL as above.</p>
<pre contenteditable="false">function my_default_og_image( $image_url, $type ){
    if( $type == 'og:image' &amp;&amp; !$image_url){
        return 'https://example.com/images/mylogo.jpg';
    }
    else{
        return $image_url;
    }
}

add_filter('wpforo_find_image_url', 'my_default_og_image', 10, 2);</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>marsm</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117816</guid>
                    </item>
				                    <item>
                        <title>Random member image avatar used when sharing forums on socials</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117815</link>
                        <pubDate>Tue, 08 Oct 2024 21:34:56 +0000</pubDate>
                        <description><![CDATA[Whenever I post my main forum link on LinkedIn, it pulls a member’s avatar image. 
 
&nbsp;IMG_0586.jpeg]]></description>
                        <content:encoded><![CDATA[<p>Whenever I post my main forum link on LinkedIn, it pulls a member’s avatar image. </p>
<p class="p1"><a href="https://renewableheatinghub.co.uk/forums">https://renewableheatinghub.co.uk/forums</a></p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1728423638-IMG_0586.jpeg" target="_blank" title="IMG_0586.jpeg"><i class="fas fa-paperclip"></i>&nbsp;IMG_0586.jpeg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>marsm</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/random-member-image-avatar-used-when-sharing-forums-on-socials/#post-117815</guid>
                    </item>
							        </channel>
        </rss>
		