Social Network Tips

A Group where Social Network Creators share tips across all Social Networking platforms, i.e. Ning, Spruz, Grou.ps, Wackwall, JomSocial, BuddyPress, Grouply, SocialGO, etc...

  • Sai Communities

    Is anybody tried using http://buddypress.org (FREE networking platform from WordPress) and how it all went.
  • Writer Chick

    Can you add a special font to a particular group or a page?

  • JenSocial

    Writer Chick,

    To capture a specific group, would take custom script in the custom code box. However, for a page, you can add your CSS to the Custom Box for the specific page. For example, if you added the following code to a page, by clicking on "Manage Title and Meta Tags Manually...". Then add this code to the box labeled Custom:

    <style>

    p {font-family:tahoma;}

    </style>

    Any code you wrap in the <p> content here </p> tag, would take on the font tahoma.

    Alternately, you could write an inline style directly in the page Text Box, and wrap your content in a DIV like this:

    <div style="font-family:tahoma;">your content within the page</div>

    Hope that helps,

    Jen

  • Jane thomson

    I have tried buddy press and is an awesome platform  to build good social network and if you want to promote your products then there are many options. for more information have a look at buddypress.org/about/story/

    Best social media for small business

  • PaganJourneys.Net Hosting

    @Sai Communities I have used buddypress and I liked it. All wordpress.org themes are now useable with buddypress. However I did not like tmdhosting and cancelled my site with them so no more buddypress. However, I will probably be using buddypress again in the future but it is hard to advertise your buddypress site and get followers and everything. Unless you have a mass following already it will be difficult for you to use buddypress. 

  • PaganJourneys.Net Hosting

     I am back on buddypress, and unlike my time at tmdhosting, I love siteground. I have about 5 wordpress/buddypress communities already including Social Buddies, our main blog and our main Pagan site Forest Home. I will be working more with buddypress in the future. It's good to be back.

  • Captain Major RockettBobebuzz

    A Group where Social Network Creators share tips across all Social Networking platforms, i.e. Ning, Spruz, Grou.ps, Wackwall, JomSocial, BuddyPress, Grouply, SocialGO, etc...

  • The York Paranormals

    I have a serious question. I have added my site logo as xn_bar #xn_bar_menu prepend image. I prefer this not be hidden on any page on my site. a few members are using xn hidden code snippets to hide it on their pages. Is there a way for me to override it and make the logo show anyway? If there is, could someone please tell me how to do it?

  • JenSocial

    The York Paranormals, Try adding that part of the CSS to the Custom Code Box, within a style tag. Don't remove from CSS, just double up and add to Custom Code Box. I think that will override their settings. You might also want to add !important to end of that particular line of CSS.

    <style>

    your CSS!important;

    </style>