M MirandaSings Active member Aug 24, 2015 #1 Page Plugin Having a bit trouble showing my facebook page on forum list. Thanks for the help!
Mr Lucky Well-known member Aug 27, 2015 #3 zipporah said: Having a bit trouble showing my facebook page on forum list. Click to expand... Do you mean showing a link to it? AFAIK you can't actually "show" your facebook page on the forum list. To link, you would create a node that is a link, enter the link to your facebook page and choose its position/parent. It looks the same as a forum apart from the link icon, and will go to your facebook page. Upvote 0 Downvote
zipporah said: Having a bit trouble showing my facebook page on forum list. Click to expand... Do you mean showing a link to it? AFAIK you can't actually "show" your facebook page on the forum list. To link, you would create a node that is a link, enter the link to your facebook page and choose its position/parent. It looks the same as a forum apart from the link icon, and will go to your facebook page.
P Paul B XenForo moderator Staff member Aug 27, 2015 #4 Add the HTML to a custom template in the sidebar, or use one of the ad_sidebar* templates. Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> Upvote 0 Downvote
Add the HTML to a custom template in the sidebar, or use one of the ad_sidebar* templates. Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div>
M MirandaSings Active member Aug 27, 2015 #5 Brogan said: Add the HTML to a custom template in the sidebar, or use one of the ad_sidebar* templates. Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> View attachment 115371 Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> View attachment 115372 Click to expand... Hi, I tried the ad_sidebar_top and put those 2 codes <div class="fb-page" data-href="DreamAion Network" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> <div class="fb-page" data-href="DreamAion Network" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> But it doesn't show anywhere on the forum list Upvote 0 Downvote
Brogan said: Add the HTML to a custom template in the sidebar, or use one of the ad_sidebar* templates. Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> View attachment 115371 Code: <div class="fb-page" data-href="https://www.facebook.com/ClipTheApex" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> View attachment 115372 Click to expand... Hi, I tried the ad_sidebar_top and put those 2 codes <div class="fb-page" data-href="DreamAion Network" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div> <div class="fb-page" data-href="DreamAion Network" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> But it doesn't show anywhere on the forum list
M MirandaSings Active member Aug 28, 2015 #7 Still having trouble :/ Any solution? @Brogan Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 28, 2015 #8 Works for me. Code: <div class="fb-page" data-href="https://www.facebook.com/pages/DreamAion-Network/1604217896516412" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> Upvote 0 Downvote
Works for me. Code: <div class="fb-page" data-href="https://www.facebook.com/pages/DreamAion-Network/1604217896516412" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div>
M MirandaSings Active member Aug 29, 2015 #9 Brogan said: Works for me. Code: <div class="fb-page" data-href="https://www.facebook.com/pages/DreamAion-Network/1604217896516412" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> View attachment 115478 Click to expand... That's weird, it works in demo but not in my forum. Link to demo: XenForo Any idea why? I tried disabling all addons also. Upvote 0 Downvote
Brogan said: Works for me. Code: <div class="fb-page" data-href="https://www.facebook.com/pages/DreamAion-Network/1604217896516412" data-width="250" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> View attachment 115478 Click to expand... That's weird, it works in demo but not in my forum. Link to demo: XenForo Any idea why? I tried disabling all addons also.